diff options
author | 2008-07-01 14:27:03 +0000 | |
---|---|---|
committer | 2008-07-01 14:27:03 +0000 | |
commit | 623d8e6bc7ad714b89e2fbd44f5f7ddef019a8d7 (patch) | |
tree | 1318e338001944ef838965aa10f67049b27622d1 | |
parent | If multiple to addresses but no peer are given in an ike or flow (diff) | |
download | wireguard-openbsd-623d8e6bc7ad714b89e2fbd44f5f7ddef019a8d7.tar.xz wireguard-openbsd-623d8e6bc7ad714b89e2fbd44f5f7ddef019a8d7.zip |
add bio & bioctl
ok deraadt@
-rw-r--r-- | distrib/macppc/ramdisk/list | 3 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/distrib/macppc/ramdisk/list b/distrib/macppc/ramdisk/list index fbc496c5dc3..6bfb3db26cc 100644 --- a/distrib/macppc/ramdisk/list +++ b/distrib/macppc/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.30 2007/02/14 23:38:20 deraadt Exp $ +# $OpenBSD: list,v 1.31 2008/07/01 14:27:03 todd Exp $ SRCDIRS distrib/special SRCDIRS bin sbin usr.bin usr.sbin @@ -54,6 +54,7 @@ LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat LINK instbin usr/bin/less usr/bin/more LINK instbin usr/bin/sed LINK instbin usr/bin/disknames +LINK instbin sbin/bioctl # copy the MAKEDEV script and make some devices SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 59bdee49548..274dfd5604c 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.77 2008/07/01 04:50:59 brad Exp $ +# $OpenBSD: RAMDISK,v 1.78 2008/07/01 14:27:03 todd Exp $ # # PPC GENERIC config file # @@ -227,6 +227,7 @@ pseudo-device loop 1 # network loopback pseudo-device bpfilter 1 # packet filter pseudo-device rd 1 # ram disk pseudo-device wsmux 2 # mouse & keyboard multiplexor +pseudo-device bio 1 # ioctl multiplexing device option BOOT_CONFIG # boot-time kernel config |