diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-07-06 08:53:39 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-07-06 08:53:39 +0000 |
commit | 4e759ed6385346d0d16e43f5d376e7f1e90b3b79 (patch) | |
tree | 2deea7369a84f60e546a9469302a669257bddd32 /sys/arch/sparc64/conf/RAMDISK | |
parent | a14f82e3c4ea43249239586b1349333fdf16bb17 (diff) |
Enable ssm(4) and remove hacks that worked around the fact that we didn't
have it.
Diffstat (limited to 'sys/arch/sparc64/conf/RAMDISK')
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index bf516126db9..ab7affaa62c 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.74 2008/07/06 07:27:43 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.75 2008/07/06 08:53:38 kettenis Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -41,6 +41,8 @@ config bsd root on rd0a # Main bus and CPU .. all systems. mainbus0 at root cpu0 at mainbus0 +ssm* at mainbus0 +cpu0 at ssm? cmp* at mainbus0 cpu0 at cmp? @@ -53,6 +55,7 @@ fhc* at mainbus0 psycho* at mainbus0 pci* at psycho? schizo* at mainbus0 +schizo* at ssm? pci* at schizo? pyro* at mainbus0 pci* at pyro? |