diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2008-06-27 05:29:55 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2008-06-27 05:29:55 +0000 |
commit | 3987ba67158d13c9e80744276962f50a5d3276ea (patch) | |
tree | 2d1051b6bdff64998a9c30b254674ee0550ea6c1 /sys/arch/sgi/conf/RAMDISK | |
parent | 8121fca744a80b6a1efcbc9998fdf4b4645dff00 (diff) |
add bio & bioctl
ok deraadt@
Diffstat (limited to 'sys/arch/sgi/conf/RAMDISK')
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sgi/conf/RAMDISK b/sys/arch/sgi/conf/RAMDISK index 48191d3778e..6204941a7c4 100644 --- a/sys/arch/sgi/conf/RAMDISK +++ b/sys/arch/sgi/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.20 2008/06/08 20:37:39 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.21 2008/06/27 05:29:54 todd Exp $ # machine sgi mips64 @@ -123,3 +123,4 @@ pseudo-device loop 1 # network loopback pseudo-device bpfilter 1 # packet filter ports pseudo-device rd 1 # Ram disk. +pseudo-device bio 1 # ioctl multiplexing device |