2005-10-27 17:34:35 +00:00
|
|
|
#
|
|
|
|
# DEFAULTS -- Default kernel configuration file for FreeBSD/i386
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2005-11-27 23:17:00 +00:00
|
|
|
machine i386
|
2005-10-27 17:34:35 +00:00
|
|
|
|
|
|
|
# Bus support.
|
|
|
|
device isa
|
2009-05-10 00:00:25 +00:00
|
|
|
options ISAPNP
|
2005-10-27 17:34:35 +00:00
|
|
|
|
|
|
|
# Floating point support.
|
|
|
|
device npx
|
|
|
|
|
|
|
|
# Pseudo devices.
|
|
|
|
device mem # Memory and kernel memory devices
|
|
|
|
device io # I/O device
|
2006-06-12 04:21:50 +00:00
|
|
|
|
|
|
|
# UART chips on this platform
|
|
|
|
device uart_ns8250
|
2006-10-26 22:05:25 +00:00
|
|
|
|
2007-06-11 00:38:06 +00:00
|
|
|
# Default partitioning schemes
|
2008-12-17 17:43:22 +00:00
|
|
|
options GEOM_PART_BSD
|
2009-02-10 00:08:39 +00:00
|
|
|
options GEOM_PART_EBR
|
2009-04-15 22:38:22 +00:00
|
|
|
options GEOM_PART_EBR_COMPAT
|
2008-12-17 17:43:22 +00:00
|
|
|
options GEOM_PART_MBR
|
2008-08-15 20:58:57 +00:00
|
|
|
|
|
|
|
# enable support for native hardware
|
|
|
|
options NATIVE
|
|
|
|
device atpic
|