summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/cyreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/cyreg.h')
-rw-r--r--sys/i386/isa/cyreg.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/i386/isa/cyreg.h b/sys/i386/isa/cyreg.h
index 6aa6632..8b83258 100644
--- a/sys/i386/isa/cyreg.h
+++ b/sys/i386/isa/cyreg.h
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: cyreg.h,v 1.3 1996/10/13 01:09:17 davidg Exp $
*/
/*
@@ -41,7 +41,13 @@
#define CY_MAX_CD1400s 8 /* for Cyclom-32Y */
-#define CY_CLOCK 25000000 /* baud rate clock */
+#define CD1400_REV_G 0x46
+#define CD1400_REV_J 0x48
+
+#define CY_CLOCK_25 25000000 /* baud rate clock */
+#define CY_CLOCK_60 60000000 /* baud rate clock */
+#define CY_CLOCK_25_1MS 0x31
+#define CY_CLOCK_60_1MS 0x75
#ifdef CyDebug
#define cd_inb(iobase, reg, cy_align) (++cd_inbs, *((iobase) + ((reg)*2 << (cy_align))))
OpenPOWER on IntegriCloud