diff options
author | Chris Snook <csnook@redhat.com> | 2007-02-14 21:17:01 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-17 15:17:05 -0500 |
commit | e81e557a8f1e22fab1b1bdc649ac0d24017ddce2 (patch) | |
tree | 25f1d65d85f98ae34ee52a8123fabaed17109fe8 /include/linux/pci_ids.h | |
parent | f1e5a1a00d3991eabda41dde69d1905cad4980a0 (diff) |
atl1: add L1 device id to pci_ids, then use it
Add device id for the Attansic L1 chip to pci_ids.h, then use it.
Signed-off-by: Chris Snook <csnook@redhat.com>
Signed-off-by: Jay Cliburn <jacliburn@bellsouth.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 182a96f77c84..600308fdf9ce 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2089,6 +2089,7 @@ | |||
2089 | #define PCI_VENDOR_ID_PASEMI 0x1959 | 2089 | #define PCI_VENDOR_ID_PASEMI 0x1959 |
2090 | 2090 | ||
2091 | #define PCI_VENDOR_ID_ATTANSIC 0x1969 | 2091 | #define PCI_VENDOR_ID_ATTANSIC 0x1969 |
2092 | #define PCI_DEVICE_ID_ATTANSIC_L1 0x1048 | ||
2092 | 2093 | ||
2093 | #define PCI_VENDOR_ID_JMICRON 0x197B | 2094 | #define PCI_VENDOR_ID_JMICRON 0x197B |
2094 | #define PCI_DEVICE_ID_JMICRON_JMB360 0x2360 | 2095 | #define PCI_DEVICE_ID_JMICRON_JMB360 0x2360 |