Module Name: src
Committed By: mrg
Date: Thu Aug 15 08:55:06 UTC 2019
Modified Files:
src/doc: CHANGES
Log Message:
usbnet(9): Add common framework for USB network devices. Port the
axe(4), axen(4), cdce(4), cue(4), mue(4), smsc(4), udav(4),
ure(4), url(4), and urndis(4) drivers fixing many bugs and
porting to NET_MPSAFE in the process. [mrg 20190814]
To generate a diff of this commit:
cvs rdiff -u -r1.2567 -r1.2568 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.2567 src/doc/CHANGES:1.2568
--- src/doc/CHANGES:1.2567 Sat Aug 10 08:46:09 2019
+++ src/doc/CHANGES Thu Aug 15 08:55:06 2019
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2567 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2568 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -31,3 +31,7 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
for depths 2 and 24. Shadow framebuffer supported for all
depths. A lot of bug fixes, both major and minor. Dedup more
than 20% of lines, or 50% of characters. [rin 20190810]
+ usbnet(9): Add common framework for USB network devices. Port the
+ axe(4), axen(4), cdce(4), cue(4), mue(4), smsc(4), udav(4),
+ ure(4), url(4), and urndis(4) drivers fixing many bugs and
+ porting to NET_MPSAFE in the process. [mrg 20190814]