Subject: Re: CVS commit: syssrc/sys/dev/pcmcia
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: source-changes
Date: 11/26/2001 08:34:37
On Tue, Nov 27, 2001 at 01:12:43AM +0900, Izumi Tsutsui wrote:

 > > Can you please provide a description about what "scsilow" is?
 > 
 > IIRC, scsi_low is a structure written by NetBSD/pc98 people
 > to handle common SCSI functions like bus reset, target init,
 > selection and message in/out etc. and command control blocks.

Ah, okay, then it should be in dev/scsipi, and we should fixup
other chip drivers that implement all that themselves to use
that code library.

Does it also support tagged queueing?  Has it been updated for
thorpej_scsipi?

(And it should be reviewed to make sure it's correct; Charles Hannum
spent a LOT of time making the protocol engine correct in the ncr53c9x
driver.)

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>