diff options
author | Chris Snook <csnook@redhat.com> | 2008-09-15 02:56:10 +0200 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-09-18 17:34:52 +0200 |
commit | 452c1ce218a68b5dbd626397ecfc65ca89dd3cbb (patch) | |
tree | 1d51e20c216d1670ea22da23c3e6a1883b0c0b6d /include | |
parent | net: ip_vs_proto_{tcp,udp} build fix (diff) | |
download | linux-452c1ce218a68b5dbd626397ecfc65ca89dd3cbb.tar.xz linux-452c1ce218a68b5dbd626397ecfc65ca89dd3cbb.zip |
atl2: add atl2 driver
Driver for Atheros L2 10/100 network device. Includes necessary
changes for Kconfig, Makefile, and pci_ids.h.
Signed-off-by: Chris Snook <csnook@redhat.com>
Signed-off-by: Jay Cliburn <jacliburn@bellsouth.net>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'include')
-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 f1624b396754..90a132ab84a6 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2213,6 +2213,7 @@ #define PCI_VENDOR_ID_ATTANSIC 0x1969 #define PCI_DEVICE_ID_ATTANSIC_L1 0x1048 +#define PCI_DEVICE_ID_ATTANSIC_L2 0x2048 #define PCI_VENDOR_ID_JMICRON 0x197B #define PCI_DEVICE_ID_JMICRON_JMB360 0x2360 |