summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/conf/files.hp300
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-04-22 11:59:12 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-04-22 11:59:12 +0000
commit45d66f70648de09cb68227f7bc36df4b3c144a6d (patch)
tree6b3e10f3990bb400d467dcadb21cf4f03b7aa764 /sys/arch/hp300/conf/files.hp300
parent2859385583ab340f0cbf668de9bb48e8553d3e76 (diff)
Driver for the Apollo Domain keyboard and mouse, for the HP 9000/4xx series.
Claims the console keyboard if a keyboard is detected at boot time, otherwise HIL is preferred (but due to wsmux both can be used simultaneously).
Diffstat (limited to 'sys/arch/hp300/conf/files.hp300')
-rw-r--r--sys/arch/hp300/conf/files.hp3006
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/hp300/conf/files.hp300 b/sys/arch/hp300/conf/files.hp300
index 2ab51c9af7d..deee9683ae5 100644
--- a/sys/arch/hp300/conf/files.hp300
+++ b/sys/arch/hp300/conf/files.hp300
@@ -1,4 +1,4 @@
-# $OpenBSD: files.hp300,v 1.27 2005/03/08 20:00:23 tdeval Exp $
+# $OpenBSD: files.hp300,v 1.28 2005/04/22 11:59:11 miod Exp $
# $NetBSD: files.hp300,v 1.28 1997/05/12 08:23:28 thorpej Exp $
#
# hp300-specific configuration info
@@ -49,14 +49,16 @@ attach frodo at intio
file arch/hp300/dev/frodo.c frodo
# Apollo Keyboard and mouse
-device dnkbd
+device dnkbd: wskbddev, wsmousedev
attach dnkbd at frodo
file arch/hp300/dev/dnkbd.c dnkbd needs-flag
+file arch/hp300/dev/dnkbdmap.c dnkbd
# Apollo APCI 8250-like UARTs
device apci
attach apci at frodo
file arch/hp300/dev/apci.c apci needs-flag
+file arch/hp300/dev/apci_subr.c apci | dnkbd
# "workstation console" routines
include "dev/rasops/files.rasops"