Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/conf add entries for spif/stty/sbpp. final p...



details:   https://anonhg.NetBSD.org/src/rev/095ae1883577
branches:  trunk
changeset: 568809:095ae1883577
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Aug 01 10:45:23 2004 +0000

description:
add entries for spif/stty/sbpp.  final part of PR#26061.

diffstat:

 sys/arch/sparc/conf/GENERIC |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r e6a2268e7d07 -r 095ae1883577 sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Sun Aug 01 10:43:47 2004 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Sun Aug 01 10:45:23 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.161 2004/07/15 03:53:51 atatat Exp $
+# $NetBSD: GENERIC,v 1.162 2004/08/01 10:45:23 mrg Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.161 $"
+#ident                 "GENERIC-$Revision: 1.162 $"
 
 maxusers       32
 
@@ -339,6 +339,11 @@
 mtty*  at magma?
 mbpp*  at magma?
 
+## SUNW,spif Serial/Parallel driver
+spif*  at sbus? slot ? offset ?
+stty*  at spif?
+sbpp*  at spif?
+
 ## PCMCIA serial interfaces
 #com*  at pcmcia?
 #pcmcom*       at pcmcia?



Home | Main Index | Thread Index | Old Index