Module Name: src
Committed By: cegger
Date: Mon Apr 20 20:19:17 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
ale(4): new driver for Attensic/Atheros L1E Gigabit Ethernet.
To generate a diff of this commit:
cvs rdiff -u -r1.1209 -r1.1210 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.1209 src/doc/CHANGES:1.1210
--- src/doc/CHANGES:1.1209 Fri Apr 17 20:09:34 2009
+++ src/doc/CHANGES Mon Apr 20 20:19:17 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1209 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1210 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -178,3 +178,5 @@
DHCID, NSEC3, NSEC3PARAM, HIP and DLV, various new api functions.
[christos 20090412]
dhcpcd: Import dhcpcd-4.0.13 [roy 20090417]
+ ale(4): Add a driver for Attensic/Atheros L1E Gigabit Ethernet.
+ From OpenBSD and improvements from Kevin Lahey. [cegger 20090420]