svn commit: r235843 - stable/9/sys/dev/iwn
Bernhard Schmidt
bschmidt at FreeBSD.org
Wed May 23 16:43:17 UTC 2012
Author: bschmidt
Date: Wed May 23 16:43:16 2012
New Revision: 235843
URL: http://svn.freebsd.org/changeset/base/235843
Log:
MFC r235684:
Add some more 100/130 series device IDs.
Modified:
stable/9/sys/dev/iwn/if_iwn.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/dev/ (props changed)
Modified: stable/9/sys/dev/iwn/if_iwn.c
==============================================================================
--- stable/9/sys/dev/iwn/if_iwn.c Wed May 23 16:19:19 2012 (r235842)
+++ stable/9/sys/dev/iwn/if_iwn.c Wed May 23 16:43:16 2012 (r235843)
@@ -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-stable-9
mailing list