mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Add PNP info to PCI attachment of ae driver
Reviewed by: imp, chuck Submitted by: Lakhan Shiva Kamireddy <lakhanshiva@gmail.com> Sponsored by: Google, Inc. (GSoC 2018)
This commit is contained in:
parent
ae8b178b0a
commit
75b6758daa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335086
@ -177,6 +177,8 @@ static driver_t ae_driver = {
|
||||
static devclass_t ae_devclass;
|
||||
|
||||
DRIVER_MODULE(ae, pci, ae_driver, ae_devclass, 0, 0);
|
||||
MODULE_PNP_INFO("U16:vendor;U16:device;D:#", pci, ae, ae_devs,
|
||||
sizeof(ae_devs[0]), nitems(ae_devs));
|
||||
DRIVER_MODULE(miibus, ae, miibus_driver, miibus_devclass, 0, 0);
|
||||
MODULE_DEPEND(ae, pci, 1, 1, 1);
|
||||
MODULE_DEPEND(ae, ether, 1, 1, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user