7a8d25c037
Requirements) systems from the projects/pseries branch. This in principle includes all IBM POWER hardware released in the last 15 years with the exception of POWER3-based systems when run in 64-bit mode. The main development target, however, has been the PAPR logical partition support that is the default target in KVM on POWER and QEMU -- mileage may vary on actual hardware at present. Much of the heavy lifting here was done by Andreas Tobler. Approved by: re (kib)
16 lines
275 B
Plaintext
16 lines
275 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
|
|
|
|
options GEOM_PART_BSD
|
|
options GEOM_PART_MBR
|
|
|
|
options NEW_PCIB
|