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) |
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 b8756eb9030c..960999c97c69 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 a6b707e4e69e..a6b707e4e69e 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 ff4765f6c3de..ff4765f6c3de 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 68a83be843ab..68a83be843ab 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 9d3bd22e3a82..9d3bd22e3a82 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 939aa0f53f6e..939aa0f53f6e 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 9200ee59d854..9200ee59d854 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 4246bb9bd50e..4246bb9bd50e 100644 --- a/drivers/net/atl1/atl1_param.c +++ b/drivers/net/atlx/atl1_param.c |