NetBSD-Bugs archive

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

PR/51252 CVS commit: src/sys



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

From: "Manuel Bouyer" <bouyer%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51252 CVS commit: src/sys
Date: Sun, 19 Jun 2016 09:35:06 +0000

 Module Name:	src
 Committed By:	bouyer
 Date:		Sun Jun 19 09:35:06 UTC 2016
 
 Modified Files:
 	src/sys/dev/ata: wd.c
 	src/sys/kern: subr_autoconf.c
 	src/sys/sys: device.h
 
 Log Message:
 Add a new config_detach() flag, DETACH_POWEROFF, which is set when
 detaching devices at shutdown time with RB_POWERDOWN.
 When detaching wd(4), put the drive in standby before detach
 for DETACH_POWEROFF.
 Fix PR kern/51252
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.420 -r1.421 src/sys/dev/ata/wd.c
 cvs rdiff -u -r1.241 -r1.242 src/sys/kern/subr_autoconf.c
 cvs rdiff -u -r1.148 -r1.149 src/sys/sys/device.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