aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.pc98
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2010-07-13 06:57:27 +0000
committerAlexander Motin <mav@FreeBSD.org>2010-07-13 06:57:27 +0000
commit75e24dd8ce7140baeee986f66b81d5959073c080 (patch)
treed1fd700cb2c918902c060e64903365f8167efba7 /sys/conf/files.pc98
parent07de7d5fb59935e366f12c29d5901045c0c964c8 (diff)
downloadsrc-75e24dd8ce7140baeee986f66b81d5959073c080.tar.gz
src-75e24dd8ce7140baeee986f66b81d5959073c080.zip
Unify pc98 event timer code with the rest of x86.
Reviewed by: nyan@
Notes
Notes: svn path=/head/; revision=209979
Diffstat (limited to 'sys/conf/files.pc98')
-rw-r--r--sys/conf/files.pc983
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index 76e45449a1e3..879c4a3f843f 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -227,7 +227,6 @@ libkern/udivdi3.c standard
libkern/umoddi3.c standard
pc98/apm/apm_bioscall.S optional apm
pc98/cbus/cbus_dma.c optional isa
-pc98/cbus/clock.c standard
pc98/cbus/fdc.c optional fdc
pc98/cbus/fdc_cbus.c optional fdc isa
pc98/cbus/gdc.c optional gdc
@@ -253,8 +252,10 @@ pc98/pc98/pc98_machdep.c standard
# x86 shared code between IA32, AMD64 and PC98 architectures
#
x86/isa/atpic.c optional atpic
+x86/isa/clock.c standard
x86/isa/isa.c optional isa
x86/x86/io_apic.c optional apic
x86/x86/local_apic.c optional apic
x86/x86/mca.c standard
x86/x86/msi.c optional apic pci
+x86/x86/timeevents.c standard