mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Attach dwmmc to the ofwbus, som devicetrees place it here.
Sponsored by: ABT Systems Ltd
This commit is contained in:
parent
a336c37514
commit
d1b2133d03
1 changed files with 1 additions and 0 deletions
|
|
@ -1208,4 +1208,5 @@ static driver_t dwmmc_driver = {
|
|||
static devclass_t dwmmc_devclass;
|
||||
|
||||
DRIVER_MODULE(dwmmc, simplebus, dwmmc_driver, dwmmc_devclass, 0, 0);
|
||||
DRIVER_MODULE(dwmmc, ofwbus, dwmmc_driver, dwmmc_devclass, 0, 0);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue