From 36d70eb5a797527cbd11d1f318cd6ca6bd5ebd5a Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Thu, 5 May 2016 16:17:58 +0200 Subject: etheryuk: add Yukon 88R8055 id from erik quanstros driver (thanks Kanji) --- sys/src/9/pc/etheryuk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/src/9/pc/etheryuk.c b/sys/src/9/pc/etheryuk.c index d049a3595..96409cbc3 100644 --- a/sys/src/9/pc/etheryuk.c +++ b/sys/src/9/pc/etheryuk.c @@ -740,6 +740,7 @@ static Chipid idtab[] = { 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 */ -- cgit v1.2.3