7417e80b4e
via the DEFAULTS kernel configs. This allows folks to turn it that option off in the kernel configs if desired without having to hack the source. This is especially useful since PUC_FASTINTR hangs the kernel boot on my ultra60 which has two uart(4) devices hung off of a puc(4) device. I did not enable PUC_FASTINTR by default on powerpc since powerpc does not currently allow sharing of INTR_FAST with non-INTR_FAST like the other archs.
13 lines
238 B
Plaintext
13 lines
238 B
Plaintext
#
|
|
# DEFAULTS -- Default kernel configuration file for FreeBSD/alpha
|
|
#
|
|
# $FreeBSD$
|
|
|
|
# Not yet, this would break all existing configs
|
|
#machine alpha
|
|
|
|
# Pseudo devices.
|
|
device mem # Memory and kernel memory devices
|
|
|
|
options PUC_FASTINTR
|