diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2007-05-26 19:54:25 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2007-05-26 19:54:25 +0000 |
commit | b74fd6e9c996487c209c24b8a0647fe8d92ca9eb (patch) | |
tree | ab21dd7a3709dcffdc5048818631d9d69e684ed7 /sys/arch/i386/conf | |
parent | 154073b242dff4bd7bdf0e293815b3e9f76353fb (diff) |
prodded by marco, enable bio everywhere
grudgingly ok deraadt@
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 2627af8be0e..f4d41507b3f 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.556 2007/05/22 09:18:44 robert Exp $ +# $OpenBSD: GENERIC,v 1.557 2007/05/26 19:54:24 todd Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -719,7 +719,6 @@ pseudo-device mtrr 1 # Memory range attributes control pseudo-device nvram 1 pseudo-device sequencer 1 #pseudo-device raid 4 # RAIDframe disk driver -pseudo-device bio 1 # ioctl multiplexing device pseudo-device hotplug 1 # devices hot plugging # mouse & keyboard multiplexor pseudo-devices |