diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2007-06-18 04:58:14 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-07-11 19:02:10 -0400 |
commit | f732ee0b71365ddc20e6a0b408f9fd1732d7eb75 (patch) | |
tree | a4ffa3aa5187e400605d261747c116e2fa7c9751 /include/linux | |
parent | 03966e097db1a3b7aff5d364277f2e66069923df (diff) |
PCI: pci_ids, add atheros and 3com_2 vendors
pci_ids, add atheros and 3com_2 vendors
Atheros is wifi vendor. 3com_2 (0xa727) is an vendor id for one card with
ath chip.
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/pci_ids.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 0058fb920c74..0995e97b1ccf 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2059,6 +2059,8 @@ | |||
2059 | #define PCI_DEVICE_ID_BCM1250_PCI 0x0001 | 2059 | #define PCI_DEVICE_ID_BCM1250_PCI 0x0001 |
2060 | #define PCI_DEVICE_ID_BCM1250_HT 0x0002 | 2060 | #define PCI_DEVICE_ID_BCM1250_HT 0x0002 |
2061 | 2061 | ||
2062 | #define PCI_VENDOR_ID_ATHEROS 0x168c | ||
2063 | |||
2062 | #define PCI_VENDOR_ID_NETCELL 0x169c | 2064 | #define PCI_VENDOR_ID_NETCELL 0x169c |
2063 | #define PCI_DEVICE_ID_REVOLUTION 0x0044 | 2065 | #define PCI_DEVICE_ID_REVOLUTION 0x0044 |
2064 | 2066 | ||
@@ -2410,6 +2412,8 @@ | |||
2410 | #define PCI_DEVICE_ID_NETMOS_9845 0x9845 | 2412 | #define PCI_DEVICE_ID_NETMOS_9845 0x9845 |
2411 | #define PCI_DEVICE_ID_NETMOS_9855 0x9855 | 2413 | #define PCI_DEVICE_ID_NETMOS_9855 0x9855 |
2412 | 2414 | ||
2415 | #define PCI_VENDOR_ID_3COM_2 0xa727 | ||
2416 | |||
2413 | #define PCI_SUBVENDOR_ID_EXSYS 0xd84d | 2417 | #define PCI_SUBVENDOR_ID_EXSYS 0xd84d |
2414 | #define PCI_SUBDEVICE_ID_EXSYS_4014 0x4014 | 2418 | #define PCI_SUBDEVICE_ID_EXSYS_4014 0x4014 |
2415 | #define PCI_SUBDEVICE_ID_EXSYS_4055 0x4055 | 2419 | #define PCI_SUBDEVICE_ID_EXSYS_4055 0x4055 |