From 10987d2dc7cd5bddf1a6a252b2349f4477753b0a Mon Sep 17 00:00:00 2001 From: ppatience0 Date: Sun, 24 Mar 2013 01:51:43 -0400 Subject: ether82563: add 82562V-2 did --- sys/src/9/pc/ether82563.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- cgit v1.2.3