summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-09-19 02:58:41 +0000
committerpeter <peter@FreeBSD.org>2002-09-19 02:58:41 +0000
commitef7ad90d612db06c8b275ef50e4d665b2bdf9da9 (patch)
tree713930dd45b1a129ddc0e8505a0ebf948ac84840
parenteabad0146ba86c11bd57572fa5840033cb10a901 (diff)
downloadFreeBSD-src-ef7ad90d612db06c8b275ef50e4d665b2bdf9da9.zip
FreeBSD-src-ef7ad90d612db06c8b275ef50e4d665b2bdf9da9.tar.gz
Move dgb to the i386 section
-rw-r--r--sys/conf/NOTES11
-rw-r--r--sys/i386/conf/NOTES11
2 files changed, 11 insertions, 11 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 458c37c..8fb6156 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 bf39d72..b751ea41 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 <phk@FreeBSD.org>
device loran
hint.loran.0.at="isa"
OpenPOWER on IntegriCloud