From ef7ad90d612db06c8b275ef50e4d665b2bdf9da9 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 19 Sep 2002 02:58:41 +0000 Subject: [PATCH] Move dgb to the i386 section --- sys/conf/NOTES | 11 ----------- sys/i386/conf/NOTES | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 458c37c2a35b..8fb6156c4a2c 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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" diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index bf39d724811e..b751ea413d54 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -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 device loran hint.loran.0.at="isa"