git: 9front

Download patch

ref: 5cd0b4591b8915d30dd4f64b8b41d7214f2a276a
parent: 997f380acdfd4cb1a5b60e623c5536a7d6142529
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Thu May 5 12:17:58 EDT 2016

etheryuk: add Yukon 88R8055 id from erik quanstros driver (thanks Kanji)

--- a/sys/src/9/pc/etheryuk.c
+++ b/sys/src/9/pc/etheryuk.c
@@ -740,6 +740,7 @@
 static Vtab vtab[] = {
 	0x11ab,	0x4354,	1514,	"88e8040",	/* unsure on mtu */
 	0x11ab,	0x4362,	1514,	"88e8053",
+	0x11ab, 0x4363, 1514,	"88e8055",
 	0x11ab,	0x4364,	1514,	"88e8056",
 	0x11ab,	0x4380,	1514,	"88e8057",
 	0x11ab,	0x436b,	1514,	"88e8071",	/* unsure on mtu */
--