diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-04-15 06:37:30 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-04-15 06:37:30 +0000 |
| commit | f246e4a17fd469ab781124a678e103d44d637c5f (patch) | |
| tree | 1bdd3154994e1ca8f70eb0f16c9b58a107fcc11e /sys/dev/an/if_an_pci.c | |
| parent | 10646d5f83c7e84f352d3ea4d96caeb6c166859b (diff) | |
Notes
Diffstat (limited to 'sys/dev/an/if_an_pci.c')
| -rw-r--r-- | sys/dev/an/if_an_pci.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/an/if_an_pci.c b/sys/dev/an/if_an_pci.c index 2969daa252955..eba74db54be9d 100644 --- a/sys/dev/an/if_an_pci.c +++ b/sys/dev/an/if_an_pci.c @@ -297,5 +297,6 @@ static driver_t an_pci_driver = { static devclass_t an_devclass; -DRIVER_MODULE(if_an, pci, an_pci_driver, an_devclass, 0, 0); -MODULE_DEPEND(if_an, wlan, 1, 1, 1); +DRIVER_MODULE(an, pci, an_pci_driver, an_devclass, 0, 0); +MODULE_DEPEND(an, pci, 1, 1, 1); +MODULE_DEPEND(an, wlan, 1, 1, 1); |
