diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-10-18 17:39:55 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-10-18 17:39:55 +0000 |
commit | 0d6fb507789c8998e96e421e68547e4d7181b666 (patch) | |
tree | 7d5cf162a6e945f38bd6be6039e3e7b5d8a6f9f5 /sys/arch | |
parent | 0d26fb4dac8e1a3822d8362ad651e95c12e1dace (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.hppa | 6 |
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 |