]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/ia64/conf/DEFAULTS
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sys / ia64 / conf / DEFAULTS
1 #
2 # DEFAULTS -- Default kernel configuration file for FreeBSD/ia64
3 #
4 # $FreeBSD$
5
6 machine         ia64
7
8 # Bus support.
9 device          acpi            # ACPI support
10
11 # Pseudo devices.
12 device          mem             # Memory and kernel memory devices
13
14 # UART chips on this platform
15 device          uart_ns8250
16
17 options         GEOM_BSD
18 options         GEOM_PART_GPT
19 options         GEOM_PART_MBR
20
21 # KSE support went from being default to a kernel option
22 options         KSE