Deleted Added
full compact
DEFAULTS (163987) DEFAULTS (170520)
1#
2# DEFAULTS -- Default kernel configuration file for FreeBSD/pc98
3#
1#
2# DEFAULTS -- Default kernel configuration file for FreeBSD/pc98
3#
4# $FreeBSD: head/sys/pc98/conf/DEFAULTS 163987 2006-11-04 23:50:12Z jb $
4# $FreeBSD: head/sys/pc98/conf/DEFAULTS 170520 2007-06-11 00:38:06Z marcel $
5
6machine pc98 i386
7options PC98
8
9# Bus support.
10device isa
11options ISAPNP
12
13# Floating point support.
14device npx
15
16# Pseudo devices.
17device mem # Memory and kernel memory devices
18device io # I/O device
19
20# UART chips on this platform
21device uart_ns8250
22#device uart_i8251
23
5
6machine pc98 i386
7options PC98
8
9# Bus support.
10device isa
11options ISAPNP
12
13# Floating point support.
14device npx
15
16# Pseudo devices.
17device mem # Memory and kernel memory devices
18device io # I/O device
19
20# UART chips on this platform
21device uart_ns8250
22#device uart_i8251
23
24# Default partitioning schemes
25options GEOM_BSD
26options GEOM_PC98
27
24# KSE support went from being default to a kernel option
25options KSE
28# KSE support went from being default to a kernel option
29options KSE