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