Add Attansic L1 ethernet driver.
authorJay Cliburn <jacliburn@bellsouth.net>
Thu, 8 Feb 2007 15:42:37 +0000 (10:42 -0500)
committerJeff Garzik <jeff@garzik.org>
Thu, 8 Feb 2007 15:42:37 +0000 (10:42 -0500)
commitf3cc28c797604fa1cda4aef3f250f465de54a0ca
tree457722c6be1715307563a12b266bdf7910e8bb7f
parentc4184f117af7441fb83bc413d2214d92920e0289
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>
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/atl1/Makefile [new file with mode: 0644]
drivers/net/atl1/atl1.h [new file with mode: 0644]
drivers/net/atl1/atl1_ethtool.c [new file with mode: 0644]
drivers/net/atl1/atl1_hw.c [new file with mode: 0644]
drivers/net/atl1/atl1_hw.h [new file with mode: 0644]
drivers/net/atl1/atl1_main.c [new file with mode: 0644]
drivers/net/atl1/atl1_param.c [new file with mode: 0644]
include/linux/pci_ids.h