patch-2.4.0-test9 linux/drivers/pci/quirks.c
Next file: linux/drivers/pcmcia/cardbus.c
Previous file: linux/drivers/pci/proc.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sun Oct 1 20:35:16 2000
- Orig file:
v2.4.0-test8/linux/drivers/pci/quirks.c
- Orig date:
Fri Aug 4 11:23:37 2000
diff -u --recursive --new-file v2.4.0-test8/linux/drivers/pci/quirks.c linux/drivers/pci/quirks.c
@@ -46,7 +46,7 @@
chipset level fix */
-int isa_dma_bridge_buggy = 0; /* Exported */
+int isa_dma_bridge_buggy; /* Exported */
static void __init quirk_isa_dma_hangs(struct pci_dev *dev)
{
@@ -56,7 +56,7 @@
}
}
-int pci_pci_problems = 0;
+int pci_pci_problems;
/*
* Chipsets where PCI->PCI transfers vanish or hang
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)