diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-05-30 08:38:21 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-05-30 08:38:21 +0000 |
commit | cf420b90b3996ee14a8bac1504cd9385fde93e3c (patch) | |
tree | 760e30be32b9f5c0bcbeedf4975e17953e557aff /sys/arch/amd64/conf | |
parent | e65d201d812864ed042fd0345b363525972a2109 (diff) |
Enable hotplug, tested by tedu@.
Diffstat (limited to 'sys/arch/amd64/conf')
-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 65c0c13caa5..843859ceb89 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.19 2004/05/30 08:11:26 grange Exp $ +# $OpenBSD: GENERIC,v 1.20 2004/05/30 08:38:20 grange Exp $ # # GENERIC -- everything that's currently supported # @@ -488,7 +488,7 @@ ises* at pci? dev ? function ? # Pijnenburg PCC-ISES #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 +pseudo-device hotplug 1 # devices hot plugging # mouse & keyboard multiplexor pseudo-devices pseudo-device wsmux 2 |