]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/i386/conf/DEFAULTS
sys/{x86,amd64}: remove one of doubled ;s
[FreeBSD/FreeBSD.git] / sys / i386 / conf / DEFAULTS
1 #
2 # DEFAULTS -- Default kernel configuration file for FreeBSD/i386
3 #
4 # $FreeBSD$
5
6 machine         i386
7
8 # Bus support.
9 device          isa
10 options         ISAPNP
11
12 # Pseudo devices.
13 device          mem             # Memory and kernel memory devices
14 device          io              # I/O device
15
16 # UART chips on this platform
17 device          uart_ns8250
18
19 # Default partitioning schemes
20 options         GEOM_PART_BSD
21 options         GEOM_PART_EBR
22 options         GEOM_PART_EBR_COMPAT
23 options         GEOM_PART_MBR
24 options         GEOM_PART_GPT
25
26 # enable support for native hardware
27 device          atpic
28
29 options         NEW_PCIB