diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2008-07-02 14:01:36 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2008-07-02 14:01:36 +0000 |
commit | 9e5918d26446b4782a2006427f155b5c05bb80ae (patch) | |
tree | 3ef32614e63f89c08238bac7b9c04a039040cee9 /sys | |
parent | 034fbaa00ca3fb936b71831af96943681cda83ce (diff) |
add bio & bioctl
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index 96d1f76b767..1eea44bc736 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.64 2008/06/08 20:37:39 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.65 2008/07/02 14:01:35 todd Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -338,4 +338,4 @@ pseudo-device rd 2 pseudo-device loop 1 # network loopback pseudo-device bpfilter 1 # packet filter #pseudo-device pty 4 # pseudo-terminals - +pseudo-device bio 1 # ioctl multiplexing device |