aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/conf/NOTES
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1995-07-16 10:31:26 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1995-07-16 10:31:26 +0000
commit446cee6e6d91b62bf08ddd428aaf58be5bd8b445 (patch)
tree63b6a70e940135ec432d542c9058fa8d90136f85 /sys/i386/conf/NOTES
parentd6d2ae6a56660c713f239fad31cd0350b9e0f887 (diff)
downloadsrc-446cee6e6d91b62bf08ddd428aaf58be5bd8b445.tar.gz
src-446cee6e6d91b62bf08ddd428aaf58be5bd8b445.zip
Include ``options POWERFAIL_NMI'' for owners of older (non-apm)
notebooks where a powerfail condition (external power drop; battery state low) is signalled by an NMI. Makes it beep instead of panicing. Reviewed by: davidg
Notes
Notes: svn path=/head/; revision=9545
Diffstat (limited to 'sys/i386/conf/NOTES')
-rw-r--r--sys/i386/conf/NOTES15
1 files changed, 14 insertions, 1 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 61015ec56b95..8e20d023af60 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.186 1995/07/11 17:20:10 bde Exp $
+# $Id: LINT,v 1.187 1995/07/16 08:55:04 bde Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -693,3 +693,16 @@ device ncr0
device de0
device fpa0
options PROBE_VERBOSE
+
+#
+# Laptop/Notebook options:
+#
+# See also:
+# apm under `Miscellaneous hardare'
+# options PSM_NO_RESET for the `psm' driver
+# above.
+
+# For older notebooks that signal a powerfail condition (external
+# power supply dropped, or battery state low) by issuing an NMI:
+
+options POWERFAIL_NMI # make it beep instead of panicing