Subject: Re: CVS commit: src/sys/dev/pci
To: Bill Studenmund <wrstuden@netbsd.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 02/21/2007 01:32:33
Hi Bill,

On Tue, Feb 20, 2007 at 03:51:46PM -0800, Bill Studenmund wrote:

> On Thu, Feb 08, 2007 at 06:47:21PM +0000, Andrew Doran wrote:
> > 
> > Module Name:	src
> > Committed By:	ad
> > Date:		Thu Feb  8 18:47:21 UTC 2007
> > 
> > Modified Files:
> > 	src/sys/dev/pci: ld_twa.c
> > 
> > Log Message:
> > Add a quick hack to allow addressing over 2G sectors. XXX This driver
> > needs to be rewritten to use the scsipi layer. Additionally:
> 
> Not really. While the card does take SCSI CDBs, it's not really a SCSI 
> bus nor SCSI controller.
>
> While hooking in the scsipi layer would make some operations easier, I
> expect that other operations, such as task management & such, will turn
> out harder.

Yup, Jason mentioned that to me shortly after I made the commit. I didn't
look closely enough. Seems like an odd way to handle it though.

Cheers,
Andrew