Module Name: src
Committed By: snj
Date: Sat Dec 23 19:56:01 UTC 2017
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
450
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.95 -r1.1.2.96 src/doc/CHANGES-8.0
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-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.95 src/doc/CHANGES-8.0:1.1.2.96
--- src/doc/CHANGES-8.0:1.1.2.95 Fri Dec 22 06:06:21 2017
+++ src/doc/CHANGES-8.0 Sat Dec 23 19:56:01 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.95 2017/12/22 06:06:21 snj Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.96 2017/12/23 19:56:01 snj Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -8665,3 +8665,9 @@ sys/dev/usb/xhci.c 1.78, 1.83
capabilities of a HS hub itself or the same upstream HS hub.
[skrll, ticket #459]
+sys/dev/pad/pad.c 1.44
+
+ Rework so that module infrastructure is provided even when the
+ module is built-in to the kernel.
+ [pgoyette, ticket #450]
+