Re: InitIO SCSI: Volunteers required

2007-04-22 Thread Alan Cox
> Once again a pci_get_device conversation isn't all that helpfull at all. > fortunately in this case I've done a patch to convert this driver to > proper pci probing in 2004, and I've attached the forward-ported version > below now that we've actually found some testers that weren't locatable >

Re: InitIO SCSI: Volunteers required

2007-04-22 Thread Alan Cox
> This doesn't change much outside the initialization and irq code, so > any additional de-crappyfication will hopefully apply ontop. This will actually clash horribly with the rest of the rework, so it does need to be applied after the other changes. The driver in my tree no longer looks much

Re: InitIO SCSI: Volunteers required

2007-04-22 Thread Christoph Hellwig
On Fri, Apr 20, 2007 at 10:38:49AM +0100, Alan Cox wrote: > I'm looking for some testers for a revamp of the initio driver. No real > code changes other than to hopefully stop it exploding on load on 64bit, > but a major reorganisation, commenting and "de-windowsification" so the > code is

Re: InitIO SCSI: Volunteers required

2007-04-22 Thread Srdjan Todorovic
On Fri, 20 Apr 2007, Alan Cox wrote: > I'm looking for some testers for a revamp of the initio driver. No real > code changes other than to hopefully stop it exploding on load on 64bit, > but a major reorganisation, commenting and "de-windowsification" so the > code is actually readable and I can

Re: InitIO SCSI: Volunteers required

2007-04-22 Thread Srdjan Todorovic
On Fri, 20 Apr 2007, Alan Cox wrote: I'm looking for some testers for a revamp of the initio driver. No real code changes other than to hopefully stop it exploding on load on 64bit, but a major reorganisation, commenting and de-windowsification so the code is actually readable and I can do

Re: InitIO SCSI: Volunteers required

2007-04-22 Thread Christoph Hellwig
On Fri, Apr 20, 2007 at 10:38:49AM +0100, Alan Cox wrote: I'm looking for some testers for a revamp of the initio driver. No real code changes other than to hopefully stop it exploding on load on 64bit, but a major reorganisation, commenting and de-windowsification so the code is actually

Re: InitIO SCSI: Volunteers required

2007-04-22 Thread Alan Cox
Once again a pci_get_device conversation isn't all that helpfull at all. fortunately in this case I've done a patch to convert this driver to proper pci probing in 2004, and I've attached the forward-ported version below now that we've actually found some testers that weren't locatable back

Re: InitIO SCSI: Volunteers required

2007-04-22 Thread Alan Cox
This doesn't change much outside the initialization and irq code, so any additional de-crappyfication will hopefully apply ontop. This will actually clash horribly with the rest of the rework, so it does need to be applied after the other changes. The driver in my tree no longer looks much like

Re: InitIO SCSI: Volunteers required

2007-04-20 Thread René Rebe
On Friday 20 April 2007 11:38:49 Alan Cox wrote: > I'm looking for some testers for a revamp of the initio driver. No real > code changes other than to hopefully stop it exploding on load on 64bit, > but a major reorganisation, commenting and "de-windowsification" so the > code is actually

InitIO SCSI: Volunteers required

2007-04-20 Thread Alan Cox
I'm looking for some testers for a revamp of the initio driver. No real code changes other than to hopefully stop it exploding on load on 64bit, but a major reorganisation, commenting and "de-windowsification" so the code is actually readable and I can do the pci_find_device to pci_get_device

InitIO SCSI: Volunteers required

2007-04-20 Thread Alan Cox
I'm looking for some testers for a revamp of the initio driver. No real code changes other than to hopefully stop it exploding on load on 64bit, but a major reorganisation, commenting and de-windowsification so the code is actually readable and I can do the pci_find_device to pci_get_device

Re: InitIO SCSI: Volunteers required

2007-04-20 Thread René Rebe
On Friday 20 April 2007 11:38:49 Alan Cox wrote: I'm looking for some testers for a revamp of the initio driver. No real code changes other than to hopefully stop it exploding on load on 64bit, but a major reorganisation, commenting and de-windowsification so the code is actually readable and