diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-02-07 03:22:30 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-02-07 03:22:30 +0000 |
commit | 8ba0c45400980903673b6abfaa336b4cf9a0ad8e (patch) | |
tree | 81b9c29e287622930eeac4651fa4f62e98e90e12 /sys/arch/macppc | |
parent | f7b690bf2e83b1a18c85d14de7d2a441d99fd86c (diff) |
enable bio(4)
ok drahn@
Diffstat (limited to 'sys/arch/macppc')
-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 |