svn commit: r226176 - head/sys/dev/iwn

Marius Strobl marius at FreeBSD.org
Sun Oct 9 21:36:15 UTC 2011


Author: marius
Date: Sun Oct  9 21:36:14 2011
New Revision: 226176
URL: http://svn.freebsd.org/changeset/base/226176

Log:
  Recognize the Intel(R) Centrino(R) Wireless-N 130.
  
  PR:	161162

Modified:
  head/sys/dev/iwn/if_iwn.c

Modified: head/sys/dev/iwn/if_iwn.c
==============================================================================
--- head/sys/dev/iwn/if_iwn.c	Sun Oct  9 21:21:37 2011	(r226175)
+++ head/sys/dev/iwn/if_iwn.c	Sun Oct  9 21:36:14 2011	(r226176)
@@ -89,6 +89,7 @@ static const struct iwn_ident iwn_ident_
 	{ 0x8086, 0x008b, "Intel(R) Centrino(R) Wireless-N 1030"	 },
 	{ 0x8086, 0x0090, "Intel(R) Centrino(R) Advanced-N 6230"	 },
 	{ 0x8086, 0x0091, "Intel(R) Centrino(R) Advanced-N 6230"	 },
+	{ 0x8086, 0x0896, "Intel(R) Centrino(R) Wireless-N 130"		 },
 	{ 0x8086, 0x4229, "Intel(R) Wireless WiFi Link 4965"		 },
 	{ 0x8086, 0x422b, "Intel(R) Centrino(R) Ultimate-N 6300"	 },
 	{ 0x8086, 0x422c, "Intel(R) Centrino(R) Advanced-N 6200"	 },


More information about the svn-src-head mailing list