diff options
author | 2008-06-26 21:49:39 +0000 | |
---|---|---|
committer | 2008-06-26 21:49:39 +0000 | |
commit | ee55e122b50a57f69f43d10e0e620dae2d1c439c (patch) | |
tree | 19818d7b9099d8912a8792906b69185b1ce0610c | |
parent | plug a memleak in rcs_rev_getlines() - initially noticed & diff by (diff) | |
download | wireguard-openbsd-ee55e122b50a57f69f43d10e0e620dae2d1c439c.tar.xz wireguard-openbsd-ee55e122b50a57f69f43d10e0e620dae2d1c439c.zip |
add bio & bioctl
ok deraadt@
-rw-r--r-- | distrib/alpha/bsd.rd/list | 1 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/distrib/alpha/bsd.rd/list b/distrib/alpha/bsd.rd/list index 0a568a148d0..e68c4a90b87 100644 --- a/distrib/alpha/bsd.rd/list +++ b/distrib/alpha/bsd.rd/list @@ -2,6 +2,7 @@ LINK instbin bin/dd LINK instbin sbin/mount_cd9660 LINK instbin sbin/dhclient LINK instbin bin/mt bin/eject +LINK instbin sbin/bioctl # firmwares that might need loading #COPY ${DESTDIR}/etc/firmware/tigon1 etc/firmware/tigon1 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 |