backports: remove some remaining parts form old alx driver
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 7 Aug 2013 22:53:16 +0000 (00:53 +0200)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Tue, 13 Aug 2013 01:12:03 +0000 (18:12 -0700)
This removed some old parts remaining from the old alx driver.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
copy-list.alx [deleted file]
patches/unified-drivers/network/0004-alx-intx-msi-workaround/alx.patch [deleted file]

diff --git a/copy-list.alx b/copy-list.alx
deleted file mode 100644 (file)
index ab1b91d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# To use this, use the --extra-driver argument to gentree.py,
-# like this:
-#      --extra-driver /path/to/alx/ copy-list.alx
-#
-# This probably needs to be changed to target/linux/src/
-# to support "make linux-src" in alx, but then the Makefile
-# is not good ...
-#
-src/ -> drivers/net/ethernet/atheros/alx/
diff --git a/patches/unified-drivers/network/0004-alx-intx-msi-workaround/alx.patch b/patches/unified-drivers/network/0004-alx-intx-msi-workaround/alx.patch
deleted file mode 100644 (file)
index 83ed16e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/drivers/net/ethernet/atheros/alx/alx_main.c
-+++ b/drivers/net/ethernet/atheros/alx/alx_main.c
-@@ -1032,6 +1032,9 @@ static int alx_identify_hw(struct alx_ad
-               if (rev < ALX_REV_C0) {
-                       hw->ptrn_ofs = 0x600;
-                       hw->max_ptrns = 8;
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)
-+                      pdev->dev_flags |= PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG;
-+#endif
-               } else {
-                       hw->ptrn_ofs = 0x14000;
-                       hw->max_ptrns = 16;