diff options
| author | Bartlomiej Zolnierkiewicz <b.zolnierkiewicz@elka.pw.edu.pl> | 2003-05-23 04:01:27 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2003-05-23 04:01:27 -0700 |
| commit | e295deb066e8983096991fa1e4e15f3f03d90f95 (patch) | |
| tree | d752de4edfc793042c73d2b4af9605f173c4f8eb /include/linux | |
| parent | 3b76d12e0203972f2d1d09c478d1ebcc7409d0c3 (diff) | |
[PATCH] Intel ICH5 basic SATA support
Add Intel ICH5 basic SATA support (from 2.4 by Andre Hedrick)
and as a bonus kill duplicate entry in piix_pci_info[].
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 72a5252c144a..05774a1e2b50 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1895,6 +1895,7 @@ #define PCI_DEVICE_ID_INTEL_82801DB_12 0x24cc #define PCI_DEVICE_ID_INTEL_82801DB_13 0x24cd #define PCI_DEVICE_ID_INTEL_82801EB_0 0x24d0 +#define PCI_DEVICE_ID_INTEL_82801EB_1 0x24d1 #define PCI_DEVICE_ID_INTEL_82801EB_2 0x24d2 #define PCI_DEVICE_ID_INTEL_82801EB_3 0x24d3 #define PCI_DEVICE_ID_INTEL_82801EB_4 0x24d4 |
