From 8fd40781e9157c26315a13657f21a53da243a39e Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Fri, 25 Jan 2002 03:24:54 +0000 Subject: move the scancode -> wskbd event map into a seperate file... more still to move, though. --- sys/arch/sparc64/conf/files.sparc64 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'sys/arch/sparc64/conf') 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 -- cgit v1.2.3