svn commit: r227421 - head/sys/modules/ath

Adrian Chadd adrian at FreeBSD.org
Thu Nov 10 17:01:35 UTC 2011


Author: adrian
Date: Thu Nov 10 17:01:34 2011
New Revision: 227421
URL: http://svn.freebsd.org/changeset/base/227421

Log:
  Add a missing reference to AR9287.
  
  Sponsored by:	Hobnob, Inc.

Modified:
  head/sys/modules/ath/Makefile

Modified: head/sys/modules/ath/Makefile
==============================================================================
--- head/sys/modules/ath/Makefile	Thu Nov 10 16:50:36 2011	(r227420)
+++ head/sys/modules/ath/Makefile	Thu Nov 10 17:01:34 2011	(r227421)
@@ -75,7 +75,7 @@ SRCS+=	ar2425.c
 SRCS+=	ar5413.c
 
 #
-# AR5416, AR9130, AR9160, AR9220, AR9280, AR9285 support.
+# AR5416, AR9130, AR9160, AR9220, AR9280, AR9285, AR9287 support.
 
 # Note enabling this support requires defining AH_SUPPORT_AR5416
 # in opt_ah.h so the 11n tx/rx descriptor format is handled.


More information about the svn-src-all mailing list