The branch stable/12 has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=fd14e033e2b1bfcf4e0752193a1dd4aa0f678862
commit fd14e033e2b1bfcf4e0752193a1dd4aa0f678862 Author: John Baldwin <[email protected]> AuthorDate: 2020-04-16 20:45:54 +0000 Commit: Mateusz Guzik <[email protected]> CommitDate: 2021-07-21 13:23:55 +0000 Add 'gpio' since mmc now requires gpio_if.h. (cherry picked from commit fdbb2410cb08214939b0b1570cc375f231abf63e) --- sys/mips/conf/std.XLP | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/mips/conf/std.XLP b/sys/mips/conf/std.XLP index 5330c19b3657..e21527a0ebdb 100644 --- a/sys/mips/conf/std.XLP +++ b/sys/mips/conf/std.XLP @@ -114,6 +114,7 @@ device cfi device cfid # MMC/SD +device gpio device mmc # MMC/SD bus device mmcsd # MMC/SD memory card device sdhci # Generic PCI SD Host Controller _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
