summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-07-15 15:17:22 +0000
committerjhb <jhb@FreeBSD.org>2002-07-15 15:17:22 +0000
commit25e7fa17d49f6037b51a71eb012add9aa8fa006a (patch)
treebbf9a3bfc6aa9221ddefd69069363f3431f84221
parent8700128ef673decbae540b86ec8872032879d472 (diff)
downloadFreeBSD-src-25e7fa17d49f6037b51a71eb012add9aa8fa006a.zip
FreeBSD-src-25e7fa17d49f6037b51a71eb012add9aa8fa006a.tar.gz
Properly document NDGBPORTS and use a better value in NOTES. The normal
values for settings in NOTES is to use the default value + 1.
-rw-r--r--sys/conf/NOTES7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index d4ed643..3b6cbc1 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1795,6 +1795,11 @@ hint.gusc.0.flags="0x13"
# 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:
@@ -1842,7 +1847,7 @@ hint.cy.0.irq="10"
hint.cy.0.maddr="0xd4000"
hint.cy.0.msize="0x2000"
device dgb 1
-options NDGBPORTS=16 # Defaults to 16*NDGB
+options NDGBPORTS=17
hint.dgb.0.at="isa"
hint.dgb.0.port="0x220"
hint.dgb.0.maddr="0xfc000"
OpenPOWER on IntegriCloud