svn commit: r235684 - head/sys/dev/iwn
Bernhard Schmidt
bschmidt at FreeBSD.org
Sun May 20 09:29:15 UTC 2012
Author: bschmidt
Date: Sun May 20 09:29:14 2012
New Revision: 235684
URL: http://svn.freebsd.org/changeset/base/235684
Log:
Add some more 100/130 series device IDs.
MFC after: 3 days
Modified:
head/sys/dev/iwn/if_iwn.c
Modified: head/sys/dev/iwn/if_iwn.c
==============================================================================
--- head/sys/dev/iwn/if_iwn.c Sun May 20 08:17:20 2012 (r235683)
+++ head/sys/dev/iwn/if_iwn.c Sun May 20 09:29:14 2012 (r235684)
@@ -92,6 +92,9 @@ static const struct iwn_ident iwn_ident_
{ 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" },
More information about the svn-src-head
mailing list