c3e289e1ce
Kernel sources for 64-bit PowerPC, along with build-system changes to keep 32-bit kernels compiling (build system changes for 64-bit kernels are coming later). Existing 32-bit PowerPC kernel configurations must be updated after this change to specify their architecture.
15 lines
268 B
Plaintext
15 lines
268 B
Plaintext
#
|
|
# DEFAULTS -- Default kernel configuration file for FreeBSD/powerpc
|
|
#
|
|
# $FreeBSD$
|
|
|
|
# Pseudo devices.
|
|
device mem # Memory and kernel memory devices
|
|
|
|
# UART chips on this platform
|
|
device uart_ns8250
|
|
device uart_z8530
|
|
|
|
options GEOM_PART_APM
|
|
options GEOM_PART_MBR
|