From owner-freebsd-stable Tue Mar 28 7:53:25 2000 Delivered-To: freebsd-stable@freebsd.org Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.15.190]) by hub.freebsd.org (Postfix) with ESMTP id A431F37BDE6 for ; Tue, 28 Mar 2000 07:53:14 -0800 (PST) (envelope-from mi@kot.ne.mediaone.net) Received: from rtfm.newton (root@rtfm.newton [10.10.0.1]) by kot.ne.mediaone.net (8.9.3/8.9.1) with ESMTP id KAA69503; Tue, 28 Mar 2000 10:53:13 -0500 (EST) From: Mikhail Teterin X-Relay-IP: 10.10.0.1 Received: (from mi@localhost) by rtfm.newton (8.9.3/8.9.3) id KAA01633; Tue, 28 Mar 2000 10:53:12 -0500 (EST) (envelope-from mi@kot.ne.mediaone.net) Message-Id: <200003281553.KAA01633@rtfm.newton> Subject: Re: panic on a flaky SCSI CD In-Reply-To: <20000327233150.A2097@panzer.kdm.org> from "Kenneth D. Merry" at "Mar 27, 2000 11:31:51 pm" To: "Kenneth D. Merry" Date: Tue, 28 Mar 2000 10:53:12 -0500 (EST) Cc: stable@FreeBSD.ORG X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" I have this flaky SCSI CD, which works sometimes :) When it fails, I => see something like the following popping up: => => Creating DISK cd0 => (cd0:ncr1:0:6:0): got CAM status 0x4a => (cd0:ncr1:0:6:0): fatal error, failed to attach to device => (cd0:ncr1:0:6:0): lost device => (cd0:ncr1:0:6:0): removing device entry = =That is caused by a selection timeout. There's not a whole lot we can =do about that. I think I found it. I increased the SCSI_DELAY to 9 seconds and the drive seems happier now. I also switched to the new sym driver for my NCR-53C875. But this was not my question :) This was: => Under 3.4, if I was to try to mount a CD in this drive, when it was => in the bad mood, I'd simply get an error. Now, with 4.0 the thing => panics :( = =That's not good. In order to find the problem, we'll need a little more =information. Take a look at the handbook section on kernel debugging: = =http://www.freebsd.org/handbook/kerneldebug.html I'd love to do this, but it I don't have the time right now. I was hoping, someone who knows the code in question will be able to fix things quickly. It bites me when I attempt to use a device that was created, but then removed... -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message