summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2008-04-21 10:09:55 +0000
committerphk <phk@FreeBSD.org>2008-04-21 10:09:55 +0000
commitbbf813673e69b90901d034189d21451674f5818e (patch)
tree32fe3bffd5e2777968895353e4bd20dfcd890fc7 /sys/conf
parentc5851345cf22fb2cbb07c9efbd71dd8372ea153a (diff)
downloadFreeBSD-src-bbf813673e69b90901d034189d21451674f5818e.zip
FreeBSD-src-bbf813673e69b90901d034189d21451674f5818e.tar.gz
Make genclock standard on all platforms.
Thanks to: grehan & marcel for platform support on ia64 and ppc.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files4
-rw-r--r--sys/conf/files.amd642
-rw-r--r--sys/conf/files.i3862
-rw-r--r--sys/conf/files.pc982
4 files changed, 2 insertions, 8 deletions
diff --git a/sys/conf/files b/sys/conf/files
index fd41e73..3e905fe 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1425,7 +1425,7 @@ fs/cd9660/cd9660_vfsops.c optional cd9660
fs/cd9660/cd9660_vnops.c optional cd9660
fs/cd9660/cd9660_iconv.c optional cd9660_iconv
kern/bus_if.m standard
-kern/clock_if.m optional genclock
+kern/clock_if.m standard
kern/cpufreq_if.m standard
kern/device_if.m standard
kern/imgact_elf.c standard
@@ -1524,7 +1524,7 @@ kern/subr_power.c standard
kern/subr_prf.c standard
kern/subr_prof.c standard
kern/subr_rman.c standard
-kern/subr_rtc.c optional genclock
+kern/subr_rtc.c standard
kern/subr_sbuf.c standard
kern/subr_scanf.c standard
kern/subr_sleepqueue.c standard
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index a17f176..8dbcdc3 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -210,9 +210,7 @@ dev/wpi/if_wpi.c optional wpi
isa/atrtc.c standard
isa/syscons_isa.c optional sc
isa/vga_isa.c optional vga
-kern/clock_if.m standard
kern/link_elf_obj.c standard
-kern/subr_rtc.c standard
#
# IA32 binary support
#
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index f2de735..afc7a91 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -446,10 +446,8 @@ i4b/layer1/itjc/i4b_itjc_l1fsm.c optional itjc
isa/atrtc.c standard
isa/syscons_isa.c optional sc
isa/vga_isa.c optional vga
-kern/clock_if.m standard
kern/imgact_aout.c optional compat_aout
kern/imgact_gzip.c optional gzip
-kern/subr_rtc.c standard
libkern/divdi3.c standard
libkern/ffsl.c standard
libkern/flsl.c standard
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index af102ff..97d85f6 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -314,10 +314,8 @@ i4b/layer1/itjc/i4b_itjc_isac.c optional itjc
i4b/layer1/itjc/i4b_itjc_l1.c optional itjc
i4b/layer1/itjc/i4b_itjc_l1fsm.c optional itjc
#
-kern/clock_if.m standard
kern/imgact_aout.c optional compat_aout
kern/imgact_gzip.c optional gzip
-kern/subr_rtc.c standard
libkern/divdi3.c standard
libkern/ffsl.c standard
libkern/flsl.c standard
OpenPOWER on IntegriCloud