diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-19 20:52:42 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-19 20:52:42 +0000 |
commit | 8f4ac62206b30658751175b952d85db4f68ab6ad (patch) | |
tree | 12f42d31ce80657aa5d0c741d74069be890cc001 /sys/arch/landisk | |
parent | 600fc8653d180d802da3eaa398f2c5212f415063 (diff) |
add pseudo-device hotplug.
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r-- | sys/arch/landisk/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/landisk/conf/GENERIC b/sys/arch/landisk/conf/GENERIC index dbd618bae6b..9c3111e67fe 100644 --- a/sys/arch/landisk/conf/GENERIC +++ b/sys/arch/landisk/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.28 2010/11/15 19:07:34 damien Exp $ +# $OpenBSD: GENERIC,v 1.29 2010/11/19 20:52:41 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -179,5 +179,5 @@ audio* at btsco? sd* at scsibus? # SCSI disk drives cd* at scsibus? # SCSI CD-ROM drives -# mouse & keyboard multiplexor pseudo-devices -pseudo-device wsmux 2 +pseudo-device hotplug 1 # devices hot plugging +pseudo-device wsmux 2 # mouse & keyboard multiplexor |