summaryrefslogtreecommitdiffstats
path: root/sys/pc98/conf
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2010-01-17 23:23:35 +0000
committerattilio <attilio@FreeBSD.org>2010-01-17 23:23:35 +0000
commitfe0462f218ddf6ebb55f92e9e3d4c61e45c030a2 (patch)
treed66cf73cd2556f218b1616ea2e5f405d10678eaa /sys/pc98/conf
parentebbfa5188aac3cf558a847197219175a575764ec (diff)
downloadFreeBSD-src-fe0462f218ddf6ebb55f92e9e3d4c61e45c030a2.zip
FreeBSD-src-fe0462f218ddf6ebb55f92e9e3d4c61e45c030a2.tar.gz
- 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
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r--sys/pc98/conf/DEFAULTS3
1 files changed, 3 insertions, 0 deletions
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
OpenPOWER on IntegriCloud