diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/NOTES | 7 |
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" |