diff options
author | Jay Cliburn <jacliburn@bellsouth.net> | 2008-02-02 19:50:03 -0600 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-03-17 07:49:23 -0400 |
commit | 2e5071bce5ce4037ce852a916e8106811e68677b (patch) | |
tree | e6bba6946c6e8ebe51b28a6f5b3251a5fcddbb4e /drivers | |
parent | fa6557aff47f25e5b6b92c930a9b60a12acd0b58 (diff) | |
download | op-kernel-dev-2e5071bce5ce4037ce852a916e8106811e68677b.zip op-kernel-dev-2e5071bce5ce4037ce852a916e8106811e68677b.tar.gz |
atl1: relocate atl1 driver to /drivers/net/atlx
In preparation for a future Atheros L2 NIC driver (called atl2), relocate
the atl1 driver into a new /drivers/net/atlx directory that will ultimately
be shared with the future atl2 driver.
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 'drivers')
-rw-r--r-- | drivers/net/Makefile | 2 | ||||
-rw-r--r-- | drivers/net/atlx/Makefile (renamed from drivers/net/atl1/Makefile) | 0 | ||||
-rw-r--r-- | drivers/net/atlx/atl1.h (renamed from drivers/net/atl1/atl1.h) | 0 | ||||
-rw-r--r-- | drivers/net/atlx/atl1_ethtool.c (renamed from drivers/net/atl1/atl1_ethtool.c) | 0 | ||||
-rw-r--r-- | drivers/net/atlx/atl1_hw.c (renamed from drivers/net/atl1/atl1_hw.c) | 0 | ||||
-rw-r--r-- | drivers/net/atlx/atl1_hw.h (renamed from drivers/net/atl1/atl1_hw.h) | 0 | ||||
-rw-r--r-- | drivers/net/atlx/atl1_main.c (renamed from drivers/net/atl1/atl1_main.c) | 0 | ||||
-rw-r--r-- | drivers/net/atlx/atl1_param.c (renamed from drivers/net/atl1/atl1_param.c) | 0 |
8 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index b8756eb..960999c 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -15,7 +15,7 @@ obj-$(CONFIG_CHELSIO_T3) += cxgb3/ obj-$(CONFIG_EHEA) += ehea/ obj-$(CONFIG_CAN) += can/ obj-$(CONFIG_BONDING) += bonding/ -obj-$(CONFIG_ATL1) += atl1/ +obj-$(CONFIG_ATL1) += atlx/ obj-$(CONFIG_GIANFAR) += gianfar_driver.o obj-$(CONFIG_TEHUTI) += tehuti.o diff --git a/drivers/net/atl1/Makefile b/drivers/net/atlx/Makefile index a6b707e..a6b707e 100644 --- a/drivers/net/atl1/Makefile +++ b/drivers/net/atlx/Makefile diff --git a/drivers/net/atl1/atl1.h b/drivers/net/atlx/atl1.h index ff4765f6..ff4765f6 100644 --- a/drivers/net/atl1/atl1.h +++ b/drivers/net/atlx/atl1.h diff --git a/drivers/net/atl1/atl1_ethtool.c b/drivers/net/atlx/atl1_ethtool.c index 68a83be..68a83be 100644 --- a/drivers/net/atl1/atl1_ethtool.c +++ b/drivers/net/atlx/atl1_ethtool.c diff --git a/drivers/net/atl1/atl1_hw.c b/drivers/net/atlx/atl1_hw.c index 9d3bd22..9d3bd22 100644 --- a/drivers/net/atl1/atl1_hw.c +++ b/drivers/net/atlx/atl1_hw.c diff --git a/drivers/net/atl1/atl1_hw.h b/drivers/net/atlx/atl1_hw.h index 939aa0f..939aa0f 100644 --- a/drivers/net/atl1/atl1_hw.h +++ b/drivers/net/atlx/atl1_hw.h diff --git a/drivers/net/atl1/atl1_main.c b/drivers/net/atlx/atl1_main.c index 9200ee5..9200ee5 100644 --- a/drivers/net/atl1/atl1_main.c +++ b/drivers/net/atlx/atl1_main.c diff --git a/drivers/net/atl1/atl1_param.c b/drivers/net/atlx/atl1_param.c index 4246bb9..4246bb9 100644 --- a/drivers/net/atl1/atl1_param.c +++ b/drivers/net/atlx/atl1_param.c |