Add PNP info to PCI attachment of ipw driver
Reviewed by: imp, chuck Submitted by: Lakhan Shiva Kamireddy <lakhanshiva@gmail.com> Sponsored by: Google, Inc. (GSoC 2018) Differential Revision: https://reviews.freebsd.org/D15979
This commit is contained in:
parent
d477921096
commit
f489d4c3ac
@ -202,6 +202,8 @@ static driver_t ipw_driver = {
|
||||
static devclass_t ipw_devclass;
|
||||
|
||||
DRIVER_MODULE(ipw, pci, ipw_driver, ipw_devclass, NULL, NULL);
|
||||
MODULE_PNP_INFO("U16:vendor;U16:device;D:#", pci, ipw, ipw_ident_table,
|
||||
sizeof(ipw_ident_table[0]), nitems(ipw_ident_table) - 1);
|
||||
|
||||
MODULE_VERSION(ipw, 1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user