patch-2.2.18 linux/drivers/scsi/pci2220i.c
Next file: linux/drivers/scsi/ppa.c
Previous file: linux/drivers/scsi/pci2000.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Sat Nov 18 18:01:24 2000
- Orig file:
v2.2.17/drivers/scsi/pci2220i.c
- Orig date:
Fri Apr 21 12:46:31 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/drivers/scsi/pci2220i.c linux/drivers/scsi/pci2220i.c
@@ -373,7 +373,7 @@
static int HardReset (PADAPTER2220I padapter, POUR_DEVICE pdev, UCHAR spigot)
{
DEB (printk ("\npci2220i:RESET spigot = %X devices = %d, %d", spigot, pdev->deviceID[0], pdev->deviceID[1]));
- udelay (100000); // just wait 100 mSec to let drives flush
+ mdelay (100); // just wait 100 mSec to let drives flush
SelectSpigot (padapter, spigot | SEL_IRQ_OFF);
outb_p (0x0E, padapter->regAltStat); // reset the suvivor
@@ -1655,7 +1655,7 @@
spin_lock_irqsave (&io_request_lock, flags);
#endif /* version >= v2.1.95 */
-// DEB (printk ("\npci2220i recieved interrupt\n"));
+// DEB (printk ("\npci2220i received interrupt\n"));
for ( z = 0; z < NumAdapters; z++ ) // scan for interrupt to process
{
@@ -2953,7 +2953,7 @@
{
padapter->reconOn = FALSE; // shut down the hot reconstruct
if ( padapter->reconPhase )
- udelay (300000);
+ mdelay (300);
if ( padapter->reconTimer.data ) // is the timer running?
{
del_timer (&padapter->reconTimer);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)