diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2007-05-27 01:50:38 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2007-05-27 01:50:38 +0000 |
commit | 270a9a7991fc15052fe366acf6d9357d9cc9f3b7 (patch) | |
tree | dfaaed198fdec72309acdee8cb3f4281879eb0bb /sys/arch/i386/conf | |
parent | 1a20e9852fe970491d9715f4aba24d835e8ee580 (diff) |
back out bio, breaks dlg's sparc64 v215
prompted by/ok dlg@ deraadt@
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index f4d41507b3f..f3e9dfefc0f 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.557 2007/05/26 19:54:24 todd Exp $ +# $OpenBSD: GENERIC,v 1.558 2007/05/27 01:50:36 todd Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -719,6 +719,7 @@ 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 |