From fe0462f218ddf6ebb55f92e9e3d4c61e45c030a2 Mon Sep 17 00:00:00 2001 From: attilio Date: Sun, 17 Jan 2010 23:23:35 +0000 Subject: - Allow clock subsystem to be compiled without the apic support [0] - ATPIC, on pc98 is never defined somewhere, differently from i386. Turn its compilation to be conditional as i386 does. [1] [0] Reported by: nyan [1] Submitted by: nyan --- sys/pc98/conf/DEFAULTS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/pc98/conf') diff --git a/sys/pc98/conf/DEFAULTS b/sys/pc98/conf/DEFAULTS index 0002cf0..f30501e 100644 --- a/sys/pc98/conf/DEFAULTS +++ b/sys/pc98/conf/DEFAULTS @@ -24,3 +24,6 @@ device uart_ns8250 # Default partitioning schemes options GEOM_PART_BSD options GEOM_PART_PC98 + +# enable support for native hardware +device atpic -- cgit v1.1