svn commit: r188549 - head/sys/dev/ath/ath_hal/ar5312

Sam Leffler sam at FreeBSD.org
Thu Feb 12 17:50:05 PST 2009


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 at 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";


More information about the svn-src-all mailing list