diff options
author | Andy Gospodarek <andy@greyhouse.net> | 2007-09-18 03:50:36 +0200 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-11 01:51:34 +0200 |
commit | 1a348ccc1047a00507e554826775a3d81f7f3437 (patch) | |
tree | df2a7cd4ee403dbb60705a5988c97a721f7eb2a0 /include | |
parent | [IPG]: add IP1000A driver to kernel tree (diff) | |
download | linux-1a348ccc1047a00507e554826775a3d81f7f3437.tar.xz linux-1a348ccc1047a00507e554826775a3d81f7f3437.zip |
[NET]: Add Tehuti network driver.
[ Ported to napi_struct changes... -DaveM ]
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-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 @@ #define PCI_VENDOR_ID_TEKRAM 0x1de1 #define PCI_DEVICE_ID_TEKRAM_DC290 0xdc29 +#define PCI_VENDOR_ID_TEHUTI 0x1fc9 +#define PCI_DEVICE_ID_TEHUTI_3009 0x3009 +#define PCI_DEVICE_ID_TEHUTI_3010 0x3010 +#define PCI_DEVICE_ID_TEHUTI_3014 0x3014 + #define PCI_VENDOR_ID_HINT 0x3388 #define PCI_DEVICE_ID_HINT_VXPROII_IDE 0x8013 |