diff options
| author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2003-01-11 19:19:31 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-01-11 19:19:31 -0800 |
| commit | 9ecfaf87276a58bf1451c122a168842cc1bb5224 (patch) | |
| tree | d19f738769ec058c1161253abdc26f67aae36c2b /include/linux | |
| parent | a200f236b3dd3c6013b685851f5773a872859053 (diff) | |
[PATCH] Add compaq triflex IDE from 2.4.21pre into 2.5
Author: Torben Mathiasen
Driver for Compaq Triflex IDE - older bus mastering IDE found on Compaq
WS5000 and similar systems.
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 8221b1f372ab..e21a944e2fdf 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -137,6 +137,7 @@ #define PCI_DEVICE_ID_COMPAQ_SMART2P 0xae10 #define PCI_DEVICE_ID_COMPAQ_NETEL100 0xae32 #define PCI_DEVICE_ID_COMPAQ_NETEL10 0xae34 +#define PCI_DEVICE_ID_COMPAQ_TRIFLEX_IDE 0xae33 #define PCI_DEVICE_ID_COMPAQ_NETFLEX3I 0xae35 #define PCI_DEVICE_ID_COMPAQ_NETEL100D 0xae40 #define PCI_DEVICE_ID_COMPAQ_NETEL100PI 0xae43 |
