diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-06-03 13:33:34 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-06-03 13:33:34 +0000 |
| commit | 100047083e32210c810cd12782d5019bb321aba5 (patch) | |
| tree | d725f70d43ac583ccd6b01e209d4ee186a4d25c9 /sys | |
| parent | 12e1ed28e2f6dc9942f89141cb30110605558f37 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/amd64/conf/GENERIC | 9 | ||||
| -rw-r--r-- | sys/i386/conf/GENERIC | 9 |
2 files changed, 16 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index ed90e2c4a5d5c..804b6ff304e92 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 ed90e2c4a5d5c..804b6ff304e92 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 |
