summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/conf/GENERIC9
-rw-r--r--sys/i386/conf/GENERIC9
2 files changed, 16 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index ed90e2c..804b6ff 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.108 1998/04/22 18:18:12 mjacob Exp $
+# $Id: GENERIC,v 1.109 1998/05/21 03:22:19 wpaul Exp $
machine "i386"
cpu "I386_CPU"
@@ -72,6 +72,13 @@ controller ahb0
controller ahc0
controller isp0
+# This controller offers a number of configuration options, too many to
+# document here - see the LINT file in this directory and look up the
+# dpt0 entry there for much fuller documentation on this. The options
+# line following dpt0 here is also currently a *required* option for it.
+controller dpt0
+options DPT_MEASURE_PERFORMANCE
+
controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr
controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr
controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index ed90e2c..804b6ff 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.108 1998/04/22 18:18:12 mjacob Exp $
+# $Id: GENERIC,v 1.109 1998/05/21 03:22:19 wpaul Exp $
machine "i386"
cpu "I386_CPU"
@@ -72,6 +72,13 @@ controller ahb0
controller ahc0
controller isp0
+# This controller offers a number of configuration options, too many to
+# document here - see the LINT file in this directory and look up the
+# dpt0 entry there for much fuller documentation on this. The options
+# line following dpt0 here is also currently a *required* option for it.
+controller dpt0
+options DPT_MEASURE_PERFORMANCE
+
controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr
controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr
controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr
OpenPOWER on IntegriCloud