diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index f670be3b689..0d4b441a41c 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.157 2006/12/29 13:41:55 mbalmer Exp $g +# $OpenBSD: GENERIC,v 1.158 2007/02/07 03:22:29 dlg Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -343,3 +343,4 @@ owtemp* at onewire? # Temperature pseudo-device hotplug 1 # devices hot plugging pseudo-device wsmux 2 # mouse & keyboard multiplexor +pseudo-device bio 1 # ioctl multiplexing |