From c4ae1a74357c419b8106a2c0e51d941e2b415a61 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Wed, 29 Jul 2015 14:17:55 +0200 Subject: etheriwl: add pciid for Centrino Wireless-N 1000 (thanks qu7uux) card seems to work fine with just this. http://sysinfo.9front.org/src/125/body --- sys/src/9/pc/etheriwl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/src/9/pc/etheriwl.c b/sys/src/9/pc/etheriwl.c index 9b617f68a..0077061be 100644 --- a/sys/src/9/pc/etheriwl.c +++ b/sys/src/9/pc/etheriwl.c @@ -2446,6 +2446,7 @@ iwlpci(void) case 0x422b: /* Centrino Ultimate-N 6300 variant 1 */ case 0x4238: /* Centrino Ultimate-N 6300 variant 2 */ case 0x08ae: /* Centrino Wireless-N 100 */ + case 0x0083: /* Centrino Wireless-N 1000 */ case 0x0887: /* Centrino Wireless-N 2230 */ case 0x0888: /* Centrino Wireless-N 2230 */ break; -- cgit v1.2.3