Properly document NDGBPORTS and use a better value in NOTES. The normal
values for settings in NOTES is to use the default value + 1.
This commit is contained in:
parent
e03e67ef3b
commit
7b52958662
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100098
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user