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 sync with GENERIC32; enable rnd



details:   https://anonhg.NetBSD.org/src/rev/3620e8eff54b
branches:  trunk
changeset: 495559:3620e8eff54b
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jul 31 13:21:45 2000 +0000

description:
sync with GENERIC32; enable rnd

diffstat:

 sys/arch/sparc64/conf/POWEROFSEVEN32 |  19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)

diffs (50 lines):

diff -r 49a9a41c17ea -r 3620e8eff54b sys/arch/sparc64/conf/POWEROFSEVEN32
--- a/sys/arch/sparc64/conf/POWEROFSEVEN32      Mon Jul 31 13:16:34 2000 +0000
+++ b/sys/arch/sparc64/conf/POWEROFSEVEN32      Mon Jul 31 13:21:45 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: POWEROFSEVEN32,v 1.1 2000/07/27 14:38:46 mrg Exp $
+#      $NetBSD: POWEROFSEVEN32,v 1.2 2000/07/31 13:21:45 mrg Exp $
 #
 # Configuration for Ultra5/Ultra10
 
@@ -188,12 +188,21 @@
 
 #sbus0 at mainbus0                             # Ultra 1
 #upa0  at mainbus0                             # Ultra 1E, Ultra 2, Ex0000
-psycho*        at mainbus0                             # Darwin, Ultra5
+psycho0        at mainbus0                             # Darwin, Ultra5        
+psycho*        at mainbus0                             # U2P
+pci0   at psycho0
 pci*   at psycho?
 pci*   at simba?
 simba* at pci? dev ? function ?                # `APB' support.
 ebus*  at pci?                                 # ebus devices
 
+
+# Ultra5/10/AXi
+simba0 at pci0 dev 1 function 0
+pci1   at simba0
+simba1 at pci0 dev 1 function 1
+pci2   at simba1
+
 #### Standard system devices -- all required for a given architecture
 
 ## PROM console driver -- if all else fails
@@ -348,9 +357,9 @@
 #le*           at lebuffer?                            # SBus
 
 ## Happy Meal Ethernet
-#hme*          at sbus0 slot ? offset ?
-hme0           at pci? dev 1 function 1                # U5/U10 on-board
+#hme*          at sbus? slot ? offset ?
 hme*           at pci? dev ? function ?                # network "hme" compatible
+hme0           at pci2 dev 1 function 1                # U5/U10 on-board
 
 ## qec/be, qec/hme
 #qec*          at sbus? slot ? offset ?
@@ -451,4 +460,4 @@
 ## Random device, used to implement /dev/random (a source of random noise),
 ## and generate randomness for some kernel formulae.
 
-#pseudo-device rnd
+pseudo-device  rnd



Home | Main Index | Thread Index | Old Index