Subject: Re: ATA/ATAPI kernel redesign
To: None <tech-kern@netbsd.org>
From: David Laight <david@l8s.co.uk>
List: tech-kern
Date: 02/28/2002 16:02:10
> > My intention is/was to not maintain the pre-ata support. Yeah, yeah. I know 
> 
> Well, so we strongly disagree on this. I think there are a number of NetBSD
> systems running on old drives.

Is it worth considering writing an 'ata' driver that doesn't support
old devices, but leaving the existing 'wd' driver there for systems
that need it?

I presume the wd driver contains two sets of cludges, those for
broken (or old) controllers and those for broken (or old) disks.

Dunno how you sort out the kernel config though :-(

Is there a driver for non-dma devices?  The code paths are much
cleaner is you don't have to do DMA - especially for memory cards
where there is little point doing reads asynchronously.

	David

-- 
David Laight: david@l8s.co.uk