Module Name: src
Committed By: martin
Date: Sun Sep 29 07:35:15 UTC 2019
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Tickets #266 and #267
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.66 -r1.1.2.67 src/doc/CHANGES-9.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-9.0
diff -u src/doc/CHANGES-9.0:1.1.2.66 src/doc/CHANGES-9.0:1.1.2.67
--- src/doc/CHANGES-9.0:1.1.2.66 Sat Sep 28 12:40:33 2019
+++ src/doc/CHANGES-9.0 Sun Sep 29 07:35:15 2019
@@ -1,5 +1,5 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.66 2019/09/28 12:40:33 martin Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.67 2019/09/29 07:35:15 martin Exp $
A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
until the 9.0 release:
@@ -4168,3 +4168,16 @@ sys/dev/acpi/acpi_i2c.c 1.5
PR kern/54493: acpi_i2c uses incorrect arguments for _DSM call.
[bouyer, ticket #265]
+sys/dev/pci/if_mcx.c 1.3,1.4
+
+ mcx(4): fix rx mbuf DMA overrun.
+ [tnn, ticket #266]
+
+usr.bin/audiocfg/audiodev.c 1.12
+usr.bin/audiocfg/dtmf.c 1.4
+usr.bin/audiocfg/main.c 1.14 (patch)
+
+ Use err(3)/warn(3) instead of perror(3)/fprintf(stderr,...).
+ Use getprogname(3) for usage().
+ [isaki, ticket #267]
+