diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-05 16:17:58 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-05-05 16:17:58 +0200 |
commit | 36d70eb5a797527cbd11d1f318cd6ca6bd5ebd5a (patch) | |
tree | f8044e5e17ea85692c094d1ef956f30daf9d2bf5 /sys/src/9/pc | |
parent | 5a2ad90bec85dbfd5c5f6bb1b0ff88a73cfe1911 (diff) |
etheryuk: add Yukon 88R8055 id from erik quanstros driver (thanks Kanji)
Diffstat (limited to 'sys/src/9/pc')
-rw-r--r-- | sys/src/9/pc/etheryuk.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |