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/hp300/conf | |
parent | 600fc8653d180d802da3eaa398f2c5212f415063 (diff) |
add pseudo-device hotplug.
Diffstat (limited to 'sys/arch/hp300/conf')
-rw-r--r-- | sys/arch/hp300/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 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 |