Move dgb to the i386 section

This commit is contained in:
Peter Wemm 2002-09-19 02:58:41 +00:00
parent 821836b0e2
commit 2b412989fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103582
2 changed files with 11 additions and 11 deletions

View file

@ -1796,18 +1796,12 @@ hint.gusc.0.flags="0x13"
# meteor: Matrox Meteor video capture board
# bktr: Brooktree bt848/848a/849a/878/879 video capture and TV Tuner board
# cy: Cyclades serial driver
# dgb: Digiboard PC/Xi and PC/Xe series driver (ALPHA QUALITY!)
# digi: Digiboard driver
# joy: joystick (including IO DATA PCJOY PC Card joystick)
# rp: Comtrol Rocketport(ISA/PCI) - single card
# si: Specialix SI/XIO 4-32 port terminal multiplexor
# nmdm: nullmodem terminal driver (see nmdm(4))
# Notes on the Digiboard PC/Xi and PC/Xe series driver
#
# The NDGBPORTS option specifies the number of ports controlled by the
# dgb(4) driver. The default value is 16 ports per device.
# Notes on the Digiboard driver:
#
# The following flag values have special meanings in dgb:
@ -1848,11 +1842,6 @@ hint.gusc.0.flags="0x13"
device joy # PnP aware, hints for nonpnp only
hint.joy.0.at="isa"
hint.joy.0.port="0x201"
device dgb 1
options NDGBPORTS=17
hint.dgb.0.at="isa"
hint.dgb.0.port="0x220"
hint.dgb.0.maddr="0xfc000"
device digi
hint.digi.0.at="isa"
hint.digi.0.port="0x104"

View file

@ -493,6 +493,7 @@ hint.pca.0.port="0x040"
# spic: Sony Programmable I/O controller (VAIO notebooks)
# stl: Stallion EasyIO and EasyConnection 8/32 (cd1400 based)
# stli: Stallion EasyConnection 8/64, ONboard, Brumby (intelligent)
# dgb: Digiboard PC/Xi and PC/Xe series driver (ALPHA QUALITY!)
# Notes on APM
# The flags takes the following meaning for apm0:
@ -544,6 +545,11 @@ hint.pca.0.port="0x040"
# Brumby: flags 2 msize 0x4000
# Stallion: flags 1 msize 0x10000
# Notes on the Digiboard PC/Xi and PC/Xe series driver
#
# The NDGBPORTS option specifies the number of ports controlled by the
# dgb(4) driver. The default value is 16 ports per device.
device mcd 1
hint.mcd.0.at="isa"
hint.mcd.0.port="0x300"
@ -608,6 +614,11 @@ hint.stli.0.port="0x2a0"
hint.stli.0.maddr="0xcc000"
hint.stli.0.flags="23"
hint.stli.0.msize="0x1000"
device dgb 1
options NDGBPORTS=17
hint.dgb.0.at="isa"
hint.dgb.0.port="0x220"
hint.dgb.0.maddr="0xfc000"
# You are unlikely to have the hardware for loran <phk@FreeBSD.org>
device loran
hint.loran.0.at="isa"