NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/54538 CVS commit: [netbsd-9] src/sys



The following reply was made to PR kern/54538; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54538 CVS commit: [netbsd-9] src/sys
Date: Mon, 23 Sep 2019 07:09:47 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Mon Sep 23 07:09:47 UTC 2019
 
 Modified Files:
 	src/sys/arch/dreamcast/dev/g1 [netbsd-9]: wdc_g1.c
 	src/sys/arch/evbppc/mpc85xx [netbsd-9]: wdc_obio.c
 	src/sys/arch/mips/adm5120/dev [netbsd-9]: wdc_extio.c
 	src/sys/arch/mmeye/dev [netbsd-9]: wdc_mainbus.c
 	src/sys/dev/ic [netbsd-9]: wdc.c wdcvar.h
 
 Log Message:
 Pull up following revision(s) (requested by tsutsui in ticket #232):
 
 	sys/arch/evbppc/mpc85xx/wdc_obio.c: revision 1.7
 	sys/arch/dreamcast/dev/g1/wdc_g1.c: revision 1.4
 	sys/arch/dreamcast/dev/g1/wdc_g1.c: revision 1.5
 	sys/arch/mmeye/dev/wdc_mainbus.c: revision 1.7
 	sys/dev/ic/wdcvar.h: revision 1.99
 	sys/dev/ic/wdc.c: revision 1.292
 	sys/arch/mips/adm5120/dev/wdc_extio.c: revision 1.11
 
 adjust several missed drivers for wdcprobe() changes of ATA NCQ branch
 for dreamcast g1 just drop the custom reset function, it doesn't seem to do
 anything useful over the generic variant
 
 PR kern/54538 by Izumi Tsutsui
 
 Restore interface to pass a MD reset function to MI wdcprobe().
 
 Fixes silent hang on G1IDE on Dreamcast. PR kern/54538
 Should be pulled up to netbsd-9 with the previous changes.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.3.10.1 src/sys/arch/dreamcast/dev/g1/wdc_g1.c
 cvs rdiff -u -r1.6 -r1.6.8.1 src/sys/arch/evbppc/mpc85xx/wdc_obio.c
 cvs rdiff -u -r1.10 -r1.10.8.1 src/sys/arch/mips/adm5120/dev/wdc_extio.c
 cvs rdiff -u -r1.6 -r1.6.8.1 src/sys/arch/mmeye/dev/wdc_mainbus.c
 cvs rdiff -u -r1.291 -r1.291.4.1 src/sys/dev/ic/wdc.c
 cvs rdiff -u -r1.98 -r1.98.10.1 src/sys/dev/ic/wdcvar.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index