patch-2.4.0-test3 linux/arch/mips/ddb5074/pci.c
Next file: linux/arch/mips/ddb5074/setup.c
Previous file: linux/arch/mips/config.in
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Sun Jul 9 22:18:15 2000
- Orig file:
v2.4.0-test2/linux/arch/mips/ddb5074/pci.c
- Orig date:
Tue May 23 15:31:33 2000
diff -u --recursive --new-file v2.4.0-test2/linux/arch/mips/ddb5074/pci.c linux/arch/mips/ddb5074/pci.c
@@ -320,6 +320,13 @@
int idx;
struct resource *r;
+ /*
+ * Don't touch the Nile 4
+ */
+ if (dev->vendor == PCI_VENDOR_ID_NEC &&
+ dev->device == PCI_DEVICE_ID_NEC_NILE4)
+ return 0;
+
pci_read_config_word(dev, PCI_COMMAND, &cmd);
old_cmd = cmd;
for(idx=0; idx<6; idx++) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)