patch-1.3.53 linux/drivers/scsi/aha1740.c
Next file: linux/drivers/scsi/scsi.c
Previous file: linux/drivers/net/skeleton.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Sat Dec 30 21:00:40 1995
- Orig file:
v1.3.52/linux/drivers/scsi/aha1740.c
- Orig date:
Mon Oct 23 18:02:07 1995
diff -u --recursive --new-file v1.3.52/linux/drivers/scsi/aha1740.c linux/drivers/scsi/aha1740.c
@@ -448,11 +448,11 @@
for ( slot=MINEISA; slot <= MAXEISA; slot++ )
{
base = SLOTBASE(slot);
-
- /* The ioports for eisa boards are generally beyond that used in the
- check,snarf_region code, but this may change at some point, so we
- go through the motions. */
-
+ /*
+ * The ioports for eisa boards are generally beyond that used in the
+ * check/allocate region code, but this may change at some point,
+ * so we go through the motions.
+ */
if(check_region(base, 0x5c)) continue; /* See if in use */
if ( aha1740_test_port()) break;
}
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen, [email protected]
with Sam's (original) version of this