[PATCH] ahci.c: remove non-existing SB600 raid id (re-send)

2007-04-11 Thread Conke Hu
SB600 RAID and SB600 SATA is the same controller and share the same PCI ID 0x4380. There is no such PCI ID 0x4381. Signed-off-by: Conke Hu <[EMAIL PROTECTED]> - diff -Nur linux-2.6.21-rc6-git3.orig/drivers/ata/ahci.c linux-2.6.21-rc6-git3/drivers/ata/ahci.c --- linux-2.6.21-rc6-git3

Re: [PATCH] ahci.c: remove non-existing SB600 raid id

2007-04-11 Thread Tejun Heo
Conke Hu wrote: > On 4/11/07, Tejun Heo <[EMAIL PROTECTED]> wrote: >> Conke Hu wrote: >> >SB600 RAID and SB600 SATA is the same controller and share the >> > same PCI ID 0x4380. There is such PCI ID 0x4381. >> >> I assume 'no' is missing in the last sentence. :-) >> >> -- >> tejun >> > > Oh,

Re: [PATCH] ahci.c: remove non-existing SB600 raid id

2007-04-11 Thread Conke Hu
On 4/11/07, Tejun Heo <[EMAIL PROTECTED]> wrote: Conke Hu wrote: >SB600 RAID and SB600 SATA is the same controller and share the > same PCI ID 0x4380. There is such PCI ID 0x4381. I assume 'no' is missing in the last sentence. :-) -- tejun Oh, sorry :( so, should I re-send the mail? co

Re: [PATCH] ahci.c: remove non-existing SB600 raid id

2007-04-11 Thread Tejun Heo
Conke Hu wrote: >SB600 RAID and SB600 SATA is the same controller and share the > same PCI ID 0x4380. There is such PCI ID 0x4381. I assume 'no' is missing in the last sentence. :-) -- tejun - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message t

[PATCH] ahci.c: remove non-existing SB600 raid id

2007-04-11 Thread Conke Hu
SB600 RAID and SB600 SATA is the same controller and share the same PCI ID 0x4380. There is such PCI ID 0x4381. Signed-off-by: Conke Hu <[EMAIL PROTECTED]> - diff -Nur linux-2.6.21-rc6-git3.orig/drivers/ata/ahci.c linux-2.6.21-rc6-git3/drivers/ata/ahci.c --- linux-2.6.21-rc6-git3.or