aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/conf/NOTES
diff options
context:
space:
mode:
authorRoman Kurakin <rik@FreeBSD.org>2004-03-03 12:43:59 +0000
committerRoman Kurakin <rik@FreeBSD.org>2004-03-03 12:43:59 +0000
commit1d9c6a48656c07d028265feaee29999711f8c1ae (patch)
tree63d44c2abb35416a97d7f3e813270c0853665b0c /sys/i386/conf/NOTES
parent54262acde3ec51c593631685994345cc7f217d04 (diff)
downloadsrc-1d9c6a48656c07d028265feaee29999711f8c1ae.tar.gz
src-1d9c6a48656c07d028265feaee29999711f8c1ae.zip
Add ctau (Cronyx/Tau-ISA) device driver entry.
Approved by: imp (mentor)
Notes
Notes: svn path=/head/; revision=126549
Diffstat (limited to 'sys/i386/conf/NOTES')
-rw-r--r--sys/i386/conf/NOTES7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 4e572083e571..733699931bb4 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"