summaryrefslogtreecommitdiff
path: root/sys/src
diff options
context:
space:
mode:
authorppatience0 <ppatience0@gmail.com>2013-03-24 01:51:43 -0400
committerppatience0 <ppatience0@gmail.com>2013-03-24 01:51:43 -0400
commit10987d2dc7cd5bddf1a6a252b2349f4477753b0a (patch)
tree6a61cbc4ac65c22b0cc6665c230e11d3782809e8 /sys/src
parentc8cba84e3ed2860fa0e1dab4d60caca827dd1f1f (diff)
ether82563: add 82562V-2 did
Diffstat (limited to 'sys/src')
-rw-r--r--sys/src/9/pc/ether82563.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/ether82563.c b/sys/src/9/pc/ether82563.c
index bb5987fa6..f94c9fc4a 100644
--- a/sys/src/9/pc/ether82563.c
+++ b/sys/src/9/pc/ether82563.c
@@ -1903,6 +1903,7 @@ didtype(int d)
case 0x10e5: /* lm ich9 */
case 0x10f5: /* lm ich9m; “boazman” */
case 0x10ce: /* v ich10 */
+ case 0x10c0: /* ich9 */
return i82567;
case 0x10bf: /* lf ich9m */
case 0x10cb: /* v ich9m */