Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 2013 13:20:45 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r253611 - head/sys/dev/iwn
Message-ID:  <201307241320.r6ODKji0069643@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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"		},



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307241320.r6ODKji0069643>