diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2005-04-01 19:49:12 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2005-04-01 19:49:12 +0000 |
commit | 508d3f1b5ceefc9abb1196e5cd74c03c36676c56 (patch) | |
tree | 31c43f800f214923e0dc007b49149c6bb3ada9f5 /sys | |
parent | 8806c31b2d041ee8dd4cf59c09ac4c8113d2d8f9 (diff) |
undo, need to redo copyinstr first :(
Diffstat (limited to 'sys')
-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 97a94efd577..55e5b8384aa 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.58 2005/04/01 19:46:58 marco Exp $ +# $OpenBSD: GENERIC,v 1.59 2005/04/01 19:49:11 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 |