DEFAULTS revision 163710
1151801Snyan#
2151801Snyan# DEFAULTS -- Default kernel configuration file for FreeBSD/pc98
3151801Snyan#
4151801Snyan# $FreeBSD: head/sys/pc98/conf/DEFAULTS 163710 2006-10-26 22:05:25Z jb $
5151801Snyan
6152865Srumachine		pc98 i386
7151801Snyanoptions 	PC98
8151801Snyan
9151801Snyan# Bus support.
10151801Snyandevice		isa
11159552Smariusoptions		ISAPNP
12151801Snyan
13151801Snyan# Floating point support.
14151801Snyandevice		npx
15151801Snyan
16151801Snyan# Pseudo devices.
17151801Snyandevice		mem		# Memory and kernel memory devices
18151801Snyandevice		io		# I/O device
19159537Simp
20159537Simp# UART chips on this platform
21159537Simpdevice		uart_ns8250
22159537Simp#device		uart_i8251
23163710Sjb
24163710Sjb# KSE support went from being default to a kernel option
25163710Sjboptions 	KSE
26