From owner-freebsd-current Thu Sep 17 02:11:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA29700 for freebsd-current-outgoing; Thu, 17 Sep 1998 02:11:32 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA29673 for ; Thu, 17 Sep 1998 02:11:20 -0700 (PDT) (envelope-from croot@btp1da.phy.uni-bayreuth.de) Received: (from root@localhost) by btp1da.phy.uni-bayreuth.de (8.8.8/8.7.3) id LAA25495; Thu, 17 Sep 1998 11:10:45 +0200 (MEST) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199809161735.LAA04593@pluto.plutotech.com> Date: Thu, 17 Sep 1998 11:10:45 +0200 (MEST) Organization: university of bayreuth From: Werner Griessl To: "Justin T. Gibbs" Subject: Re: cam and ncr ? Cc: current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 16-Sep-98 Justin T. Gibbs wrote: >>>> Now the new kernel fails with: >>>> >>>> ... >>>> npx0: INT 16 interface >>>> ncr0: SCSI phase error fixup: CCB already dequeued >>>> ncr: timeout uccb ... (skip) >>>> from here on repeats endless with the "timeout" line > > I can't seem to reproduce this one here on a DDRS drive. I did fix > another bug in the ncr driver though which may affect you. If rev > 1.126 doesn't address your problem, I'll try to poke around and add > some debugging info that may help me diagnose the problem. > > -- > Justin > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message ---------------------------------- Same problem with ncr.c 1.128 . But now I know, it's the worm-drive philips cdd2600 ! When I disconnect the drive from the bus, the system boots: da1 at ncr0 bus 0 target 3 lun 0 da1: Fixed Direct Access SCSI2 device da1: 10.0MB/s transfers (10.0MHz, offset 8), Tagged Queueing Enabled da1: 4095MB (8386733 512 byte sectors: 255H 63S/T 522C) da0 at ncr0 bus 0 target 1 lun 0 da0: Fixed Direct Access SCSI2 device da0: 10.0MB/s transfers (10.0MHz, offset 8), Tagged Queueing Enabled da0: 4134MB (8467200 512 byte sectors: 255H 63S/T 527C) This is the worm-dmesg from before CAM: worm0 at scbus0 target 2 lun 0 worm0: type 5 removable SCSI 2 worm0: Write-Once Werner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message