diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2022-04-19 19:18:43 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-05-06 22:39:28 +0000 |
| commit | 3e38757d4c52f7c2b33e4ab667ebc55e334a6ca0 (patch) | |
| tree | e22198aa910cba06966214eea2326cebd4937c07 /sys/dev/bce | |
| parent | 916a5d8ad5ffe49a1bababd248a45e87f0161c40 (diff) | |
Diffstat (limited to 'sys/dev/bce')
| -rw-r--r-- | sys/dev/bce/if_bce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bce/if_bce.c b/sys/dev/bce/if_bce.c index da1f7a38fdd6..dc55e8fa404d 100644 --- a/sys/dev/bce/if_bce.c +++ b/sys/dev/bce/if_bce.c @@ -522,7 +522,7 @@ MODULE_DEPEND(bce, ether, 1, 1, 1); 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); +DRIVER_MODULE(miibus, bce, miibus_driver, NULL, NULL); MODULE_PNP_INFO("U16:vendor;U16:device;U16:#;U16:#;D:#", pci, bce, bce_devs, nitems(bce_devs) - 1); |
