Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/conf Enable sab.
details: https://anonhg.NetBSD.org/src/rev/7d7ddad3641f
branches: trunk
changeset: 535357:7d7ddad3641f
user: petrov <petrov%NetBSD.org@localhost>
date: Fri Aug 16 09:03:36 2002 +0000
description:
Enable sab.
diffstat:
sys/arch/sparc64/conf/GENERIC32 | 8 ++++----
sys/arch/sparc64/conf/files.sparc64 | 14 ++++++++------
2 files changed, 12 insertions(+), 10 deletions(-)
diffs (62 lines):
diff -r cd0089cea484 -r 7d7ddad3641f sys/arch/sparc64/conf/GENERIC32
--- a/sys/arch/sparc64/conf/GENERIC32 Fri Aug 16 08:56:44 2002 +0000
+++ b/sys/arch/sparc64/conf/GENERIC32 Fri Aug 16 09:03:36 2002 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: GENERIC32,v 1.42 2002/07/29 14:35:44 mrg Exp $
+# $NetBSD: GENERIC32,v 1.43 2002/08/16 09:03:36 petrov Exp $
include "arch/sparc64/conf/std.sparc64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.42 $"
+#ident "GENERIC-$Revision: 1.43 $"
maxusers 64
@@ -243,8 +243,8 @@
## Part of NS PC87332VLJ Super I/O controller: kbd/mouse (`se'; com)
## The SAB82532 controller has two serial ports
-#sab* at ebus? # ttya/ttyb
-#sabtty* at sab? channel ?
+sab* at ebus? # ttya/ttyb
+sabtty* at sab? channel ?
## Part of a PC87332VLJ
com* at ebus? # `com' driver for `su'
diff -r cd0089cea484 -r 7d7ddad3641f sys/arch/sparc64/conf/files.sparc64
--- a/sys/arch/sparc64/conf/files.sparc64 Fri Aug 16 08:56:44 2002 +0000
+++ b/sys/arch/sparc64/conf/files.sparc64 Fri Aug 16 09:03:36 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.sparc64,v 1.64 2002/05/16 01:01:41 thorpej Exp $
+# $NetBSD: files.sparc64,v 1.65 2002/08/16 09:03:36 petrov Exp $
# @(#)files.sparc64 8.1 (Berkeley) 7/19/93
# sparc64-specific configuration info
@@ -116,8 +116,9 @@
file dev/ic/z8530sc.c zs
# siemens SAB82532; found on U5/U10/... for tty ports.
-#device sab {channel = -1}
-#attach sab at ebus
+device sab {channel = -1}
+attach sab at ebus
+file arch/sparc64/dev/sab.c sab | sabtty needs-flag
#file arch/sparc64/dev/sab_ebus.c sab
#file dev/ic/sab82532.c sab
@@ -131,9 +132,10 @@
file dev/ic/z8530tty.c zstty needs-flag
file arch/sparc/dev/zs_kgdb.c kgdb
-#device sabtty: tty
-#attach sabtty at sab
-#file dev/ic/sabtty.c sabtty needs-flag
+define sabtty {}
+device sabtty: tty
+attach sabtty at sab
+# file arch/sparc64/dev/sabtty.c sabtty needs-flag
device kbd
attach kbd at zs with kbd_zs
Home |
Main Index |
Thread Index |
Old Index