Module Name: src
Committed By: cegger
Date: Mon Feb 21 11:09:16 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
ath(4): Add support for AR9285 devices.
To generate a diff of this commit:
cvs rdiff -u -r1.1510 -r1.1511 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1510 src/doc/CHANGES:1.1511
--- src/doc/CHANGES:1.1510 Sun Feb 20 17:09:31 2011
+++ src/doc/CHANGES Mon Feb 21 11:09:16 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1510 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1511 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -865,3 +865,4 @@
more efficient, added "fast" software interrupts and kernel
preemption. Added support for RMI (NetLogic) XLS/XLR models.
Major clean up for MIPS port. [matt 20110220]
+ ath(4): Add support for AR9285 devices. [cegger 20110221]