patch-2.1.92 linux/drivers/scsi/NCR53c406a.c
Next file: linux/drivers/scsi/README.BusLogic
Previous file: linux/drivers/scsi/NCR5380.h
Back to the patch index
Back to the overall index
-  Lines: 10
 -  Date:
Mon Mar 30 00:21:40 1998
 -  Orig file: 
v2.1.91/linux/drivers/scsi/NCR53c406a.c
 -  Orig date: 
Fri Jan 23 18:10:32 1998
 
diff -u --recursive --new-file v2.1.91/linux/drivers/scsi/NCR53c406a.c linux/drivers/scsi/NCR53c406a.c
@@ -226,7 +226,8 @@
 #endif USE_BIOS
 		       
 /* possible i/o port addresses */
-static unsigned short ports[] = { 0x230, 0x330 };
+static unsigned short ports[] =
+  { 0x230, 0x330, 0x280, 0x290, 0x330, 0x340, 0x300, 0x310, 0x348, 0x350 };
 #define PORT_COUNT (sizeof( ports ) / sizeof( unsigned short ))
 
 /* possible interrupt channels */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov