From 50633f2d519fef68201f9d2d8f2fcfff70ff7db1 Mon Sep 17 00:00:00 2001 From: Isaac David Date: Mon, 10 Jul 2017 17:16:02 -0500 Subject: move xen to [pcr] dropped in Arch: https://lists.archlinux.org/pipermail/arch-dev-public/2017-July/028937.html --- libre/xen/patch-gcc6-etherboot-e1000_phy.c.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 libre/xen/patch-gcc6-etherboot-e1000_phy.c.patch (limited to 'libre/xen/patch-gcc6-etherboot-e1000_phy.c.patch') diff --git a/libre/xen/patch-gcc6-etherboot-e1000_phy.c.patch b/libre/xen/patch-gcc6-etherboot-e1000_phy.c.patch deleted file mode 100644 index 4cd6c246c..000000000 --- a/libre/xen/patch-gcc6-etherboot-e1000_phy.c.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -aur a/src/drivers/net/e1000/e1000_phy.c b/src/drivers/net/e1000/e1000_phy.c ---- a/src/drivers/net/e1000/e1000_phy.c 2016-05-12 19:40:13.950772568 +1000 -+++ b/src/drivers/net/e1000/e1000_phy.c 2016-05-12 19:41:08.429089344 +1000 -@@ -164,7 +164,7 @@ - - DEBUGFUNC("e1000_get_phy_id"); - -- if (!(phy->ops.read_reg)) -+ if (!(phy->ops.read_reg)) { - goto out; - - ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id); -@@ -179,6 +179,7 @@ - - phy->id |= (u32)(phy_id & PHY_REVISION_MASK); - phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); -+ } - - out: - return ret_val; -- cgit v1.2.3