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/GENERIC | |
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/GENERIC')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 5d47b2ac31f..07b8fe8a802 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.214 2008/07/06 07:27:43 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.215 2008/07/06 08:53:38 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -30,7 +30,10 @@ config bsd swap generic # Main bus and CPU .. all systems. mainbus0 at root cpu0 at mainbus0 +ssm* at mainbus0 +cpu0 at ssm? cmp* at mainbus0 +cmp* at ssm? cpu0 at cmp? # Bus types found on SPARC systems. @@ -42,6 +45,7 @@ upa0 at mainbus0 psycho* at mainbus0 pci* at psycho? schizo* at mainbus0 +schizo* at ssm? pci* at schizo? pyro* at mainbus0 pci* at pyro? |