kern/161162: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sun Oct 9 21:40:13 UTC 2011


The following reply was made to PR kern/161162; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: kern/161162: commit references a PR
Date: Sun,  9 Oct 2011 21:36:23 +0000 (UTC)

 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"	 },
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-bugs mailing list