mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-19 11:04:00 +08:00
[BusLogic] Add pci dev table for auto module loading.
Signed-off-by: Ben Collins <bcollins@ubuntu.com>
This commit is contained in:
parent
4596c75c23
commit
745b5715fa
@ -3600,5 +3600,16 @@ static void __exit BusLogic_exit(void)
|
|||||||
|
|
||||||
__setup("BusLogic=", BusLogic_Setup);
|
__setup("BusLogic=", BusLogic_Setup);
|
||||||
|
|
||||||
|
static struct pci_device_id BusLogic_pci_tbl[] __devinitdata = {
|
||||||
|
{ PCI_VENDOR_ID_BUSLOGIC, PCI_DEVICE_ID_BUSLOGIC_MULTIMASTER,
|
||||||
|
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
|
||||||
|
{ PCI_VENDOR_ID_BUSLOGIC, PCI_DEVICE_ID_BUSLOGIC_MULTIMASTER_NC,
|
||||||
|
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
|
||||||
|
{ PCI_VENDOR_ID_BUSLOGIC, PCI_DEVICE_ID_BUSLOGIC_FLASHPOINT,
|
||||||
|
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
|
||||||
|
{ }
|
||||||
|
};
|
||||||
|
MODULE_DEVICE_TABLE(pci, BusLogic_pci_tbl);
|
||||||
|
|
||||||
module_init(BusLogic_init);
|
module_init(BusLogic_init);
|
||||||
module_exit(BusLogic_exit);
|
module_exit(BusLogic_exit);
|
||||||
|
Loading…
Reference in New Issue
Block a user