FreeBSD/Linux Kernel Cross Reference
sys/i386/conf/DEFAULTS
1 #
2 # DEFAULTS -- Default kernel configuration file for FreeBSD/i386
3 #
4 # $FreeBSD: releng/11.1/sys/i386/conf/DEFAULTS 314210 2017-02-24 16:02:01Z kib $
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
25 # enable support for native hardware
26 device atpic
27
28 options NEW_PCIB
Cache object: 7b2f57ca886998d22d4d85ff21eda393
|