diff options
author | rik <rik@FreeBSD.org> | 2004-03-03 12:43:59 +0000 |
---|---|---|
committer | rik <rik@FreeBSD.org> | 2004-03-03 12:43:59 +0000 |
commit | 143f04af714fa574081e5b56c487f82b60b72d88 (patch) | |
tree | 63d44c2abb35416a97d7f3e813270c0853665b0c /sys/i386/conf/NOTES | |
parent | 40039119c0e6ffe6fefed7f875b31542b686a9e0 (diff) | |
download | FreeBSD-src-143f04af714fa574081e5b56c487f82b60b72d88.zip FreeBSD-src-143f04af714fa574081e5b56c487f82b60b72d88.tar.gz |
Add ctau (Cronyx/Tau-ISA) device driver entry.
Approved by: imp (mentor)
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" |