diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-03-08 19:57:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-03-08 19:57:52 +0000 |
commit | 6c3f7df79450edc96bbac9f0e28befb15927f931 (patch) | |
tree | 5d4dac0b23c3e0ab6f7a55521fc8687a4b848e23 | |
parent | 11d5b58a03c0a01c6a8e01f73a4ed9da1d307421 (diff) |
vrng should go onto the ramdisk.
ok kettenis
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 4ad70895b1b..77e97a60d64 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.98 2010/04/19 10:44:33 dcoppa Exp $ +# $OpenBSD: RAMDISK,v 1.99 2011/03/08 19:57:51 deraadt Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -130,6 +130,7 @@ timer* at mainbus0 # Timer chip # Virtual devices for sun4v systems. vcons0 at vbus? vrtc0 at vbus? +vrng0 at vbus? vdsk* at cbus? scsibus* at vdsk? vnet* at cbus? |