summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-04-02 18:13:36 +0000
committerwollman <wollman@FreeBSD.org>1996-04-02 18:13:36 +0000
commit5952e69723048b47c7a450537dc1a2e3c6f11669 (patch)
tree66491c97392329cecd4b6e6c38f9323ae240bf55 /sys/i386/conf
parentcd43fa49ce4f1c894c6ee890096e27c2f43a68b6 (diff)
downloadFreeBSD-src-5952e69723048b47c7a450537dc1a2e3c6f11669.zip
FreeBSD-src-5952e69723048b47c7a450537dc1a2e3c6f11669.tar.gz
Document PERFMON.
Delete obsolete PROBE_VERBOSE.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT13
-rw-r--r--sys/i386/conf/NOTES13
2 files changed, 14 insertions, 12 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index d13172e..f1e4764 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.245 1996/03/17 08:39:51 jkh Exp $
+# $Id: LINT,v 1.246 1996/03/31 04:18:02 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
@@ -126,6 +126,12 @@ options KTRACE #kernel tracing
options DIAGNOSTIC
#
+# PERFMON causes the driver for Pentium/Pentium Pro performance counters
+# to be compiled. See perfmon(4) for more information.
+#
+options PERFMON
+
+# XXX - this doesn't belong here.
# Allow ordinary users to take the console - this is useful for X.
options UCONSOLE
@@ -806,9 +812,6 @@ controller ahc0
# The `fpa' device provides support for the Digital DEFPA PCI FDDI
# adapter. pseudo-device fddi is also needed.
#
-# The PROBE_VERBOSE option enables a long listing of chip set registers
-# for supported PCI chip sets (currently only intel Saturn and Mercury).
-#
# The `meteor' device is a PCI video capture board. It can also have the
# following options:
# options METEOR_ALLOC_PAGES=xxx preallocate kernel pages for data entry
@@ -826,7 +829,6 @@ device fxp0
device vx0
device fpa0
device meteor0
-options PROBE_VERBOSE
#
@@ -854,6 +856,5 @@ options DEBUG
options "EXT2FS"
options "IBCS2"
options LINUX
-options PERFMON
options "SCSI_2_DEF"
options SHOW_BUSYBUFS # List buffers that prevent root unmount
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index d13172e..f1e4764 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.245 1996/03/17 08:39:51 jkh Exp $
+# $Id: LINT,v 1.246 1996/03/31 04:18:02 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
@@ -126,6 +126,12 @@ options KTRACE #kernel tracing
options DIAGNOSTIC
#
+# PERFMON causes the driver for Pentium/Pentium Pro performance counters
+# to be compiled. See perfmon(4) for more information.
+#
+options PERFMON
+
+# XXX - this doesn't belong here.
# Allow ordinary users to take the console - this is useful for X.
options UCONSOLE
@@ -806,9 +812,6 @@ controller ahc0
# The `fpa' device provides support for the Digital DEFPA PCI FDDI
# adapter. pseudo-device fddi is also needed.
#
-# The PROBE_VERBOSE option enables a long listing of chip set registers
-# for supported PCI chip sets (currently only intel Saturn and Mercury).
-#
# The `meteor' device is a PCI video capture board. It can also have the
# following options:
# options METEOR_ALLOC_PAGES=xxx preallocate kernel pages for data entry
@@ -826,7 +829,6 @@ device fxp0
device vx0
device fpa0
device meteor0
-options PROBE_VERBOSE
#
@@ -854,6 +856,5 @@ options DEBUG
options "EXT2FS"
options "IBCS2"
options LINUX
-options PERFMON
options "SCSI_2_DEF"
options SHOW_BUSYBUFS # List buffers that prevent root unmount
OpenPOWER on IntegriCloud