From owner-freebsd-current@FreeBSD.ORG Sat Sep 13 14:45:04 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E660416A4BF for ; Sat, 13 Sep 2003 14:45:04 -0700 (PDT) Received: from Stalker.alfacom.net (Stalker.Alfacom.net [193.108.124.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FD1643FDD for ; Sat, 13 Sep 2003 14:45:00 -0700 (PDT) (envelope-from vkushnir@Alfacom.net) Received: from kushnir1.kiev.ua (124-174.dialup.Alfacom.net [193.108.124.174]) by Stalker.alfacom.net (8.12.8/8.12.8) with ESMTP id h8DLiqhS023012 for ; Sun, 14 Sep 2003 00:44:53 +0300 (EEST) Received: from kushnir1.kiev.ua (kushnir1.kiev.ua [10.0.0.1]) by kushnir1.kiev.ua (8.12.9/8.12.9) with ESMTP id h8DLioLm025055 for ; Sun, 14 Sep 2003 00:44:50 +0300 (EEST) (envelope-from vkushnir@Alfacom.net) Date: Sun, 14 Sep 2003 00:44:50 +0300 (EEST) From: Vladimir Kushnir X-X-Sender: vkushnir@kushnir1.kiev.ua To: current@freebsd.org In-Reply-To: <20030912165039.GA54796@panzer.kdm.org> Message-ID: <20030914002955.Y24139@kushnir1.kiev.ua> References: <20030912155722.E7CA05D04@ptavv.es.net> <20030912165039.GA54796@panzer.kdm.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: scsi_cd or atapicam crash in current. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Sep 2003 21:45:05 -0000 Hello, here camcontrol still shows bogus numbers when there's no CD: #camcontrol cmd cd0 -v -c "25 0 0 0 0 0 0 0 0 0" -i 8 "i4 i4" -791621424 -791621424 No boot crashes, though, only the usual ones due to cdrecord usage which nobody seem to care about :-( On Fri, 12 Sep 2003, Kenneth D. Merry wrote: > > What happens when you do: > > camcontrol cmd cd0 -v -c "25 0 0 0 0 0 0 0 0 0" -i 8 "i4 i4" > > That should give you the media size and blocksize of the CD in the drive, > or an error if you don't have any media. > > If you're getting bogus values for the media/blocksize, or if it says > there's a disk there when there isn't one, then you've got a problem either > with the ATAPI or atapicam code. > > Ken Regards, Vladimir