diff options
| author | khm <devnull@localhost> | 2013-02-18 21:04:19 -0500 |
|---|---|---|
| committer | khm <devnull@localhost> | 2013-02-18 21:04:19 -0500 |
| commit | e68130f082c608ff0be39a11b459057791689486 (patch) | |
| tree | 4501469e42db6d718f69ffd7a3f7539ca2d1bd8d | |
| parent | 2fc31e9a709476696ee0b1827f31c7fcbf69a809 (diff) | |
| download | plan9front-e68130f082c608ff0be39a11b459057791689486.tar.xz | |
add wifi link 1000 pci id
| -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 7bd25dcaa..9aebd8bf0 100644 --- a/sys/src/9/pc/etheriwl.c +++ b/sys/src/9/pc/etheriwl.c @@ -2235,6 +2235,7 @@ iwlpci(void) switch(pdev->did){ default: continue; + case 0x0084: /* WiFi Link 1000 */ case 0x4229: /* WiFi Link 4965 */ case 0x4230: /* WiFi Link 4965 */ case 0x4236: /* WiFi Link 5300 AGN */ |
