Module Name: src
Committed By: jakllsch
Date: Wed Jul 20 20:38:29 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Note the two new drivers I recently worked on.
To generate a diff of this commit:
cvs rdiff -u -r1.1580 -r1.1581 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.1580 src/doc/CHANGES:1.1581
--- src/doc/CHANGES:1.1580 Mon Jul 18 11:55:08 2011
+++ src/doc/CHANGES Wed Jul 20 20:38:29 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1580 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1581 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1061,6 +1061,8 @@
for AR71xx (24K) and AR9344 (74K) SoCs.
dtv(4): Add digital TV framework. [jmcneill 20110709]
auvitek(4): Add digital capture support. [jmcneill 20110709]
+ cxdtv(4): Add driver for Conexant CX23880-based DTV cards.
+ [jakllsch 20110711]
hpacel(4): Add a driver for HP 3D DriveGuard; a LIS3LV02DL-based
accelerometer. [jruoho 20110713]
emdtv(4): Add a driver for Empia EM28xx family USB video
@@ -1077,3 +1079,5 @@
[tsutsui 20110716]
luna68k: Build a ramdisk based INSTALL kernel with sysinst(8).
[tsutsui 20110716]
+ urndis(4): Add driver for Microsoft RNDIS-based USB networking devices,
+ such as Android-based phones. From OpenBSD. [jakllsch 20110720]