This removed some old parts remaining from the old alx driver. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- copy-list.alx | 10 ---------- .../network/0004-alx-intx-msi-workaround/alx.patch | 12 ------------ 2 files changed, 22 deletions(-) delete mode 100644 copy-list.alx delete mode 100644 patches/unified-drivers/network/0004-alx-intx-msi-workaround/alx.patch diff --git a/copy-list.alx b/copy-list.alx deleted file mode 100644 index ab1b91d..0000000 --- a/copy-list.alx +++ /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 index 83ed16e..0000000 --- a/patches/unified-drivers/network/0004-alx-intx-msi-workaround/alx.patch +++ /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; -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html