diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-01-25 03:24:54 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-01-25 03:24:54 +0000 |
commit | 8fd40781e9157c26315a13657f21a53da243a39e (patch) | |
tree | 0793c33e8b85d1d09c0dfacbddcb603068d1a711 /sys/arch/sparc64/conf | |
parent | 75bde044c48199d317a5b7caf35a986602dc4e17 (diff) |
move the scancode -> wskbd event map into a seperate file... more still
to move, though.
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/files.sparc64 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index 4de44186455..93faaa99637 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.26 2002/01/24 15:54:37 jason Exp $ +# $OpenBSD: files.sparc64,v 1.27 2002/01/25 03:24:53 jason Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -98,7 +98,10 @@ file arch/sparc64/dev/ce4231.c audioce attach com at ebus with com_ebus file arch/sparc64/dev/com_ebus.c com_ebus -device comkbd: tty, wskbddev +define sunkbd +file dev/sun/sunkbd.c sunkbd + +device comkbd: tty, wskbddev, sunkbd attach comkbd at ebus file arch/sparc64/dev/comkbd_ebus.c comkbd @@ -112,8 +115,7 @@ device zstty: tty attach zstty at zs file arch/sparc64/dev/z8530tty.c zstty needs-flag -define zskbd {} -device zskbd: tty, wskbddev +device zskbd: tty, wskbddev, sunkbd attach zskbd at zs file arch/sparc64/dev/z8530kbd.c zskbd needs-flag |