Skip to content

Commit

Permalink
Add PNP info to the bce driver.
Browse files Browse the repository at this point in the history
Submitted by: Lakhan Shiva Kamireddy
Pull Request: freebsd/freebsd-src#136
  • Loading branch information
bsdimp authored and brooksdavis committed Aug 24, 2018
2 parents e4a5d0d + b0ccb12 commit d75e8df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sys/dev/bce/if_bce.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit d75e8df

Please sign in to comment.