diff options
author | Jay Cliburn <jacliburn@bellsouth.net> | 2007-02-08 10:42:37 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-08 10:42:37 -0500 |
commit | f3cc28c797604fa1cda4aef3f250f465de54a0ca (patch) | |
tree | 457722c6be1715307563a12b266bdf7910e8bb7f /include/linux/pci_ids.h | |
parent | c4184f117af7441fb83bc413d2214d92920e0289 (diff) |
Add Attansic L1 ethernet driver.
This driver is a modified version of the Attansic reference driver
for the L1 ethernet adapter. Attansic has granted permission for
its inclusion in the mainline kernel.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
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 defdeed20641..920d21e021b6 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2073,6 +2073,8 @@ | |||
2073 | 2073 | ||
2074 | #define PCI_VENDOR_ID_PASEMI 0x1959 | 2074 | #define PCI_VENDOR_ID_PASEMI 0x1959 |
2075 | 2075 | ||
2076 | #define PCI_VENDOR_ID_ATTANSIC 0x1969 | ||
2077 | |||
2076 | #define PCI_VENDOR_ID_JMICRON 0x197B | 2078 | #define PCI_VENDOR_ID_JMICRON 0x197B |
2077 | #define PCI_DEVICE_ID_JMICRON_JMB360 0x2360 | 2079 | #define PCI_DEVICE_ID_JMICRON_JMB360 0x2360 |
2078 | #define PCI_DEVICE_ID_JMICRON_JMB361 0x2361 | 2080 | #define PCI_DEVICE_ID_JMICRON_JMB361 0x2361 |