summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>1998-02-26 08:05:55 +0000
committerJason Wright <jason@cvs.openbsd.org>1998-02-26 08:05:55 +0000
commit14d9f3b0e4a43806e148b324e5e141a04e6898c8 (patch)
tree3ca4249d226b50a464093e3ae26f21fea5fc1dec /sys/arch/sparc
parent8ed6cdea94096eca49b25fc916236a882cfdad5e (diff)
updated to reflect cpu initialization
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r--sys/arch/sparc/conf/FLOPPY3
-rw-r--r--sys/arch/sparc/conf/GENERIC3
-rw-r--r--sys/arch/sparc/conf/GENERIC_SCSI33
-rw-r--r--sys/arch/sparc/conf/RAMDISK1
-rw-r--r--sys/arch/sparc/conf/SUN43
-rw-r--r--sys/arch/sparc/conf/SUN4C1
-rw-r--r--sys/arch/sparc/conf/SUN4M3
7 files changed, 5 insertions, 12 deletions
diff --git a/sys/arch/sparc/conf/FLOPPY b/sys/arch/sparc/conf/FLOPPY
index e609c89a6fb..3e0a63af435 100644
--- a/sys/arch/sparc/conf/FLOPPY
+++ b/sys/arch/sparc/conf/FLOPPY
@@ -1,4 +1,4 @@
-# $OpenBSD: FLOPPY,v 1.16 1997/09/17 06:47:02 downsj Exp $
+# $OpenBSD: FLOPPY,v 1.17 1998/02/26 08:05:46 jason Exp $
# $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $
# Machine architecture; required by config(8)
@@ -98,7 +98,6 @@ config bsd swap generic
# Main bus and CPU .. all systems.
mainbus0 at root
-cpu0 at mainbus0
# Bus types found on SPARC systems.
sbus0 at mainbus0 # sun4c
diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC
index 0fb4c192b85..1edb8e7e5f8 100644
--- a/sys/arch/sparc/conf/GENERIC
+++ b/sys/arch/sparc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.19 1997/09/17 06:47:03 downsj Exp $
+# $OpenBSD: GENERIC,v 1.20 1998/02/26 08:05:47 jason Exp $
# $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $
# Machine architecture; required by config(8)
@@ -30,7 +30,6 @@ config bsd swap generic
# Main bus and CPU .. all systems.
mainbus0 at root
-cpu0 at mainbus0
# Bus types found on SPARC systems.
sbus0 at mainbus0 # sun4c
diff --git a/sys/arch/sparc/conf/GENERIC_SCSI3 b/sys/arch/sparc/conf/GENERIC_SCSI3
index 9454ab0850a..aa7be47e9a4 100644
--- a/sys/arch/sparc/conf/GENERIC_SCSI3
+++ b/sys/arch/sparc/conf/GENERIC_SCSI3
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC_SCSI3,v 1.17 1997/09/17 06:47:03 downsj Exp $
+# $OpenBSD: GENERIC_SCSI3,v 1.18 1998/02/26 08:05:48 jason Exp $
# $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $
# Machine architecture; required by config(8)
@@ -30,7 +30,6 @@ config bsd swap generic
# Main bus and CPU .. all systems.
mainbus0 at root
-cpu0 at mainbus0
# Bus types found on SPARC systems.
sbus0 at mainbus0 # sun4c
diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK
index 3b0b8b23519..8618ed3637f 100644
--- a/sys/arch/sparc/conf/RAMDISK
+++ b/sys/arch/sparc/conf/RAMDISK
@@ -53,7 +53,6 @@ config bsd root on rd0a
# Main bus and CPU .. all systems.
mainbus0 at root
-cpu0 at mainbus0
# Bus types found on SPARC systems.
sbus0 at mainbus0 # sun4c
diff --git a/sys/arch/sparc/conf/SUN4 b/sys/arch/sparc/conf/SUN4
index aa37470f5e3..098e1a2f82e 100644
--- a/sys/arch/sparc/conf/SUN4
+++ b/sys/arch/sparc/conf/SUN4
@@ -1,4 +1,4 @@
-# $OpenBSD: SUN4,v 1.14 1997/06/22 21:42:41 downsj Exp $
+# $OpenBSD: SUN4,v 1.15 1998/02/26 08:05:51 jason Exp $
# $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $
# Machine architecture; required by config(8)
@@ -24,7 +24,6 @@ config bsd swap generic
# Main bus and CPU .. all systems.
mainbus0 at root
-cpu0 at mainbus0
# Bus types found on SPARC systems.
obio0 at mainbus0 # sun4 and sun4m
diff --git a/sys/arch/sparc/conf/SUN4C b/sys/arch/sparc/conf/SUN4C
index ee1e5d80873..0d758fc70e9 100644
--- a/sys/arch/sparc/conf/SUN4C
+++ b/sys/arch/sparc/conf/SUN4C
@@ -54,7 +54,6 @@ maxusers 16 # estimated number of users
config bsd swap generic
mainbus0 at root
-cpu0 at mainbus0
sbus0 at mainbus0
#obio0 at mainbus0
diff --git a/sys/arch/sparc/conf/SUN4M b/sys/arch/sparc/conf/SUN4M
index 2a8dbea1aa3..3b69ea2937d 100644
--- a/sys/arch/sparc/conf/SUN4M
+++ b/sys/arch/sparc/conf/SUN4M
@@ -1,4 +1,4 @@
-# $OpenBSD: SUN4M,v 1.15 1997/09/17 06:47:04 downsj Exp $
+# $OpenBSD: SUN4M,v 1.16 1998/02/26 08:05:54 jason Exp $
# $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $
# Machine architecture; required by config(8)
@@ -25,7 +25,6 @@ config bsd swap generic
# Main bus and CPU .. all systems.
mainbus0 at root
-cpu0 at mainbus0
# Bus types found on SPARC systems.
obio0 at mainbus0 # sun4 and sun4m