mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
Add PNP info to PCI attachment of alc driver
Reviewed by: imp, chuck Submitted by: Lakhan Shiva Kamireddy <lakhanshiva@gmail.com> Sponsored by: Google, Inc. (GSoC 2018) Pull Request: https://github.com/bsdimp/freebsd/pull/4
This commit is contained in:
parent
b2b71ff0b4
commit
b042bc51c8
1 changed files with 2 additions and 0 deletions
|
|
@ -243,6 +243,8 @@ static driver_t alc_driver = {
|
|||
static devclass_t alc_devclass;
|
||||
|
||||
DRIVER_MODULE(alc, pci, alc_driver, alc_devclass, 0, 0);
|
||||
MODULE_PNP_INFO("U16:vendor;U16:device", pci, alc, alc_ident_table,
|
||||
sizeof(alc_ident_table[0]), nitems(alc_ident_table) - 1);
|
||||
DRIVER_MODULE(miibus, alc, miibus_driver, miibus_devclass, 0, 0);
|
||||
|
||||
static struct resource_spec alc_res_spec_mem[] = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue