Re: PCI+ATA

2008-05-06 Thread Vega
I've realised a similar patch there are some difference: Marco Gerards check if this class and subclass ID matches that of a PCI IDE Controller. I instead check only class so I recognize even my sata disk that have the same class of PCI IDE Controller but different subclass (for example 0x04 and

Re: PCI+ATA

2008-02-03 Thread walt
On Sun, 2008-02-03 at 09:42 -0800, walt wrote: > Marco Gerards wrote: > > Hi, > > > > Here is a patch for testing purposes. I hope people can test this on > > actual hardware. Testing will help a lot for the development of the > > ATA driver. > > ... > > Please tell me (read this before testing!

Re: PCI+ATA

2008-02-03 Thread walt
Marco Gerards wrote: Hi, Here is a patch for testing purposes. I hope people can test this on actual hardware. Testing will help a lot for the development of the ATA driver. ... Please tell me (read this before testing!): 1) Does it work perfectly (yes/no) as in, all devices are detected and

Re: PCI+ATA

2008-02-02 Thread Robert Millan
On Sat, Feb 02, 2008 at 07:38:43PM +0100, Marco Gerards wrote: > Hi, > > Here is a patch for testing purposes. I hope people can test this on > actual hardware. Testing will help a lot for the development of the > ATA driver. > > The code to reset the channel was removed, replace with something