From 91ac78880660d79c918aff93f4e072a2ff3ac2ff Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Thu, 17 May 2007 01:29:55 +0000 Subject: [PATCH] Make the serdev I/F non-optional. At least 3 drivers depend on it and they can be loaded as a module. PR: kern/112706 --- sys/conf/files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index d96028ecea6..f5afc921b18 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1426,7 +1426,7 @@ kern/posix4_mib.c standard kern/sched_4bsd.c optional sched_4bsd kern/sched_core.c optional sched_core kern/sched_ule.c optional sched_ule -kern/serdev_if.m optional puc | scc +kern/serdev_if.m standard kern/subr_acl_posix1e.c standard kern/subr_autoconf.c standard kern/subr_blist.c standard