diff options
author | 2008-07-01 18:58:20 +0000 | |
---|---|---|
committer | 2008-07-01 18:58:20 +0000 | |
commit | f07f4a415f353a4e37418af673382df59970c737 (patch) | |
tree | e612abba36e670c010898589de569e346fb1ff96 | |
parent | Isakmpd acquire mode did not work with a config generated from (diff) | |
download | wireguard-openbsd-f07f4a415f353a4e37418af673382df59970c737.tar.xz wireguard-openbsd-f07f4a415f353a4e37418af673382df59970c737.zip |
add bio & bioctl
ok deraadt@
-rw-r--r-- | distrib/hppa/ramdisk/list | 3 | ||||
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/distrib/hppa/ramdisk/list b/distrib/hppa/ramdisk/list index 62c0668139e..94e53527ef9 100644 --- a/distrib/hppa/ramdisk/list +++ b/distrib/hppa/ramdisk/list @@ -1,9 +1,10 @@ -# $OpenBSD: list,v 1.8 2006/06/26 03:42:39 deraadt Exp $ +# $OpenBSD: list,v 1.9 2008/07/01 18:58:20 todd Exp $ # hppa extra's LINK instbin sbin/disklabel LINK instbin usr/bin/grep usr/bin/egrep usr/bin/fgrep LINK instbin usr/bin/less usr/bin/more +LINK instbin sbin/bioctl SRCDIRS sys/arch/hppa/stand diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index d02ef9acc58..2c98324a41f 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.82 2008/06/08 20:37:39 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.83 2008/07/01 18:58:20 todd Exp $ # # Diskless kernel config # @@ -339,3 +339,4 @@ pseudo-device bpfilter 1 # packet filter pseudo-device ksyms 1 # kernel symbols device #pseudo-device ccd 4 # concatenated disk devices pseudo-device wsmux 2 +pseudo-device bio 1 # ioctl multiplexing device |