From owner-svn-src-head@FreeBSD.ORG Wed Jul 24 13:20:45 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C3E0A6C5; Wed, 24 Jul 2013 13:20:45 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3C132F80; Wed, 24 Jul 2013 13:20:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6ODKjmn069644; Wed, 24 Jul 2013 13:20:45 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6ODKji0069643; Wed, 24 Jul 2013 13:20:45 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201307241320.r6ODKji0069643@svn.freebsd.org> From: Adrian Chadd Date: Wed, 24 Jul 2013 13:20:45 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r253611 - head/sys/dev/iwn X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jul 2013 13:20:45 -0000 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 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" },