diff options
author | Michael Chan <mchan@broadcom.com> | 2005-07-25 12:29:19 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-07-25 12:29:19 -0700 |
commit | 4cf78e4fb678807e3f8265c9e9031a84f5c601f0 (patch) | |
tree | e5acc4451c7e9f59125119174b05ca95c652c2df /include/linux/pci_ids.h | |
parent | 6b6a93c6876ea1c530d5d3f68e3678093a27fab0 (diff) | |
download | kernel_samsung_espresso10-4cf78e4fb678807e3f8265c9e9031a84f5c601f0.zip kernel_samsung_espresso10-4cf78e4fb678807e3f8265c9e9031a84f5c601f0.tar.gz kernel_samsung_espresso10-4cf78e4fb678807e3f8265c9e9031a84f5c601f0.tar.bz2 |
[TG3]: add 5780 basic support
Add 5780 PCI IDs, chip IDs, and other basic support.
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 9a28b31..9e13377 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2098,6 +2098,8 @@ #define PCI_DEVICE_ID_TIGON3_5721 0x1659 #define PCI_DEVICE_ID_TIGON3_5705M 0x165d #define PCI_DEVICE_ID_TIGON3_5705M_2 0x165e +#define PCI_DEVICE_ID_TIGON3_5780 0x166a +#define PCI_DEVICE_ID_TIGON3_5780S 0x166b #define PCI_DEVICE_ID_TIGON3_5705F 0x166e #define PCI_DEVICE_ID_TIGON3_5750 0x1676 #define PCI_DEVICE_ID_TIGON3_5751 0x1677 |