diff options
author | ppatience0 <ppatience0@gmail.com> | 2013-03-24 01:51:43 -0400 |
---|---|---|
committer | ppatience0 <ppatience0@gmail.com> | 2013-03-24 01:51:43 -0400 |
commit | 10987d2dc7cd5bddf1a6a252b2349f4477753b0a (patch) | |
tree | 6a61cbc4ac65c22b0cc6665c230e11d3782809e8 /sys/src | |
parent | c8cba84e3ed2860fa0e1dab4d60caca827dd1f1f (diff) |
ether82563: add 82562V-2 did
Diffstat (limited to 'sys/src')
-rw-r--r-- | sys/src/9/pc/ether82563.c | 1 |
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 */ |