diff options
Diffstat (limited to 'sys/i386/conf/NOTES')
-rw-r--r-- | sys/i386/conf/NOTES | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 4e57208..7336999 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -495,6 +495,8 @@ hint.mse.0.irq="5" # ar: Arnet SYNC/570i hdlc sync 2/4 port V.35/X.21 serial driver # (requires sppp) # ath: Atheros a/b/g WiFi adapters (requires ath_hal and wlan) +# ctau: Cronyx/Tau sync dual port V.35/RS-232/RS-530/RS-449/X.21/G.703/E1 serial +# adapter (requires sppp or NETGRAPH, depends on NETGRAPH_CRONYX option) # cx: Cronyx/Sigma multiport sync/async adapter (requires sppp or NETGRAPH; # NETGRAPH support depends on NETGRAPH_CRONYX option) # ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503 @@ -522,6 +524,11 @@ hint.ar.0.at="isa" hint.ar.0.port="0x300" hint.ar.0.irq="10" hint.ar.0.maddr="0xd0000" +device ctau +hint.ctau.0.at="isa" +hint.ctau.0.port="0x240" +hint.ctau.0.irq="15" +hint.ctau.0.drq="7" device cx hint.cx.0.at="isa" hint.cx.0.port="0x240" |