patch-2.4.23 linux-2.4.23/drivers/char/rocket.c
Next file: linux-2.4.23/drivers/char/rocket_int.h
Previous file: linux-2.4.23/drivers/char/pcwd.c
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
2003-11-28 10:26:20.000000000 -0800
- Orig file:
linux-2.4.22/drivers/char/rocket.c
- Orig date:
2001-09-21 10:55:22.000000000 -0700
diff -urN linux-2.4.22/drivers/char/rocket.c linux-2.4.23/drivers/char/rocket.c
@@ -1944,6 +1944,10 @@
str = "8J";
max_num_aiops = 1;
break;
+ case PCI_DEVICE_ID_RP4J:
+ str = "4J";
+ max_num_aiops = 1;
+ break;
case PCI_DEVICE_ID_RP16INTF:
str = "16";
max_num_aiops = 2;
@@ -2006,6 +2010,10 @@
PCI_DEVICE_ID_RP8J, i, &bus, &device_fn))
if (register_PCI(count+boards_found, bus, device_fn))
count++;
+ if (!pcibios_find_device(PCI_VENDOR_ID_RP,
+ PCI_DEVICE_ID_RP4J, i, &bus, &device_fn))
+ if (register_PCI(count+boards_found, bus, device_fn))
+ count++;
if(!pcibios_find_device(PCI_VENDOR_ID_RP,
PCI_DEVICE_ID_RP8OCTA, i, &bus, &device_fn))
if(register_PCI(count+boards_found, bus, device_fn))
@@ -2031,6 +2039,10 @@
if(register_PCI(count+boards_found, bus, device_fn))
count++;
if(!pcibios_find_device(PCI_VENDOR_ID_RP,
+ PCI_DEVICE_ID_RP4J, i, &bus, &device_fn))
+ if(register_PCI(count+boards_found, bus, device_fn))
+ count++;
+ if(!pcibios_find_device(PCI_VENDOR_ID_RP,
PCI_DEVICE_ID_RPP4, i, &bus, &device_fn))
if(register_PCI(count+boards_found, bus, device_fn))
count++;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)