Module Name: src
Committed By: pgoyette
Date: Sat Feb 6 20:13:03 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
Mention acpismbus(4) (expermiental)
To generate a diff of this commit:
cvs rdiff -u -r1.1353 -r1.1354 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.1353 src/doc/CHANGES:1.1354
--- src/doc/CHANGES:1.1353 Wed Feb 3 15:40:00 2010
+++ src/doc/CHANGES Sat Feb 6 20:13:03 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1353 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1354 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -539,3 +539,5 @@
dhcpcd(8): Import dhcpcd-5.1.5. [roy 20100131]
terminfo(3): Import my terminfo implementation to replace termcap.
roy [20100203]
+ acpismbus(4): Add my experimental ACPI SMBus Control Method
+ Interface driver. [pgoyette 20100206]