NetBSD-Bugs archive

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

PR/52147 CVS commit: src/sys/dev/scsipi



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

From: "Jaromir Dolecek" <jdolecek%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52147 CVS commit: src/sys/dev/scsipi
Date: Mon, 10 Apr 2017 18:20:43 +0000

 Module Name:	src
 Committed By:	jdolecek
 Date:		Mon Apr 10 18:20:43 UTC 2017
 
 Modified Files:
 	src/sys/dev/scsipi: sd.c
 
 Log Message:
 execute the cache page MODE SENSE with XS_CTL_SILENT; it's pretty normal
 for e.g. USB sticks thus showing error is not really useful, and the pretty
 printing triggers autoload of scsiverbose module and immediate deadlock when
 the DIOCGCACHE call is made by WAPBL during root mount
 
 adresses PR kern/52147 by Michael van Elst
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.323 -r1.324 src/sys/dev/scsipi/sd.c
 
 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