diff options
author | 2010-11-19 20:52:39 +0000 | |
---|---|---|
committer | 2010-11-19 20:52:39 +0000 | |
commit | e5ce9a1363914f842035f1c7d9c817a02144b0c9 (patch) | |
tree | 65b7c3cc2dd63e022a55c9f5848ba725691837b1 | |
parent | - drop dhcp group from interfaces which did not go UP and got (diff) | |
download | wireguard-openbsd-e5ce9a1363914f842035f1c7d9c817a02144b0c9.tar.xz wireguard-openbsd-e5ce9a1363914f842035f1c7d9c817a02144b0c9.zip |
add pseudo-device hotplug.
-rw-r--r-- | sys/arch/hp300/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/landisk/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/sparc/conf/GENERIC | 5 |
3 files changed, 9 insertions, 7 deletions
diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC index 66eba0bf90d..0e4187c53a2 100644 --- a/sys/arch/hp300/conf/GENERIC +++ b/sys/arch/hp300/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.50 2010/07/03 03:59:16 krw Exp $ +# $OpenBSD: GENERIC,v 1.51 2010/11/19 20:52:39 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -132,4 +132,5 @@ uk* at scsibus? # unknown SCSI devices # ISA devices #isa* at isabr? -pseudo-device wsmux 2 # mouse and keyboard multiplexor +pseudo-device hotplug 1 # devices hot plugging +pseudo-device wsmux 2 # mouse and keyboard multiplexor 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 diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index 7c35345baa9..8563b4cf81c 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.99 2010/08/30 20:40:39 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.100 2010/11/19 20:52:41 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -367,4 +367,5 @@ fd* at fdc0 # the drive itself # Prestoserve NVRAM #presto* at sbus? -pseudo-device wsmux 2 # mouse & keyboard multiplexor +pseudo-device hotplug 1 # devices hot plugging +pseudo-device wsmux 2 # mouse & keyboard multiplexor |