Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/dev/ic Pull up revisions 1.2-1.3 (requested by tsub...



details:   https://anonhg.NetBSD.org/src/rev/cf036be14a27
branches:  netbsd-1-4
changeset: 470660:cf036be14a27
user:      he <he%NetBSD.org@localhost>
date:      Sat Jun 03 18:29:48 2000 +0000

description:
Pull up revisions 1.2-1.3 (requested by tsubai):
  Add support for PCI variants of Cyclom-4Y and -8Y cards.
  Also fixes PR#7175 (new serial controller).

diffstat:

 sys/dev/ic/cyreg.h |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 4dca5db373da -r cf036be14a27 sys/dev/ic/cyreg.h
--- a/sys/dev/ic/cyreg.h        Sat Jun 03 18:28:44 2000 +0000
+++ b/sys/dev/ic/cyreg.h        Sat Jun 03 18:29:48 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cyreg.h,v 1.1 1996/09/24 18:02:35 christos Exp $       */
+/*     $NetBSD: cyreg.h,v 1.1.22.1 2000/06/03 18:29:48 he Exp $        */
 
 /*-
  * Copyright (c) 1995 Bruce Evans.
@@ -54,8 +54,16 @@
 
 /* I/O location for enabling interrupts on PCI Cyclom cards */
 #define CY_PCI_INTENA           0x68
+#define CY_PCI_INTENA_9050      0x4c
+
+/* Cyclom-Y Custom Register for PLX ID (PCI only) */
+#define CY_PLX_VER             0x3400          /* PLX version */
+#define CY_PLX_9050            0x0b
+#define CY_PLX_9060            0x0c
+#define CY_PLX_9080            0x0d
 
 #define        CY_CLOCK                25000000        /* baud rate clock */
+#define        CY_CLOCK_60             60000000        /* new CD14000 */
 
 #define CY_MEMSIZE             0x2000
 



Home | Main Index | Thread Index | Old Index