diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/zaurus/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 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 diff --git a/sys/arch/zaurus/conf/RAMDISK b/sys/arch/zaurus/conf/RAMDISK index a534fbe0a46..a9f18dcc6fb 100644 --- a/sys/arch/zaurus/conf/RAMDISK +++ b/sys/arch/zaurus/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.37 2008/06/08 20:37:39 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.38 2008/06/27 05:29:54 todd Exp $ machine zaurus arm @@ -169,6 +169,7 @@ pseudo-device wsmux 2 # mouse & keyboard multiplexor pseudo-device loop 1 # network loopback pseudo-device bpfilter 1 # packet filter pseudo-device rd 1 # ram disk +pseudo-device bio 1 # ioctl multiplexing device options BOOT_CONFIG # boot-time kernel config |