summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-06-03 13:33:34 +0000
committerjkh <jkh@FreeBSD.org>1998-06-03 13:33:34 +0000
commit9b806b2eb5d7c8cf81c899b52568e05f29f37b3c (patch)
tree6d11d327d12dd6a4bfb82d5a29aeb9e357d35c4a /sys/amd64/conf
parent0d80f93df9db14a735185153ebff93dbc76a5152 (diff)
downloadFreeBSD-src-9b806b2eb5d7c8cf81c899b52568e05f29f37b3c.zip
FreeBSD-src-9b806b2eb5d7c8cf81c899b52568e05f29f37b3c.tar.gz
Add the DPT driver here. It's kinda ironic that it got enabled in -stable
first. :) PR: 6848
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC9
1 files changed, 8 insertions, 1 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
OpenPOWER on IntegriCloud