]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/pc98/conf/DEFAULTS
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sys / pc98 / conf / DEFAULTS
1 #
2 # DEFAULTS -- Default kernel configuration file for FreeBSD/pc98
3 #
4 # $FreeBSD$
5
6 machine         pc98 i386
7 options         PC98
8
9 # Bus support.
10 device          isa
11 options         ISAPNP
12
13 # Floating point support.
14 device          npx
15
16 # Pseudo devices.
17 device          mem             # Memory and kernel memory devices
18 device          io              # I/O device
19
20 # UART chips on this platform
21 device          uart_ns8250
22 #device         uart_i8251
23
24 # Default partitioning schemes
25 options         GEOM_BSD
26 options         GEOM_PC98
27
28 # KSE support went from being default to a kernel option
29 options         KSE