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: #136


git-svn-id: svn+ssh://svn.freebsd.org/base/head@332651 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
  • Loading branch information
imp committed Apr 17, 2018
1 parent ed3de3f commit 4d6c556
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 4d6c556

Please sign in to comment.