diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-18 16:29:13 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-18 16:29:13 +0000 |
commit | d1fe6131ab9fc5458943aa68e2baad2d3e415f5f (patch) | |
tree | 4b7ad74c8e84f80d6a07420178e5688ffbe435ae /sys/arch | |
parent | dddd1704449597becfc700482acf1880af9e0a57 (diff) |
Add hotplug support.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/zaurus/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC index 5aa140667f8..34fbe4c5a96 100644 --- a/sys/arch/zaurus/conf/GENERIC +++ b/sys/arch/zaurus/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.18 2005/01/17 22:58:01 miod Exp $ +# $OpenBSD: GENERIC,v 1.19 2005/01/18 16:29:12 drahn Exp $ # # GENERIC machine description file # @@ -181,3 +181,4 @@ wsdisplay* at lcd? console ? # Pseudo-Devices pseudo-device wsmux 2 # mouse & keyboard multiplexor pseudo-device crypto 1 +pseudo-device hotplug 1 # devices hot plugging |