diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2005-04-01 19:46:59 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2005-04-01 19:46:59 +0000 |
commit | 8806c31b2d041ee8dd4cf59c09ac4c8113d2d8f9 (patch) | |
tree | 97059c1a1c296327e215ae493d5d3b66604cc17c | |
parent | e0007c634100576a322e876d400fe69e2f5db396 (diff) |
enable bio(4) in GENERIC
<deraadt> do it.
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 1c2fc6d93ac..97a94efd577 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.57 2005/03/16 18:56:48 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.58 2005/04/01 19:46:58 marco Exp $ # # GENERIC -- everything that's currently supported # @@ -395,7 +395,7 @@ safe* at pci? # SafeNet SafeXcel 1141/1741 #pseudo-device sequencer 1 #pseudo-device raid 4 # RAIDframe disk driver -#pseudo-device bio 1 # ioctl multiplexing device +pseudo-device bio 1 # ioctl multiplexing device pseudo-device hotplug 1 # devices hot plugging # mouse & keyboard multiplexor pseudo-devices |