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 "????";
 }
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to