diff options
author | 2008-06-14 02:07:06 +0000 | |
---|---|---|
committer | 2008-06-14 02:07:06 +0000 | |
commit | 50b061b6a9c895366656db341e1dd09d3c1d3297 (patch) | |
tree | 44082e3f2a16236a2ebd3a998addeff92fa74643 | |
parent | Nuke ADEV_NOTUR, always issue TEST UNIT READY to clear out power-up (diff) | |
download | wireguard-openbsd-50b061b6a9c895366656db341e1dd09d3c1d3297.tar.xz wireguard-openbsd-50b061b6a9c895366656db341e1dd09d3c1d3297.zip |
Add cmp(4) here too.
-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 |