Date: Sat, 1 Apr 2000 23:49:13 -0800 (PST) From: Kenneth Merry <ken@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_ch.c Message-ID: <200004020749.XAA37371@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ken 2000/04/01 23:49:12 PST Modified files: sys/cam/scsi scsi_ch.c Log: Fix two problems in the ch(4) driver. - Mike Smith discovered a panic in the changer probe code if the probe command (mode sense) fails. So we need to release the CCB used in the probe before we unlock the peripheral. (i.e. the same fix mjacob put in the CD and DA drivers) - A newline was missing in a warning message. (PR kern/17512) PR: kern/17512 Submitted by: Louis Mamakos <louie@uu.net> (newline fix) Revision Changes Path 1.21 +14 -3 src/sys/cam/scsi/scsi_ch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004020749.XAA37371>