Subject: problems with ahc vs. format command
To: None <tech-kern@netbsd.org>
From: Chuck Silvers <chuq@chuq.com>
List: tech-kern
Date: 06/07/2001 23:41:14
hi,

I tried to do a low-level format of a disk attached to an ahc tonight,
and it didn't work so well:

ahc0:A:2: no active SCB for reconnecting target - issuing BUS DEVICE RESET
SAVED_TCL == 0x20, ARG_1 == 0xff, SEQ_FLAGS == 0x40
sd2(ahc0:0:2:0): SCB 1d - timed out in Data-in phase, SEQADDR == 0x151
SCSIRATE == 0x0
sd2(ahc0:0:2:0): BDR message in message buffer
sd2(ahc0:0:2:0): SCB 1d - timed out in Data-in phase, SEQADDR == 0x151
SCSIRATE == 0x0
sd2(ahc0:0:2:0): no longer in timeout, status = 0
sd2: async, 8-bit transfers, tagged queueing
ahc0: Issued Channel A Bus Reset. 1 SCBs aborted


is this a problem with the ahc driver, or something else?

-Chuck