diff options
author | 2011-03-08 19:57:51 +0000 | |
---|---|---|
committer | 2011-03-08 19:57:51 +0000 | |
commit | fc278c34e831f5ef2978847d5825f04efa058518 (patch) | |
tree | 4b618fbd21430bf7e3d30ae12e52b738aad49234 /sys | |
parent | Fix an incorrect test which was always true (oupper is always < olower), (diff) | |
download | wireguard-openbsd-fc278c34e831f5ef2978847d5825f04efa058518.tar.xz wireguard-openbsd-fc278c34e831f5ef2978847d5825f04efa058518.zip |
vrng should go onto the ramdisk.
ok kettenis
Diffstat (limited to 'sys')
-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? |