summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-25 07:38:47 +0000
committerbde <bde@FreeBSD.org>1995-12-25 07:38:47 +0000
commit01f94ecaacf0a1b5bb1b4943f306c122f829e675 (patch)
tree102d8ac0340299f3eb647fa4341410cac2e261be /sys/i386/conf
parent7c875c02aa22ebe1536ffcae3f94bc8a23eb19de (diff)
downloadFreeBSD-src-01f94ecaacf0a1b5bb1b4943f306c122f829e675.zip
FreeBSD-src-01f94ecaacf0a1b5bb1b4943f306c122f829e675.tar.gz
Fixed staticizing. Some functions aren't static but depend on
the undocumented previously unLINTed option `APM_SLOWSTART'.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT3
-rw-r--r--sys/i386/conf/NOTES3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 9eb1367..2c2e827 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -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.226 1995/12/24 08:11:46 davidg Exp $
+# $Id: LINT,v 1.227 1995/12/24 08:13:23 davidg 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
@@ -844,6 +844,7 @@ options POWERFAIL_NMI # make it beep instead of panicing
# More undocumented options for linting.
+options APM_SLOWSTART=1
options COMPAT_LINUX
options DEBUG
options "EXT2FS"
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 9eb1367..2c2e827 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.226 1995/12/24 08:11:46 davidg Exp $
+# $Id: LINT,v 1.227 1995/12/24 08:13:23 davidg 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
@@ -844,6 +844,7 @@ options POWERFAIL_NMI # make it beep instead of panicing
# More undocumented options for linting.
+options APM_SLOWSTART=1
options COMPAT_LINUX
options DEBUG
options "EXT2FS"
OpenPOWER on IntegriCloud