mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Add the DPT driver here. It's kinda ironic that it got enabled in -stable
first. :) PR: 6848
This commit is contained in:
parent
12e1ed28e2
commit
100047083e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36614
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user