diff options
author | Jay Cliburn <jacliburn@bellsouth.net> | 2007-02-08 18:42:37 +0300 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-08 18:42:37 +0300 |
commit | f3cc28c797604fa1cda4aef3f250f465de54a0ca (patch) | |
tree | 457722c6be1715307563a12b266bdf7910e8bb7f /include/linux/pci_ids.h | |
parent | c4184f117af7441fb83bc413d2214d92920e0289 (diff) | |
download | linux-f3cc28c797604fa1cda4aef3f250f465de54a0ca.tar.xz |
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 @@ #define PCI_VENDOR_ID_PASEMI 0x1959 +#define PCI_VENDOR_ID_ATTANSIC 0x1969 + #define PCI_VENDOR_ID_JMICRON 0x197B #define PCI_DEVICE_ID_JMICRON_JMB360 0x2360 #define PCI_DEVICE_ID_JMICRON_JMB361 0x2361 |