> -----Original Message----- > From: Jeff Garzik [mailto:jeff@xxxxxxxxxx] > Sent: Friday, April 11, 2008 3:25 PM > To: Tejun Heo > Cc: IDE/ATA development list; y_honda_@xxxxxxxxxxxxx; > Benjamin Herrenschmidt; Anantha Subramanyam > Subject: Re: [PATCH] sata_svw: 0x0241 has 8 ports not 4 > > Tejun Heo wrote: > > From: Yohei Honda <y_honda_@xxxxxxxxxxxxx> > > > > 0x0241 has 8 ports not 4. > > > > Reported by Yohei Honda on kernel bz 10424. > > > > Signed-off-by: Tejun Heo <htejun@xxxxxxxxx> > > Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> > > --- > > Benjamin, can you please verify this is correct? > > > > drivers/ata/sata_svw.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/ata/sata_svw.c b/drivers/ata/sata_svw.c > > index 840d1c4..75c6853 100644 > > --- a/drivers/ata/sata_svw.c > > +++ b/drivers/ata/sata_svw.c > > @@ -531,7 +531,7 @@ static int k2_sata_init_one(struct > pci_dev *pdev, > > const struct pci_device_id *en > > * */ > > static const struct pci_device_id k2_sata_pci_tbl[] = { > > { PCI_VDEVICE(SERVERWORKS, 0x0240), chip_svw4 }, > > - { PCI_VDEVICE(SERVERWORKS, 0x0241), chip_svw4 }, > > + { PCI_VDEVICE(SERVERWORKS, 0x0241), chip_svw8 }, > > { PCI_VDEVICE(SERVERWORKS, 0x0242), chip_svw8 }, > > { PCI_VDEVICE(SERVERWORKS, 0x024a), chip_svw4 }, > > { PCI_VDEVICE(SERVERWORKS, 0x024b), chip_svw4 }, > > This is wrong according to my docs. > > Anantha, can you provide a definitive answer? > > Does PCI ID 0x241 support 4 ports or 8 ports? > > Thanks, > > Jeff > > 0x241 is 8 ports 0x242 is 4 ports Thanks, Ananth -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html