mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01: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
@ -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 New Issue
Block a user