Date: Fri, 13 Feb 2009 01:50:05 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r188549 - head/sys/dev/ath/ath_hal/ar5312 Message-ID: <200902130150.n1D1o57g072785@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <proski@gnu.org> 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";
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902130150.n1D1o57g072785>