diff options
author | bschmidt <bschmidt@FreeBSD.org> | 2012-05-20 09:29:14 +0000 |
---|---|---|
committer | bschmidt <bschmidt@FreeBSD.org> | 2012-05-20 09:29:14 +0000 |
commit | 1859d557a413896cb163786af56cdaff6a922ea5 (patch) | |
tree | 4b64c09cc018d166a907bfdd24b8cb2669d62618 | |
parent | 1d96e153fbf479568622b8dac090f53400c48ba1 (diff) | |
download | FreeBSD-src-1859d557a413896cb163786af56cdaff6a922ea5.zip FreeBSD-src-1859d557a413896cb163786af56cdaff6a922ea5.tar.gz |
Add some more 100/130 series device IDs.
MFC after: 3 days
-rw-r--r-- | sys/dev/iwn/if_iwn.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/iwn/if_iwn.c b/sys/dev/iwn/if_iwn.c index b486173..432a1f5 100644 --- a/sys/dev/iwn/if_iwn.c +++ b/sys/dev/iwn/if_iwn.c @@ -92,6 +92,9 @@ static const struct iwn_ident iwn_ident_table[] = { { 0x8086, 0x0885, "Intel Centrino Wireless-N + WiMAX 6150" }, { 0x8086, 0x0886, "Intel Centrino Wireless-N + WiMAX 6150" }, { 0x8086, 0x0896, "Intel Centrino Wireless-N 130" }, + { 0x8086, 0x0887, "Intel Centrino Wireless-N 130" }, + { 0x8086, 0x08ae, "Intel Centrino Wireless-N 100" }, + { 0x8086, 0x08af, "Intel Centrino Wireless-N 100" }, { 0x8086, 0x4229, "Intel Wireless WiFi Link 4965" }, { 0x8086, 0x422b, "Intel Centrino Ultimate-N 6300" }, { 0x8086, 0x422c, "Intel Centrino Advanced-N 6200" }, |