From owner-svn-src-head@FreeBSD.ORG Fri Feb 13 01:50:05 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46ADE106564A; Fri, 13 Feb 2009 01:50:05 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 355A18FC1D; Fri, 13 Feb 2009 01:50:05 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n1D1o5cL072786; Fri, 13 Feb 2009 01:50:05 GMT (envelope-from sam@svn.freebsd.org) Received: (from sam@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n1D1o57g072785; Fri, 13 Feb 2009 01:50:05 GMT (envelope-from sam@svn.freebsd.org) Message-Id: <200902130150.n1D1o57g072785@svn.freebsd.org> From: Sam Leffler Date: Fri, 13 Feb 2009 01:50:05 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r188549 - head/sys/dev/ath/ath_hal/ar5312 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 13 Feb 2009 01:50:05 -0000 Author: sam Date: Fri Feb 13 01:50:04 2009 New Revision: 188549 URL: http://svn.freebsd.org/changeset/base/188549 Log: Recognize AR5212_AR2317_REV2 in ar5312Probe() Submitted by: Pavel Roskin Modified: head/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c Modified: head/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c ============================================================================== --- head/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c Fri Feb 13 01:16:51 2009 (r188548) +++ head/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c Fri Feb 13 01:50:04 2009 (r188549) @@ -321,6 +321,7 @@ ar5312Probe(uint16_t vendorid, uint16_t case AR5212_AR2315_REV7: return "Atheros 2315 WiSoC"; case AR5212_AR2317_REV1: + case AR5212_AR2317_REV2: return "Atheros 2317 WiSoC"; case AR5212_AR2413: return "Atheros 2413";