summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/ic
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-05-04 06:13:22 +0000
committerpeter <peter@FreeBSD.org>1996-05-04 06:13:22 +0000
commitb200fe400c41fa4c3b0962412950112c37be1a2a (patch)
tree3eb21678f493b32a004972e27c96edf31942eea8 /sys/i386/isa/ic
parent69bc3a9cf9fa2d75a43750a1680190c8d1b8d095 (diff)
downloadFreeBSD-src-b200fe400c41fa4c3b0962412950112c37be1a2a.zip
FreeBSD-src-b200fe400c41fa4c3b0962412950112c37be1a2a.tar.gz
Import v0.0.3alpha of Stallion driver.
Submitted by: Greg Ungerer (gerg@stallion.oz.au)
Diffstat (limited to 'sys/i386/isa/ic')
-rw-r--r--sys/i386/isa/ic/scd1400.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/i386/isa/ic/scd1400.h b/sys/i386/isa/ic/scd1400.h
index b9cdcee..d3f3f26 100644
--- a/sys/i386/isa/ic/scd1400.h
+++ b/sys/i386/isa/ic/scd1400.h
@@ -35,7 +35,6 @@
*/
/*****************************************************************************/
-
#ifndef _CD1400_H
#define _CD1400_H
/*****************************************************************************/
@@ -45,8 +44,6 @@
*/
#define CD1400_PORTS 4
-#define CD1400_CLKHZ 25000000
-
/*
* Define the cd1400 uarts internal FIFO sizes.
*/
@@ -179,11 +176,16 @@
#define COR3_SCD12 0x10
/*
- * Define values used by COR4.
+ * Define the bit values of COR4.
*/
#define COR4_BRKINT 0x08
#define COR4_IGNBRK 0x18
+/*
+ * Define the bit values of COR5.
+ */
+#define COR5_ISTRIP 0x80
+
/*****************************************************************************/
/*
OpenPOWER on IntegriCloud