diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-06-14 02:07:07 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-06-14 02:07:07 +0000 |
commit | 2068dd0d7da160851d9e168add1d7051d58cad29 (patch) | |
tree | 3f6397b675d1cd43e5ff2d664cc4ed9950f6e175 /sys/arch/sparc64/conf | |
parent | 53f32be0d196692eb0327d2085fe996a2f2af31b (diff) |
Add cmp(4) here too.
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 8881a01eeb5..5b220b0e44c 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.71 2008/05/21 19:23:15 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.72 2008/06/14 02:07:06 kettenis Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -40,6 +40,8 @@ config bsd root on rd0a # Main bus and CPU .. all systems. mainbus0 at root cpu0 at mainbus0 +cmp* at mainbus0 +cpu0 at cmp? # Bus types found on SPARC systems. sbus* at mainbus0 |