Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > 4b72850036257b2db627c2b9bbb2d6c0 > files > 18

kernel-vserver-3.4.69-1.mga2.src.rpm


 MAINTAINERS                           |   11 +++++++++++
 drivers/net/ethernet/atheros/Kconfig  |   13 +++++++++++++
 drivers/net/ethernet/atheros/Makefile |    1 +
 3 files changed, 25 insertions(+)

diff -Nurp linux-3.8.11-alx/drivers/net/ethernet/atheros/Kconfig linux-3.8.11-alx-Kconfig/drivers/net/ethernet/atheros/Kconfig
--- linux-3.8.11-alx/drivers/net/ethernet/atheros/Kconfig	2013-02-19 01:58:34.000000000 +0200
+++ linux-3.8.11-alx-Kconfig/drivers/net/ethernet/atheros/Kconfig	2013-05-05 14:48:28.941773904 +0300
@@ -67,4 +67,17 @@ config ATL1C
 	  To compile this driver as a module, choose M here.  The module
 	  will be called atl1c.
 
+config ALX
+	tristate "Atheros ALX Gigabit Ethernet support"
+	depends on PCI
+	select CRC32
+	select NET_CORE
+	select MII
+	---help---
+	  This driver supports the Atheros L1C/L1D/L1F gigabit ethernet
+	  adapter.
+
+	  To compile this driver as a module, choose M here.  The module
+	  will be called alx.
+
 endif # NET_VENDOR_ATHEROS
diff -Nurp linux-3.8.11-alx/drivers/net/ethernet/atheros/Makefile linux-3.8.11-alx-Kconfig/drivers/net/ethernet/atheros/Makefile
--- linux-3.8.11-alx/drivers/net/ethernet/atheros/Makefile	2013-02-19 01:58:34.000000000 +0200
+++ linux-3.8.11-alx-Kconfig/drivers/net/ethernet/atheros/Makefile	2013-05-05 14:44:05.689929509 +0300
@@ -6,3 +6,4 @@ obj-$(CONFIG_ATL1) += atlx/
 obj-$(CONFIG_ATL2) += atlx/
 obj-$(CONFIG_ATL1E) += atl1e/
 obj-$(CONFIG_ATL1C) += atl1c/
+obj-$(CONFIG_ALX) += alx/
diff -Nurp linux-3.8.11-alx/MAINTAINERS linux-3.8.11-alx-Kconfig/MAINTAINERS
--- linux-3.8.11-alx/MAINTAINERS	2013-02-19 01:58:34.000000000 +0200
+++ linux-3.8.11-alx-Kconfig/MAINTAINERS	2013-05-05 14:43:50.932832598 +0300
@@ -1386,6 +1386,17 @@ W:	http://atl1.sourceforge.net
 S:	Maintained
 F:	drivers/net/ethernet/atheros/
 
+ALX ETHERNET DRIVERS
+M:	Cloud Ren <cjren@qca.qualcomm.com>
+M:	Stevent Li <steventl@qca.qualcomm.com>
+M:	Wu Ken <kenw@qca.qualcomm.com>
+M:	David Liu <dwliu@qca.qualcomm.com>
+L:	netdev@vger.kernel.org
+L:	nic-devel@qualcomm.com
+W:	http://wireless.kernel.org/en/users/Drivers/ethernet/alx
+S:	Supported
+F:	drivers/net/ethernet/atheros/alx/
+
 ATM
 M:	Chas Williams <chas@cmf.nrl.navy.mil>
 L:	linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)