Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2011 09:27:58 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r222305 - head/sys/dev/ath/ath_hal
Message-ID:  <201105260927.p4Q9RwaA052992@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Thu May 26 09:27:58 2011
New Revision: 222305
URL: http://svn.freebsd.org/changeset/base/222305

Log:
  Add the AR9287 chip identification string.

Modified:
  head/sys/dev/ath/ath_hal/ah.c

Modified: head/sys/dev/ath/ath_hal/ah.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ah.c	Thu May 26 09:23:01 2011	(r222304)
+++ head/sys/dev/ath/ath_hal/ah.c	Thu May 26 09:27:58 2011	(r222305)
@@ -117,6 +117,8 @@ ath_hal_mac_name(struct ath_hal *ah)
 		return "9280";
 	case AR_XSREV_VERSION_KITE:
 		return "9285";
+	case AR_XSREV_VERSION_KIWI:
+		return "9287";
 	}
 	return "????";
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105260927.p4Q9RwaA052992>