cvs commit: src/sys/dev/puc puc.c src/sys/alpha/conf DEFAULTS
src/sys/amd64/conf DEFAULTS src/sys/i386/conf DEFAULTS
src/sys/ia64/conf DEFAULTS src/sys/pc98/conf DEFAULTS
src/sys/sparc64/conf DEFAULTS
John Baldwin
jhb at FreeBSD.org
Mon Nov 21 20:22:38 GMT 2005
jhb 2005-11-21 20:22:35 UTC
FreeBSD src repository
Modified files:
sys/dev/puc puc.c
sys/alpha/conf DEFAULTS
sys/amd64/conf DEFAULTS
sys/i386/conf DEFAULTS
sys/ia64/conf DEFAULTS
sys/pc98/conf DEFAULTS
sys/sparc64/conf DEFAULTS
Log:
Don't enable PUC_FASTINTR by default in the source. Instead, enable it
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.
Revision Changes Path
1.2 +2 -0 src/sys/alpha/conf/DEFAULTS
1.3 +2 -0 src/sys/amd64/conf/DEFAULTS
1.45 +0 -4 src/sys/dev/puc/puc.c
1.2 +2 -0 src/sys/i386/conf/DEFAULTS
1.2 +2 -0 src/sys/ia64/conf/DEFAULTS
1.2 +2 -0 src/sys/pc98/conf/DEFAULTS
1.2 +2 -0 src/sys/sparc64/conf/DEFAULTS
More information about the cvs-src
mailing list