summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-06-23 17:40:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-06-23 17:40:00 +0000
commitae21568caad6d15e32611f5550d85e02d7053fcc (patch)
treed2daa13a29007ecb4e7bb619d7b06504a084d8b1 /c/src
parentAdded numerous comments. (diff)
downloadrtems-ae21568caad6d15e32611f5550d85e02d7053fcc.tar.bz2
New file describing mc68681 libchip driver.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/lib/libchip/serial/README.mc6868139
-rw-r--r--c/src/libchip/serial/README.mc6868139
2 files changed, 78 insertions, 0 deletions
diff --git a/c/src/lib/libchip/serial/README.mc68681 b/c/src/lib/libchip/serial/README.mc68681
new file mode 100644
index 0000000000..4364dac5d5
--- /dev/null
+++ b/c/src/lib/libchip/serial/README.mc68681
@@ -0,0 +1,39 @@
+#
+# $Id$
+#
+
+Configuration Table Use
+=======================
+
+pDeviceFlow
+
+ This field is ignored as hardware flow control is not currently supported.
+
+ulCtrlPort1
+
+ This field is the base address of the entire DUART.
+
+ulCtrlPort2
+
+ This field is the base address of the port specific registers.
+
+ulDataPort
+
+ This field is bit mapped as follows:
+ bit 0: 0 or 1 to indicate the A or B port on the DUART.
+ bit 1: baud rate set a or b
+
+
+ Note: If both ports on single DUART are not configured for the same
+ baud rate set, then unexpected results will occur.
+
+getRegister
+setRegister
+ These follow standard conventions.
+
+getData
+setData
+ These are unused since the TX and RX data registers can be accessed
+ as regular registers.
+
+
diff --git a/c/src/libchip/serial/README.mc68681 b/c/src/libchip/serial/README.mc68681
new file mode 100644
index 0000000000..4364dac5d5
--- /dev/null
+++ b/c/src/libchip/serial/README.mc68681
@@ -0,0 +1,39 @@
+#
+# $Id$
+#
+
+Configuration Table Use
+=======================
+
+pDeviceFlow
+
+ This field is ignored as hardware flow control is not currently supported.
+
+ulCtrlPort1
+
+ This field is the base address of the entire DUART.
+
+ulCtrlPort2
+
+ This field is the base address of the port specific registers.
+
+ulDataPort
+
+ This field is bit mapped as follows:
+ bit 0: 0 or 1 to indicate the A or B port on the DUART.
+ bit 1: baud rate set a or b
+
+
+ Note: If both ports on single DUART are not configured for the same
+ baud rate set, then unexpected results will occur.
+
+getRegister
+setRegister
+ These follow standard conventions.
+
+getData
+setData
+ These are unused since the TX and RX data registers can be accessed
+ as regular registers.
+
+