]> git.sur5r.net Git - u-boot/blobdiff - board/esd/cpci750/ide.c
Merge branch 'master' of /home/stefan/git/u-boot/u-boot into next
[u-boot] / board / esd / cpci750 / ide.c
index 01b90c631dd3d51cbea969d7a017571bf0a21745..0adafe2d085ec5fb21eae76dcc784eef05bac04f 100644 (file)
@@ -43,6 +43,8 @@ int ide_preinit (void)
                ide_bus_offset[l] = -ATA_STATUS;
        }
        devbusfn = pci_find_device (0x1103, 0x0004, 0);
+       if (devbusfn == -1)
+               devbusfn = pci_find_device (0x1095, 0x3114, 0);
        if (devbusfn != -1) {
                status = 0;