diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-03-15 21:12:29 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-03-15 21:12:29 +0000 |
commit | 02808a55812c58518f348a2021f62a1f59d2921a (patch) | |
tree | efc36cbf31a2e7402291108d6d45cad7c9d1fbbe | |
parent | afafedd10667d1967791831ae2df6b34365dd988 (diff) |
enable hotplug on macppc, been using it for some time, forgot it wasn't enabled.
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index f5d16190c16..9f405d019f8 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.72 2005/03/05 23:58:43 tdeval Exp $g +# $OpenBSD: GENERIC,v 1.73 2005/03/15 21:12:28 drahn Exp $g # # PPC GENERIC config file # @@ -250,5 +250,5 @@ ch* at scsibus? ss* at scsibus? uk* at scsibus? -#pseudo-device hotplug 1 # devices hot plugging +pseudo-device hotplug 1 # devices hot plugging pseudo-device wsmux 2 # mouse & keyboard multiplexor |