diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2007-05-26 20:32:46 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2007-05-26 20:32:46 +0000 |
commit | 5826ae315938887aebdd164de4cd8cad84f9a108 (patch) | |
tree | d85e541b01422d249373ad8978b06201013c9c54 /sys | |
parent | adb4b592d6e2f3a179e3c62777ba97d760dba733 (diff) |
missed this, remove bio here for move to sys/conf/GENERIC
ok drahn@
Diffstat (limited to 'sys')
-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 |