diff options
| author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2003-01-11 19:19:39 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-01-11 19:19:39 -0800 |
| commit | b4357f99883f7ab38086c723de3968ca55823839 (patch) | |
| tree | fe4b8dfecc8261e357bfcaa99095d70e43bd0963 /include/linux | |
| parent | 9ecfaf87276a58bf1451c122a168842cc1bb5224 (diff) | |
[PATCH] Update 2.5 PIIX driver to match 2.4 PIIX
This adds knowledge of the relevant Intel errata
- 450NX rev B0 we must not do IDE DMA
- 450NX rev C0 we must ensure restreaming is off or risk corruption
- ICH0-ICH2 have a data corrupting hardware bug in the old old MWDMA0
mode, so we avoid MWDMA0 on such devices
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index e21a944e2fdf..013ccd61fb30 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1881,6 +1881,7 @@ #define PCI_DEVICE_ID_INTEL_82454GX 0x84c4 #define PCI_DEVICE_ID_INTEL_82450GX 0x84c5 #define PCI_DEVICE_ID_INTEL_82451NX 0x84ca +#define PCI_DEVICE_ID_INTEL_82454NX 0x84cb #define PCI_DEVICE_ID_INTEL_84460GX 0x84ea #define PCI_VENDOR_ID_COMPUTONE 0x8e0e |
