diff options
author | google <google@daverabbitz.ath.cx> | 2012-09-02 00:27:43 +1200 |
---|---|---|
committer | google <google@daverabbitz.ath.cx> | 2012-09-02 00:27:43 +1200 |
commit | 87b6b93257d69ab29c74c278b943f8948761b3f0 (patch) | |
tree | 883ff545035c460fc49497597a71ff57f9d0578d /sys/src | |
parent | 7f22b32e6359bb1381fc2336b9ec876036eb72a6 (diff) |
Fix for i82567V-2
Diffstat (limited to 'sys/src')
-rw-r--r-- | sys/src/9/pc/ether82563.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |