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 Get rid of all simba references.



details:   https://anonhg.NetBSD.org/src/rev/319236bbf421
branches:  trunk
changeset: 514410:319236bbf421
user:      eeh <eeh%NetBSD.org@localhost>
date:      Sun Sep 02 01:18:56 2001 +0000

description:
Get rid of all simba references.

diffstat:

 sys/arch/sparc64/conf/files.sparc64 |  10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r dbd664afd6a7 -r 319236bbf421 sys/arch/sparc64/conf/files.sparc64
--- a/sys/arch/sparc64/conf/files.sparc64       Sun Sep 02 00:13:05 2001 +0000
+++ b/sys/arch/sparc64/conf/files.sparc64       Sun Sep 02 01:18:56 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $
+#      $NetBSD: files.sparc64,v 1.51 2001/09/02 01:18:56 eeh Exp $
 
 # @(#)files.sparc64    8.1 (Berkeley) 7/19/93
 # sparc64-specific configuration info
@@ -47,11 +47,6 @@
 # IOMMU is for both
 file   arch/sparc64/dev/iommu.c                sbus | psycho
 
-# can't use ppb for SUNW,simba
-device  simba: pcibus
-attach  simba at pci
-file   arch/sparc64/dev/simba.c                simba
-
 include "dev/ata/files.ata"
 
 device ebus {[addr = -1]}: pcibus
@@ -65,6 +60,9 @@
 attach clock at mainbus, sbus with clock_sbus
 attach clock at ebus with clock_ebus
 
+device rtc
+attach rtc at ebus with rtc_ebus
+
 device timer
 attach timer at mainbus, sbus
 



Home | Main Index | Thread Index | Old Index