Deleted Added
full compact
DEFAULTS (177091) DEFAULTS (186240)
1#
2# DEFAULTS -- Default kernel configuration file for FreeBSD/amd64
3#
1#
2# DEFAULTS -- Default kernel configuration file for FreeBSD/amd64
3#
4# $FreeBSD: head/sys/amd64/conf/DEFAULTS 177091 2008-03-12 10:12:01Z jeff $
4# $FreeBSD: head/sys/amd64/conf/DEFAULTS 186240 2008-12-17 17:43:22Z marcel $
5
6machine amd64
7
8# Bus support.
9device isa
10
11# Pseudo devices.
12device mem # Memory and kernel memory devices
13device io # I/O device
14
15# UART chips on this platform
16device uart_ns8250
17
18# Default partitioning schemes
5
6machine amd64
7
8# Bus support.
9device isa
10
11# Pseudo devices.
12device mem # Memory and kernel memory devices
13device io # I/O device
14
15# UART chips on this platform
16device uart_ns8250
17
18# Default partitioning schemes
19options GEOM_BSD
20options GEOM_MBR
19options GEOM_PART_BSD
20options GEOM_PART_MBR