Module Name: src Committed By: martin Date: Tue Aug 30 18:36:21 UTC 2022
Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1512 - #1514 To generate a diff of this commit: cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-9.4 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.4 diff -u src/doc/CHANGES-9.4:1.1.2.7 src/doc/CHANGES-9.4:1.1.2.8 --- src/doc/CHANGES-9.4:1.1.2.7 Tue Aug 30 15:38:22 2022 +++ src/doc/CHANGES-9.4 Tue Aug 30 18:36:21 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.7 2022/08/30 15:38:22 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.8 2022/08/30 18:36:21 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -98,3 +98,24 @@ external/mit/xorg/server/drivers/xf86-vi wsfb(4): disable broken DGA extension for xf86-video-wsfb. [rin, ticket #1511] +sys/dev/ata/ata.c 1.163 + + wd(4): fix verbose attach messages for ATA controllers w/o UltraDMA + support. + [tsutsui, ticket #1512] + +sys/arch/m68k/m68k/m68k_trap.c 1.3 + + m68k: make a DEBUG kernel compilable. + [tsutsui, ticket #1513] + +distrib/amiga/floppies/inst-common/dot.commonutils 1.9 +distrib/amiga/miniroot/dot.profile 1.11 +distrib/atari/floppies/common/dot.profile 1.9 +distrib/utils/script-installer/dot.commonutils 1.8 +distrib/vax/inst-common/dot.commonutils 1.6 + + PRs 54835, 54835, 56983: adapt install scripts to the shell + being compiled without support for depracated test expressions. + [tsutsui, ticket #1514] +