Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/sparc64 sync with sparc: add cdtty



details:   https://anonhg.NetBSD.org/src/rev/ccb8df789883
branches:  trunk
changeset: 515863:ccb8df789883
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Oct 06 14:50:22 2001 +0000

description:
sync with sparc: add cdtty

diffstat:

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

diffs (26 lines):

diff -r fa836205a120 -r ccb8df789883 sys/arch/sparc64/sparc64/conf.c
--- a/sys/arch/sparc64/sparc64/conf.c   Sat Oct 06 14:29:55 2001 +0000
+++ b/sys/arch/sparc64/sparc64/conf.c   Sat Oct 06 14:50:22 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.18 2001/09/15 17:51:02 mrg Exp $ */
+/*     $NetBSD: conf.c,v 1.19 2001/10/06 14:50:22 mrg Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -88,6 +88,8 @@
 #include "com.h"
 #include "bpp.h"
 #include "magma.h"             /* has NMTTY and NMBPP */
+#include "siosixteen.h"
+cdev_decl(cdtty);
 
 #include "fdc.h"               /* has NFDC and NFD; see files.sparc */
 #include "bwtwo.h"
@@ -276,6 +278,7 @@
        cdev_disk_init(NRAID,raid),     /* 121: RAIDframe disk driver */
        cdev_tty_init(NPCONS,pcons),    /* 122: PROM console */
        cdev_pci_init(NPCI,pci),        /* 123: PCI bus access device */
+       cdev_tty_init(NCLCD,cdtty),     /* 124: Cirrus-Logic CD18xx */
 };
 int    nchrdev = sizeof(cdevsw) / sizeof(cdevsw[0]);
 



Home | Main Index | Thread Index | Old Index