atom feed2 messages in org.freebsd.freebsd-scsiRe: More CAM w/ NCR problems...
FromSent OnAttachments
The Hermit HackerAug 1, 1998 5:25 pm 
Justin T. GibbsAug 1, 1998 8:09 pm 
Subject:Re: More CAM w/ NCR problems...
From:Justin T. Gibbs (gib@narnia.plutotech.com)
Date:Aug 1, 1998 8:09:11 pm
List:org.freebsd.freebsd-scsi

In article <Pine@thelab.hub.org> you wrote:

Morning...

Again, new to my CAM kernel, the following error:

Aug 1 21:21:13 thelab /kernel: (da0:ncr0:0:0:0): READ(06). CDB: 8 0 8 0 2 0 Aug 1 21:21:13 thelab /kernel: (da0:ncr0:0:0:0): UNIT ATTENTION asc:29,0 Aug 1 21:21:13 thelab /kernel: (da0:ncr0:0:0:0): Power on, reset, or bus device reset occurred Aug 1 21:21:13 thelab /kernel: (da0:ncr0:0:0:0): Invalidating pack

Either the NCR or someone else on the bus reset the bus, but the proper asynchronous notification was never sent to the CAM transport layer so that the da device could expect to receive a UA. So, the driver erred on the safe side and invalidated the device. The only way to be able to access it again is to do a "umount -f" and then remount the partition.

I took a quick look at the ncr driver, and it look like the NCR driver will have this effect if it encouters a "fatal error". It looks like the call to xpt_async should be moded to ncr_init.

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message