From 87b6b93257d69ab29c74c278b943f8948761b3f0 Mon Sep 17 00:00:00 2001 From: google Date: Sun, 2 Sep 2012 00:27:43 +1200 Subject: Fix for i82567V-2 --- sys/src/9/pc/ether82563.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/src/9/pc/ether82563.c b/sys/src/9/pc/ether82563.c index b32ae9f1a..ae1b9a45e 100644 --- a/sys/src/9/pc/ether82563.c +++ b/sys/src/9/pc/ether82563.c @@ -1889,11 +1889,11 @@ didtype(int d) case 0x10df: /* lf ich10 */ case 0x10e5: /* lm ich9 */ case 0x10f5: /* lm ich9m; “boazman” */ + case 0x10ce: /* v ich10 */ return i82567; case 0x10bf: /* lf ich9m */ case 0x10cb: /* v ich9m */ case 0x10cd: /* lf ich10 */ - case 0x10ce: /* v ich10 */ case 0x10cc: /* lm ich10 */ return i82567m; case 0x105e: /* eb */ -- cgit v1.2.3