diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2008-06-26 21:49:40 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2008-06-26 21:49:40 +0000 |
commit | a165059cc9b21ffe6cd269053448ca1f4c8c5c74 (patch) | |
tree | 95180fdd71843fdd667968ab879f99af7cc0a61c /sys | |
parent | ceca74249294881a6d66817fe4de6ea5e2614d58 (diff) |
add bio & bioctl
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 66d0b0c250f..177e88e44c2 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.74 2008/05/23 17:47:41 deraadt Exp $ +# $OpenBSD: RAMDISKBIG,v 1.75 2008/06/26 21:49:39 todd Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -319,3 +319,4 @@ pseudo-device bpfilter 1 pseudo-device loop pseudo-device rd 1 pseudo-device wsmux 2 +pseudo-device bio 1 # ioctl multiplexing device |