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 tadpole specific devices.



details:   https://anonhg.NetBSD.org/src/rev/25d51a5ab6f1
branches:  trunk
changeset: 486717:25d51a5ab6f1
user:      matt <matt%NetBSD.org@localhost>
date:      Sat May 27 20:56:51 2000 +0000

description:
Add tadpole specific devices.

diffstat:

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

diffs (37 lines):

diff -r a7a5981556b7 -r 25d51a5ab6f1 sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Sat May 27 20:29:14 2000 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Sat May 27 20:56:51 2000 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: GENERIC,v 1.105 2000/05/08 13:49:49 augustss Exp $
+#      $NetBSD: GENERIC,v 1.106 2000/05/27 20:56:51 matt Exp $
 
 include "arch/sparc/conf/std.sparc"
 
-#ident                 "GENERIC-$Revision: 1.105 $"
+#ident                 "GENERIC-$Revision: 1.106 $"
 
 maxusers       32
 
@@ -225,6 +225,7 @@
 ## Auxiliary system registers on sun4c and sun4m
 auxreg0        at mainbus0                             # sun4c
 auxreg0        at obio0                                # sun4m
+auxiotwo0 at obio0                             # only on Tadpole SPARCbook.
 
 ## Power status and control register on Sun4m systems
 power0 at obio0
@@ -560,9 +561,14 @@
 # Sun "cgfourteen" accelerated 24-bit framebuffer.
 cgfourteen0    at obio0                        # sun4m
 
+# P9100-based display on Tadpole SPARCbook 3.
+pnozz0         at sbus? slot ? offset ?
 
 #### Other device configuration
 
+# Tadpole microcontroller
+tctrl0 at obio0
+
 ## Pseudo ttys, required for network logins and programs like screen.
 ## 32 is a good number for average systems; you may have as many as you
 ## like, though 256 is more or less the upper limit.  Increasing this



Home | Main Index | Thread Index | Old Index