aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/an/if_an_pci.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-06-13 20:25:09 +0000
committerWarner Losh <imp@FreeBSD.org>2018-06-13 20:25:09 +0000
commit769ac9e65b5695624acdcb7c7a84396947f06954 (patch)
treedf02b9d0eb9efae9e09193ab91c88475bed585e7 /sys/dev/an/if_an_pci.c
parent491589f3afc1e0b666c52dc2aadfb8d1cb9c69ef (diff)
Notes
Diffstat (limited to 'sys/dev/an/if_an_pci.c')
-rw-r--r--sys/dev/an/if_an_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/an/if_an_pci.c b/sys/dev/an/if_an_pci.c
index 5fa071e0f8b76..1105a963128e2 100644
--- a/sys/dev/an/if_an_pci.c
+++ b/sys/dev/an/if_an_pci.c
@@ -273,5 +273,7 @@ static driver_t an_pci_driver = {
static devclass_t an_devclass;
DRIVER_MODULE(an, pci, an_pci_driver, an_devclass, 0, 0);
+MODULE_PNP_INFO("U16:vendor;U16:device;D:#", pci, an,
+ an_devs, sizeof(an_devs[0]), nitems(an_devs) - 1);
MODULE_DEPEND(an, pci, 1, 1, 1);
MODULE_DEPEND(an, wlan, 1, 1, 1);