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 Add sab.
details: https://anonhg.NetBSD.org/src/rev/cd0089cea484
branches: trunk
changeset: 535356:cd0089cea484
user: petrov <petrov%NetBSD.org@localhost>
date: Fri Aug 16 08:56:44 2002 +0000
description:
Add sab.
diffstat:
sys/arch/sparc64/sparc64/conf.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r c0dc4c72518d -r cd0089cea484 sys/arch/sparc64/sparc64/conf.c
--- a/sys/arch/sparc64/sparc64/conf.c Fri Aug 16 08:56:27 2002 +0000
+++ b/sys/arch/sparc64/sparc64/conf.c Fri Aug 16 08:56:44 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.c,v 1.23 2002/07/19 16:38:24 thorpej Exp $ */
+/* $NetBSD: conf.c,v 1.24 2002/08/16 08:56:44 petrov Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -85,6 +85,7 @@
#define NSUNMS 0
#endif
#include "zstty.h"
+#include "sab.h"
#include "pcons.h"
#include "com.h"
#include "bpp.h"
@@ -235,7 +236,7 @@
cdev_isdnbchan_init(NISDNBCHAN, isdnbchan), /* 74: isdn raw b-channel access */
cdev_isdntrc_init(NISDNTRC, isdntrc), /* 75: isdn trace device */
cdev_isdntel_init(NISDNTEL, isdntel), /* 76: isdn phone device */
- cdev_notdef(), /* 77 */
+ cdev_tty_init(NSABTTY,sab), /* 77: sab82532 serial ports */
cdev_notdef(), /* 78 */
cdev_notdef(), /* 79 */
cdev_notdef(), /* 80 */
Home |
Main Index |
Thread Index |
Old Index