From owner-cvs-all Sat Apr 1 23:49:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE77637B858; Sat, 1 Apr 2000 23:49:15 -0800 (PST) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA37371; Sat, 1 Apr 2000 23:49:14 -0800 (PST) (envelope-from ken@FreeBSD.org) Message-Id: <200004020749.XAA37371@freefall.freebsd.org> From: Kenneth Merry Date: Sat, 1 Apr 2000 23:49:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_ch.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 (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