Add PNP info to the bce driver.
Submitted by: Lakhan Shiva Kamireddy Pull Request: https://github.com/freebsd/freebsd/pull/136
This commit is contained in:
parent
cee61c8cac
commit
aeb291cc32
@ -529,7 +529,8 @@ MODULE_DEPEND(bce, miibus, 1, 1, 1);
|
||||
|
||||
DRIVER_MODULE(bce, pci, bce_driver, bce_devclass, NULL, NULL);
|
||||
DRIVER_MODULE(miibus, bce, miibus_driver, miibus_devclass, NULL, NULL);
|
||||
|
||||
MODULE_PNP_INFO("U16:vendor;U16:device;U16:#;U16:#;D:#", pci, bce,
|
||||
bce_devs, sizeof(bce_devs[0]), nitems(bce_devs) - 1);
|
||||
|
||||
/****************************************************************************/
|
||||
/* Tunable device values */
|
||||
|
Loading…
x
Reference in New Issue
Block a user