diff options
author | 2007-05-26 20:32:45 +0000 | |
---|---|---|
committer | 2007-05-26 20:32:45 +0000 | |
commit | 2408618c3a8915f84b39e66658d45df80beb0ea5 (patch) | |
tree | 372fae9ff6f7033bce6ecb668c75180d26a61549 | |
parent | ETHER_ALIGN rx mbuf so that it works on strict alignment archs. OK dlg@ (diff) | |
download | wireguard-openbsd-2408618c3a8915f84b39e66658d45df80beb0ea5.tar.xz wireguard-openbsd-2408618c3a8915f84b39e66658d45df80beb0ea5.zip |
missed this, remove bio here for move to sys/conf/GENERIC
ok drahn@
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 89ff166fd5a..3b44224c727 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.166 2007/04/23 16:27:20 deraadt Exp $g +# $OpenBSD: GENERIC,v 1.167 2007/05/26 20:32:45 todd Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -352,4 +352,3 @@ owtemp* at onewire? # Temperature pseudo-device hotplug 1 # devices hot plugging pseudo-device wsmux 2 # mouse & keyboard multiplexor -pseudo-device bio 1 # ioctl multiplexing |