summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/9/pc/etherigbe.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/src/9/pc/etherigbe.c b/sys/src/9/pc/etherigbe.c
index 837c93c05..b5edff8f6 100644
--- a/sys/src/9/pc/etherigbe.c
+++ b/sys/src/9/pc/etherigbe.c
@@ -1958,8 +1958,9 @@ igbepci(void)
break;
case 0x00:
case 0xFF:
- print("igbe: unusable CLS - %d\n", cls*4);
- continue;
+ cls = 0x08;
+ pcicfgw8(p, PciCLS, cls);
+ break;
case 0x08:
case 0x10:
break;