From 9b806b2eb5d7c8cf81c899b52568e05f29f37b3c Mon Sep 17 00:00:00 2001 From: jkh Date: Wed, 3 Jun 1998 13:33:34 +0000 Subject: Add the DPT driver here. It's kinda ironic that it got enabled in -stable first. :) PR: 6848 --- sys/amd64/conf/GENERIC | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'sys/amd64/conf') 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 -- cgit v1.1