From owner-freebsd-smp Tue Jan 5 14:54:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA25217 for freebsd-smp-outgoing; Tue, 5 Jan 1999 14:54:08 -0800 (PST) (envelope-from owner-freebsd-smp@FreeBSD.ORG) Received: from psv.oss.uswest.net (psv.oss.uswest.net [204.147.85.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA25125; Tue, 5 Jan 1999 14:54:01 -0800 (PST) (envelope-from greg@psv.oss.uswest.net) Received: (from greg@localhost) by psv.oss.uswest.net (8.8.8/8.8.5) id QAA23447; Tue, 5 Jan 1999 16:52:54 -0600 (CST) 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: Date: Tue, 05 Jan 1999 16:52:54 -0600 (CST) Reply-To: greg@uswest.net Organization: US WEST !NTERACT From: Greg Rowe To: Gerard Roudier Subject: Re: Symbios & SC450NX Cc: freebsd-smp@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Sender: owner-freebsd-smp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks, this did the trick. I'll beat on the server for a few days now and see how it holds up. Greg On 05-Jan-99 Gerard Roudier wrote: > >> CCB > CCB_H pci/ncr.c Target ID Failed at 5079 >> ssassertion "target == ccb->ccb_h.target_id" failed: file "../../pci/ncr.c", >> line 5079 > > The driver is using CTEST0 IO register to store the target id from > SCRIPTS. The C code reads this register on some interrupt condition to > identify the target that is currently talking with the controller. But, > the 896 uses this register to indicate the status of bytes at the bottom > of the DMA fifo, and so this register shall not be used anymore by the > driver to keep track of the target id. > > If you want the driver to work immediately for you, the following trick > should be enough, but it is not kind of beauty, by the way: > > $ vi ncr.c > >:1,$ s/ctest0/sdid/g > > > Regards, > Gerard. > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-scsi" in the body of the message Greg Rowe US WEST - Internet Service Operations "The telephone, for those of you who have forgotten, was a commonly used communications technology in the days before electronic mail. They're still easy to find in most large cities." -- Nathaniel Borenstein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message