diff options
author | obrien <obrien@FreeBSD.org> | 2004-04-16 05:59:08 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-04-16 05:59:08 +0000 |
commit | 8d848c4f6624985651f74caa027eb6e61a8c4b9d (patch) | |
tree | 35b3e932535344a8e8f54b2c62958ccce9691829 /sys/i386/conf/NOTES | |
parent | d9be63e8eb51e811a9496eaf677c8b5435ca24cd (diff) | |
download | FreeBSD-src-8d848c4f6624985651f74caa027eb6e61a8c4b9d.zip FreeBSD-src-8d848c4f6624985651f74caa027eb6e61a8c4b9d.tar.gz |
Move ENABLE_ALART to proper place.
Submitted by: bde
Diffstat (limited to 'sys/i386/conf/NOTES')
-rw-r--r-- | sys/i386/conf/NOTES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 7e72d56..5a81665 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -935,6 +935,11 @@ device "i4bcapi" #--------------------------------------------------------------------------- # +# SMB bus +# +options ENABLE_ALART # Control alarm on Intel intpm driver + +# # Set the number of PV entries per process. Increasing this can # stop panics related to heavy use of shared memory. However, that can # (combined with large amounts of physical memory) cause panics at @@ -1032,7 +1037,6 @@ options FB_INSTALL_CDEV # install a CDEV entry in /dev options PECOFF_SUPPORT options PECOFF_DEBUG -options ENABLE_ALART # Control alarm on Intel intpm driver options I4B_SMP_WORKAROUND options I586_PMC_GUPROF=0x70000 options KBDIO_DEBUG=2 |