Hi This patch adds hotplug support to the driver for BusLogic scsi controllers. It's required to boot from a BusLogic controller when using modular kernels with hotplug-based initramfs. Regards, Juerg -- Signed-off-by: Juerg Billeter <juerg@xxxxxxxxx> --- linux-2.6.10/drivers/scsi/BusLogic.c.orig 2004-12-25 11:15:23.612408071 +0100 +++ linux-2.6.10/drivers/scsi/BusLogic.c 2004-12-25 11:17:51.639882495 +0100 @@ -79,6 +79,15 @@ static struct BusLogic_DriverOptions BusLogic_DriverOptions[BusLogic_MaxHostAdapters]; +static struct pci_device_id buslogic_pci_tbl[] = { + { PCI_VENDOR_ID_BUSLOGIC, PCI_DEVICE_ID_BUSLOGIC_MULTIMASTER, PCI_ANY_ID, PCI_ANY_ID, }, + { PCI_VENDOR_ID_BUSLOGIC, PCI_DEVICE_ID_BUSLOGIC_MULTIMASTER_NC, PCI_ANY_ID, PCI_ANY_ID, }, + { PCI_VENDOR_ID_BUSLOGIC, PCI_DEVICE_ID_BUSLOGIC_FLASHPOINT, PCI_ANY_ID, PCI_ANY_ID, }, + { } /* Terminating entry */ +}; +MODULE_DEVICE_TABLE(pci, buslogic_pci_tbl); + + /* BusLogic can be assigned a string by insmod. */ - : 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