summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-10-18 17:39:55 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-10-18 17:39:55 +0000
commit0d6fb507789c8998e96e421e68547e4d7181b666 (patch)
tree7d5cf162a6e945f38bd6be6039e3e7b5d8a6f9f5 /sys/arch
parent0d26fb4dac8e1a3822d8362ad651e95c12e1dace (diff)
Define a new attribute, pckbcslot, which pckbc and gsckbc provide, and to
which pckbd and pms attach. This makes it simpler to add new controllers pckbd/pms can attach to.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/conf/files.hppa6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa
index 6cdb930d46e..9241d3b5392 100644
--- a/sys/arch/hppa/conf/files.hppa
+++ b/sys/arch/hppa/conf/files.hppa
@@ -1,4 +1,4 @@
-# $OpenBSD: files.hppa,v 1.73 2007/08/24 15:17:52 kettenis Exp $
+# $OpenBSD: files.hppa,v 1.74 2007/10/18 17:39:52 miod Exp $
#
# hppa-specific configuration info
@@ -270,13 +270,13 @@ file arch/hppa/gsc/harmony.c harmony
#file dev/pci/myri.c myri
# PS/2 input ports
-#device gsckbc {[slot = -1]}
+device gsckbc: pckbcslot
attach gsckbc at gsc
file arch/hppa/gsc/gsckbc.c gsckbc
# PS/2 keyboard
device gsckbd: wskbddev
-attach gsckbd at gsckbc
+attach gsckbd at pckbcslot
file arch/hppa/gsc/gsckbd.c gsckbd needs-flag
file arch/hppa/gsc/gsckbdmap.c gsckbd