Mon Sep 23 15:27:52 2019 UTC ()
Ticket #233


(martin)
diff -r1.1.2.56 -r1.1.2.57 src/doc/CHANGES-9.0

cvs diff -r1.1.2.56 -r1.1.2.57 src/doc/Attic/CHANGES-9.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-9.0 2019/09/23 07:10:56 1.1.2.56
+++ src/doc/Attic/CHANGES-9.0 2019/09/23 15:27:52 1.1.2.57
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1 1
2# $NetBSD: CHANGES-9.0,v 1.1.2.56 2019/09/23 07:10:56 martin Exp $ 2# $NetBSD: CHANGES-9.0,v 1.1.2.57 2019/09/23 15:27:52 martin Exp $
3 3
4A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30 4A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
5until the 9.0 release: 5until the 9.0 release:
6 6
7doc/CHANGES-9.0 patched by hand 7doc/CHANGES-9.0 patched by hand
8doc/LAST_MINUTE patched by hand 8doc/LAST_MINUTE patched by hand
9doc/README.files patched by hand 9doc/README.files patched by hand
10external/gpl2/groff/tmac/mdoc.local patched by hand 10external/gpl2/groff/tmac/mdoc.local patched by hand
11sys/sys/param.h patched by hand 11sys/sys/param.h patched by hand
12 12
13 Welcome to 9.0_BETA! 13 Welcome to 9.0_BETA!
14 14
15distrib/utils/libhack/multibyte.c 1.9 15distrib/utils/libhack/multibyte.c 1.9
@@ -3887,13 +3887,18 @@ sys/arch/arm/acpi/files.acpi 1.7 @@ -3887,13 +3887,18 @@ sys/arch/arm/acpi/files.acpi 1.7
3887sys/arch/dreamcast/dev/g1/wdc_g1.c 1.4 3887sys/arch/dreamcast/dev/g1/wdc_g1.c 1.4
3888sys/arch/dreamcast/dev/g1/wdc_g1.c 1.5 3888sys/arch/dreamcast/dev/g1/wdc_g1.c 1.5
3889sys/arch/evbppc/mpc85xx/wdc_obio.c 1.7 3889sys/arch/evbppc/mpc85xx/wdc_obio.c 1.7
3890sys/arch/mips/adm5120/dev/wdc_extio.c 1.11 3890sys/arch/mips/adm5120/dev/wdc_extio.c 1.11
3891sys/arch/mmeye/dev/wdc_mainbus.c 1.7 3891sys/arch/mmeye/dev/wdc_mainbus.c 1.7
3892sys/dev/ic/wdc.c 1.292 3892sys/dev/ic/wdc.c 1.292
3893sys/dev/ic/wdcvar.h 1.99 3893sys/dev/ic/wdcvar.h 1.99
3894 3894
3895 Adjust several missed drivers for wdcprobe() changes of ATA NCQ branch. 3895 Adjust several missed drivers for wdcprobe() changes of ATA NCQ branch.
3896 Restore interface to pass a MD reset function to MI wdcprobe() and fix 3896 Restore interface to pass a MD reset function to MI wdcprobe() and fix
3897 G1IDE on Dreamcast. 3897 G1IDE on Dreamcast.
3898 [tsutsui, ticket #232] 3898 [tsutsui, ticket #232]
3899 3899
 3900sys/dev/acpi/dwiic_acpi.c 1.3
 3901
 3902 Match Ampere eMAG hardware ID (APMC0D0F).
 3903 [jmcneill, ticket #233]
 3904