diff options
author | Michael Chan <mchan@broadcom.com> | 2006-12-07 00:21:14 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-12-07 00:21:14 -0800 |
commit | 9d26e213423923c9e033ccd373705118131827c9 (patch) | |
tree | 182ec37041687479c2e4697463e77a1b195b9d26 /include/linux/pci_ids.h | |
parent | 676917d488212303ce4a7d033815ce8799201010 (diff) | |
download | kernel-crypto-9d26e213423923c9e033ccd373705118131827c9.tar.gz kernel-crypto-9d26e213423923c9e033ccd373705118131827c9.tar.xz kernel-crypto-9d26e213423923c9e033ccd373705118131827c9.zip |
[TG3]: Add TG3_FLG2_IS_NIC flag.
Add Tg3_FLG2_IS_NIC flag to unambiguously determine whether the
device is NIC or onboard. Previously, the EEPROM_WRITE_PROT flag was
overloaded to also mean onboard. With the separation, we can
support some devices that are onboard but do not use eeprom write
protect.
Signed-off-by: Michael Chan <mchan@broadcom.com>
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index edddcce68b9..ebc597d5724 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2003,6 +2003,8 @@ #define PCI_DEVICE_ID_FARSITE_TE1 0x1610 #define PCI_DEVICE_ID_FARSITE_TE1C 0x1612 +#define PCI_VENDOR_ID_ARIMA 0x161f + #define PCI_VENDOR_ID_SIBYTE 0x166d #define PCI_DEVICE_ID_BCM1250_PCI 0x0001 #define PCI_DEVICE_ID_BCM1250_HT 0x0002 |