Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/macppc Add support for Cyclades-Z PCI tty's.



details:   https://anonhg.NetBSD.org/src/rev/1fcd895a36c3
branches:  trunk
changeset: 487599:1fcd895a36c3
user:      wrstuden <wrstuden%NetBSD.org@localhost>
date:      Fri Jun 09 16:56:51 2000 +0000

description:
Add support for Cyclades-Z PCI tty's.

diffstat:

 sys/arch/macppc/macppc/conf.c |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r f6e6b0fbfe92 -r 1fcd895a36c3 sys/arch/macppc/macppc/conf.c
--- a/sys/arch/macppc/macppc/conf.c     Fri Jun 09 16:53:23 2000 +0000
+++ b/sys/arch/macppc/macppc/conf.c     Fri Jun 09 16:56:51 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.19 2000/04/14 13:29:57 tsutsui Exp $        */
+/*     $NetBSD: conf.c,v 1.20 2000/06/09 16:56:51 wrstuden Exp $       */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -120,6 +120,8 @@
 cdev_decl(wd);
 cdev_decl(ofc);
 cdev_decl(nvram);
+#include "cz.h"
+cdev_decl(cztty);
 
 #include "scsibus.h"
 cdev_decl(scsibus);
@@ -194,6 +196,7 @@
        cdev_mouse_init(NWSMUX,wsmux),  /* 43: ws multiplexor */
        cdev_tty_init(NUCOM,ucom),      /* 44: USB tty */
        cdev_tty_init(NCOM,com),        /* 45: NS16x50 compatible ports */
+       cdev_tty_init(NCZ,cztty),       /* 46: Cyclades-Z serial port */
 };
 int nchrdev = sizeof cdevsw / sizeof cdevsw[0];
 



Home | Main Index | Thread Index | Old Index