svn commit: r253611 - head/sys/dev/iwn
Adrian Chadd
adrian at FreeBSD.org
Wed Jul 24 13:20:45 UTC 2013
Author: adrian
Date: Wed Jul 24 13:20:45 2013
New Revision: 253611
URL: http://svnweb.freebsd.org/changeset/base/253611
Log:
Add new IDs for The Intel 2230 wireless NIC.
Submitted by: Cedric GROSS <cg at cgross.info>
Modified:
head/sys/dev/iwn/if_iwn.c
Modified: head/sys/dev/iwn/if_iwn.c
==============================================================================
--- head/sys/dev/iwn/if_iwn.c Wed Jul 24 13:07:29 2013 (r253610)
+++ head/sys/dev/iwn/if_iwn.c Wed Jul 24 13:20:45 2013 (r253611)
@@ -93,6 +93,8 @@ static const struct iwn_ident iwn_ident_
{ 0x8086, 0x0091, "Intel Centrino Advanced-N 6230" },
{ 0x8086, 0x0885, "Intel Centrino Wireless-N + WiMAX 6150" },
{ 0x8086, 0x0886, "Intel Centrino Wireless-N + WiMAX 6150" },
+ { 0x8086, 0x0887, "Intel Centrino Wireless-N 2230" },
+ { 0x8086, 0x0888, "Intel Centrino Wireless-N 2230" },
{ 0x8086, 0x0896, "Intel Centrino Wireless-N 130" },
{ 0x8086, 0x0897, "Intel Centrino Wireless-N 130" },
{ 0x8086, 0x08ae, "Intel Centrino Wireless-N 100" },
More information about the svn-src-all
mailing list