Re: ata.c and sata disks

2008-08-05 Thread Marco Gerards
Hi Marco, Marco "Vega" Trucillo <[EMAIL PROTECTED]> writes: > On Tue, 06 May 2008 21:57:37 +0200, Marco "Vega" Trucillo > <[EMAIL PROTECTED]> wrote: >> On Tue, 6 May 2008 17:05:53 +0200, Robert Millan <[EMAIL PROTECTED]> wrote: >> >>> Marco Gerards sent a patch to add PCI support to ata.c, but i

Re: ata.c and sata disks

2008-05-07 Thread Marco Gerards
Marco "Vega" Trucillo <[EMAIL PROTECTED]> writes: > On Tue, 06 May 2008 21:57:37 +0200, Marco "Vega" Trucillo > <[EMAIL PROTECTED]> wrote: >> On Tue, 6 May 2008 17:05:53 +0200, Robert Millan <[EMAIL PROTECTED]> wrote: >> >>> Marco Gerards sent a patch to add PCI support to ata.c, but it had some

Re: ata.c and sata disks

2008-05-06 Thread Vega
On Tue, 06 May 2008 21:57:37 +0200, Marco "Vega" Trucillo <[EMAIL PROTECTED]> wrote: > On Tue, 6 May 2008 17:05:53 +0200, Robert Millan <[EMAIL PROTECTED]> wrote: > >> Marco Gerards sent a patch to add PCI support to ata.c, but it had some > bugs that nobody has looked into yet. > I looked on G

Re: ata.c and sata disks

2008-05-06 Thread Vega
On Tue, 6 May 2008 17:05:53 +0200, Robert Millan <[EMAIL PROTECTED]> wrote: > Marco Gerards sent a patch to add PCI support to ata.c, but it had some bugs that nobody has looked into yet. Just few hors ago I've made a patch that probes pci bus for ide/ada devices (I've calles the iterate functio

Re: ata.c and sata disks

2008-05-06 Thread Robert Millan
On Sat, May 03, 2008 at 06:59:54PM -0400, Pavel Roskin wrote: > On Sat, 2008-05-03 at 19:35 +0200, Marco Vega Trucillo wrote: > > Hi to all, > > > > I tried to modify ata.c simply add more ioaddress (I attach the diff file > > from 1.96 version), and it work and recognize > > my four sata disk on

Re: ata.c and sata disks

2008-05-03 Thread Pavel Roskin
On Sat, 2008-05-03 at 19:35 +0200, Marco Vega Trucillo wrote: > Hi to all, > > I tried to modify ata.c simply add more ioaddress (I attach the diff file > from 1.96 version), and it work and recognize > my four sata disk on different pc. I think it's generally considered unsafe to probe addresses

ata.c and sata disks

2008-05-03 Thread Vega
Hi to all, I tried to modify ata.c simply add more ioaddress (I attach the diff file from 1.96 version), and it work and recognize my four sata disk on different pc. If I try to change sata port, the name of device on grub change because it depend by index of ioaddress in grub_ata_io_address array