From 4c98e8e548d0dbd72d822d0728563c08cbcb6cb6 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Mon, 11 Jul 2011 19:37:53 +0200 Subject: [PATCH] add 82567LF (ICH9 IGP M) --- 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 385840ff3..0028f853f 100644 --- a/sys/src/9/pc/ether82563.c +++ b/sys/src/9/pc/ether82563.c @@ -1604,6 +1604,7 @@ i82563pci(void) type = i82566; break; case 0x10cd: /* lf */ + case 0x10bf: case 0x10ce: /* v-2 */ case 0x10de: /* lm-3 */ case 0x10f5: /* lm-2 */