Hello Tejun On 27/03/2017, Tejun Heo wrote: > From a431ecd2d459da3c91a612061f09eb422ffe78e2 Mon Sep 17 00:00:00 2001 > From: Tejun Heo <tj@xxxxxxxxxx> > Date: Mon, 27 Mar 2017 13:52:00 -0400 > Subject: [PATCH] Revert "pata_atiixp: Don't use unconnected secondary > port on SB600/SB700" > > This reverts commit 5946fdaee4ba449e8fbb5d403e1ed69437f916e8. > > The original commit's assumption that the secondary port is > unconnected turns out to be false. Not entirely. I based my patch on information in AMD's document 43366_sb7xx_bdg_pub_1.00.p > Signed-off-by: Tejun Heo <tj@xxxxxxxxxx> > Reported-by: Markku Pesonen <tourula@xxxxxxxxx> > Fixes: 5946fdaee4ba ("pata_atiixp: Don't use unconnected secondary port > on SB600/SB700") Cc: Darren Stevens <darren@xxxxxxxxxxxxxxxx> > --- > drivers/ata/pata_atiixp.c | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/drivers/ata/pata_atiixp.c b/drivers/ata/pata_atiixp.c > index 6c9aa95..49d705c 100644 > --- a/drivers/ata/pata_atiixp.c > +++ b/drivers/ata/pata_atiixp.c > @@ -278,11 +278,6 @@ static int atiixp_init_one(struct pci_dev *pdev, > const struct pci_device_id *id) }; > const struct ata_port_info *ppi[] = { &info, &info }; > > - /* SB600/700 don't have secondary port wired */ > - if ((pdev->device == PCI_DEVICE_ID_ATI_IXP600_IDE) || > - (pdev->device == PCI_DEVICE_ID_ATI_IXP700_IDE)) > - ppi[1] = &ata_dummy_port_info; > - > return ata_pci_bmdma_init_one(pdev, ppi, &atiixp_sht, NULL, > ATA_HOST_PARALLEL_SCAN); > } Regards -- 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