Add PNP info to PCI attachment of ix 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
520a4336d7
commit
f6287086df
@ -237,6 +237,8 @@ static driver_t ix_driver = {
|
||||
|
||||
devclass_t ix_devclass;
|
||||
DRIVER_MODULE(ix, pci, ix_driver, ix_devclass, 0, 0);
|
||||
MODULE_PNP_INFO("U16:vendor;U16:device", pci, ix, ixgbe_vendor_info_array,
|
||||
sizeof(ixgbe_vendor_info_array[0]), nitems(ixgbe_vendor_info_array) - 1);
|
||||
|
||||
MODULE_DEPEND(ix, pci, 1, 1, 1);
|
||||
MODULE_DEPEND(ix, ether, 1, 1, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user