On Wed, Jul 19, 2000 at 01:43:02PM -0700, Matthew Jacob wrote:
> > what's the best driver to look for examples for scsi drivers who do scatter
> > gather without hardware support ?
> define 'hardware support'

For me the question looks rather clear:
If you have a script processor to handle SG segments or a fixed list that
you can submit to your chip on your HA, than you have HW support. 
If you need to get an IRQ after each segment (which was transfered by ISA or
PCI DMA) and tell the SCSI controller where to put the next segment, than
you don't have HW support. 

Now for the more diffcult question on what driver sources to look: I'd start
with aha152x.

Regards,
-- 
Kurt Garloff  <[EMAIL PROTECTED]>                          Eindhoven, NL
GPG key: See mail header, key servers         Linux kernel development
SuSE GmbH, Nuernberg, FRG                               SCSI, Security

PGP signature

Reply via email to