diff options
| author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-07-29 14:17:55 +0200 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-07-29 14:17:55 +0200 |
| commit | c4ae1a74357c419b8106a2c0e51d941e2b415a61 (patch) | |
| tree | e0d6b97ad6bcb9e96d5a51f7839b64b39f6a8c2a | |
| parent | a8735c02b6f4961f53ebbacf8a3d313db8b548fc (diff) | |
| download | plan9front-c4ae1a74357c419b8106a2c0e51d941e2b415a61.tar.xz | |
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
| -rw-r--r-- | sys/src/9/pc/etheriwl.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
