mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
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.
14 lines
268 B
Text
14 lines
268 B
Text
#
|
|
# 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
|