On Fri, Sep 15, 2006 at 03:34:32PM +0100, Alan Cox wrote: > Signed-off-by: Alan Cox <alan@xxxxxxxxxx> > > diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.18-rc6-mm1/drivers/scsi/aic7xxx_old.c linux-2.6.18-rc6-mm1/drivers/scsi/aic7xxx_old.c > --- linux.vanilla-2.6.18-rc6-mm1/drivers/scsi/aic7xxx_old.c 2006-09-11 17:00:17.000000000 +0100 > +++ linux-2.6.18-rc6-mm1/drivers/scsi/aic7xxx_old.c 2006-09-14 16:50:25.000000000 +0100 > @@ -9194,7 +9194,7 @@ > for (i = 0; i < ARRAY_SIZE(aic_pdevs); i++) > { > pdev = NULL; > - while ((pdev = pci_find_device(aic_pdevs[i].vendor_id, > + while ((pdev = pci_get_device(aic_pdevs[i].vendor_id, > aic_pdevs[i].device_id, NACK. This doesn't help us forward at all. In case you have the hardware please do a full conversion to the real pci probing API. - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html