diff options
author | Isaac David <isacdaavid@isacdaavid.info> | 2017-07-10 17:16:02 -0500 |
---|---|---|
committer | Isaac David <isacdaavid@isacdaavid.info> | 2017-07-11 20:03:16 -0500 |
commit | 50633f2d519fef68201f9d2d8f2fcfff70ff7db1 (patch) | |
tree | 5bb192964c75b5706bc2b1278575360de44e6fac /libre/xen/patch-gcc6-etherboot-igb_phy.c.patch | |
parent | 0fd886ddec8d6e3109a971ea3049b984a5524ec9 (diff) | |
download | abslibre-50633f2d519fef68201f9d2d8f2fcfff70ff7db1.tar.gz abslibre-50633f2d519fef68201f9d2d8f2fcfff70ff7db1.tar.bz2 abslibre-50633f2d519fef68201f9d2d8f2fcfff70ff7db1.zip |
move xen to [pcr]
dropped in Arch:
https://lists.archlinux.org/pipermail/arch-dev-public/2017-July/028937.html
Diffstat (limited to 'libre/xen/patch-gcc6-etherboot-igb_phy.c.patch')
-rw-r--r-- | libre/xen/patch-gcc6-etherboot-igb_phy.c.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/libre/xen/patch-gcc6-etherboot-igb_phy.c.patch b/libre/xen/patch-gcc6-etherboot-igb_phy.c.patch deleted file mode 100644 index 44beb4baa..000000000 --- a/libre/xen/patch-gcc6-etherboot-igb_phy.c.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -aur a/src/drivers/net/igb/igb_phy.c b/src/drivers/net/igb/igb_phy.c ---- a/src/drivers/net/igb/igb_phy.c 2016-05-12 19:53:45.063246296 +1000 -+++ b/src/drivers/net/igb/igb_phy.c 2016-05-12 19:54:09.992692278 +1000 -@@ -88,7 +88,7 @@ - - DEBUGFUNC("igb_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); -@@ -103,6 +103,7 @@ - - phy->id |= (u32)(phy_id & PHY_REVISION_MASK); - phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); -+ } - - out: - return ret_val; |