summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/kern/subr_autoconf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CONFIG_INTRHOOK(9): Port to RTEMSSebastian Huber2018-09-251-0/+282
Some device drivers (e.g. MMC) need a complex intialization with working callouts. Remove the dummy CONFIG_INTRHOOK() implementation and replace it with the real one from FreeBSD. Make sure TIMEOUT(9) services work at this point. Update #3525.