diff --git a/uio_netx/uio_netx.c b/uio_netx/uio_netx.c index 5f7e9bc..f82a77e 100644 --- a/uio_netx/uio_netx.c +++ b/uio_netx/uio_netx.c @@ -566,6 +566,9 @@ static struct pci_device_id netx_pci_ids[] = { { 0, } }; +/* publish PCI ids, to provide automatic load for known PCI cards */ +MODULE_DEVICE_TABLE(pci, netx_pci_ids); + static struct pci_driver netx_pci_driver = { .name = "netx", .id_table = netx_pci_ids,