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 revision 1.5 (requested by tsubai):



details:   https://anonhg.NetBSD.org/src/rev/45df2a5c12a2
branches:  netbsd-1-4
changeset: 470661:45df2a5c12a2
user:      he <he%NetBSD.org@localhost>
date:      Sat Jun 03 18:30:21 2000 +0000

description:
Pull up revision 1.5 (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/cyvar.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r cf036be14a27 -r 45df2a5c12a2 sys/dev/ic/cyvar.h
--- a/sys/dev/ic/cyvar.h        Sat Jun 03 18:29:48 2000 +0000
+++ b/sys/dev/ic/cyvar.h        Sat Jun 03 18:30:21 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cyvar.h,v 1.4 1997/06/17 05:32:46 cgd Exp $    */
+/*     $NetBSD: cyvar.h,v 1.4.16.1 2000/06/03 18:30:21 he Exp $        */
 
 /*
  * cy_var.h
@@ -58,6 +58,7 @@
 struct cy_port {
        int             cy_port_num;
        int             cy_chip;
+       int             cy_clock;
        struct tty     *cy_tty;
        int             cy_openflags;
        int             cy_fifo_overruns;



Home | Main Index | Thread Index | Old Index