patch-2.2.13 linux/drivers/pci/quirks.c
Next file: linux/drivers/sbus/audio/amd7930.c
Previous file: linux/drivers/pci/pci.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Tue Oct 19 17:14:01 1999
- Orig file:
v2.2.12/linux/drivers/pci/quirks.c
- Orig date:
Thu Jan 7 09:21:53 1999
diff -u --recursive --new-file v2.2.12/linux/drivers/pci/quirks.c linux/drivers/pci/quirks.c
@@ -198,10 +198,10 @@
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82441, quirk_passive_release, 0x00 },
/*
* Its not totally clear which chipsets are the problematic ones
- * This is the 82C586 variants. At the moment the 596 is an unknown
- * quantity
+ * This is the 82C586 variants.
*/
{ PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C586_0, quirk_isa_dma_hangs, 0x00 },
+ { PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C596_0, quirk_isa_dma_hangs, 0x00 },
};
__initfunc(void pci_quirks_init(void))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)