aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/sis5513.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/pci/sis5513.c')
-rw-r--r--drivers/ide/pci/sis5513.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ide/pci/sis5513.c b/drivers/ide/pci/sis5513.c
index 92edf76bd7ad..6b313139b5e4 100644
--- a/drivers/ide/pci/sis5513.c
+++ b/drivers/ide/pci/sis5513.c
@@ -800,9 +800,10 @@ static unsigned int __devinit init_chipset_sis5513 (struct pci_dev *dev, const c
800 800
801 if (trueid == 0x5517) { /* SiS 961/961B */ 801 if (trueid == 0x5517) { /* SiS 961/961B */
802 802
803 lpc_bridge = pci_find_slot(0x00, 0x10); /* Bus 0, Dev 2, Fn 0 */ 803 lpc_bridge = pci_get_slot(dev->bus, 0x10); /* Bus 0, Dev 2, Fn 0 */
804 pci_read_config_byte(lpc_bridge, PCI_REVISION_ID, &sbrev); 804 pci_read_config_byte(lpc_bridge, PCI_REVISION_ID, &sbrev);
805 pci_read_config_byte(dev, 0x49, &prefctl); 805 pci_read_config_byte(dev, 0x49, &prefctl);
806 pci_dev_put(lpc_bridge);
806 807
807 if (sbrev == 0x10 && (prefctl & 0x80)) { 808 if (sbrev == 0x10 && (prefctl & 0x80)) {
808 printk(KERN_INFO "SIS5513: SiS 961B MuTIOL IDE UDMA133 controller\n"); 809 printk(KERN_INFO "SIS5513: SiS 961B MuTIOL IDE UDMA133 controller\n");