Module Name: src
Committed By: tsutsui
Date: Thu Mar 4 15:47:12 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
Note about proper support for NE2000 8 bit mode.
To generate a diff of this commit:
cvs rdiff -u -r1.1366 -r1.1367 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.1366 src/doc/CHANGES:1.1367
--- src/doc/CHANGES:1.1366 Wed Mar 3 02:09:51 2010
+++ src/doc/CHANGES Thu Mar 4 15:47:12 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1366 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1367 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -561,3 +561,4 @@
wcfb: A driver for 3Dlabs Wildcat graphics cards [macallan 20100224]
ld.so_elf: Implement negative symbol lookup cache [roy 20100227]
dhcpcd(8): Import dhcpcd-5.2.1. [roy 20100227]
+ ne(4): Add proper support for NE2000 8 bit mode. [tsutsui 20090303]