From owner-cvs-all Thu Jan 7 12:21:09 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA00535 for cvs-all-outgoing; Thu, 7 Jan 1999 12:21:09 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA00527; Thu, 7 Jan 1999 12:21:04 -0800 (PST) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA14639; Thu, 7 Jan 1999 12:20:58 -0800 (PST) Date: Thu, 7 Jan 1999 12:20:58 -0800 (PST) Message-Id: <199901072020.MAA14639@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam/scsi scsi_cd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/01/07 12:20:58 PST Modified files: sys/cam/scsi scsi_cd.c Log: Like the problems just fixed in scsi_da.c, make sure to release the probe ccb before taking down the periph. Also, don't do cdscheduling if you're not going to attach the device after all. Reviewed by: ken@freebsd.org Revision Changes Path 1.12 +17 -6 src/sys/cam/scsi/scsi_cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message