diff options
author | Andy Gospodarek <andy@greyhouse.net> | 2007-09-17 21:50:36 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:51:34 -0400 |
commit | 1a348ccc1047a00507e554826775a3d81f7f3437 (patch) | |
tree | df2a7cd4ee403dbb60705a5988c97a721f7eb2a0 /include/linux/pci_ids.h | |
parent | 1202d6ff356cc66dc8d2b85546eb4f187f9e1f25 (diff) |
[NET]: Add Tehuti network driver.
[ Ported to napi_struct changes... -DaveM ]
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index c9c24ddf9c7b..9ebc2c70c5d4 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2125,6 +2125,11 @@ | |||
2125 | #define PCI_VENDOR_ID_TEKRAM 0x1de1 | 2125 | #define PCI_VENDOR_ID_TEKRAM 0x1de1 |
2126 | #define PCI_DEVICE_ID_TEKRAM_DC290 0xdc29 | 2126 | #define PCI_DEVICE_ID_TEKRAM_DC290 0xdc29 |
2127 | 2127 | ||
2128 | #define PCI_VENDOR_ID_TEHUTI 0x1fc9 | ||
2129 | #define PCI_DEVICE_ID_TEHUTI_3009 0x3009 | ||
2130 | #define PCI_DEVICE_ID_TEHUTI_3010 0x3010 | ||
2131 | #define PCI_DEVICE_ID_TEHUTI_3014 0x3014 | ||
2132 | |||
2128 | #define PCI_VENDOR_ID_HINT 0x3388 | 2133 | #define PCI_VENDOR_ID_HINT 0x3388 |
2129 | #define PCI_DEVICE_ID_HINT_VXPROII_IDE 0x8013 | 2134 | #define PCI_DEVICE_ID_HINT_VXPROII_IDE 0x8013 |
2130 | 2135 | ||