summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/stand/hil.c
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-02-03 04:48:09 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-02-03 04:48:09 +0000
commit3dc2bab62b31e6caa1a00fece6004504f8e08033 (patch)
treec3a44aeae3938880a95422164280589feafe53aa /sys/arch/hp300/stand/hil.c
parent08e8d869ff1f7248522b236f25044d2744c972dd (diff)
Merge new config(8) support from NetBSD, by Jason Thorpe.
Also add siginfo glue, BOOT_CONFIG, and various other changes.
Diffstat (limited to 'sys/arch/hp300/stand/hil.c')
-rw-r--r--sys/arch/hp300/stand/hil.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/hp300/stand/hil.c b/sys/arch/hp300/stand/hil.c
index 2495be4e3fa..03d2839505c 100644
--- a/sys/arch/hp300/stand/hil.c
+++ b/sys/arch/hp300/stand/hil.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: hil.c,v 1.2 1997/01/17 08:32:44 downsj Exp $ */
-/* $NetBSD: hil.c,v 1.5 1994/10/26 07:27:19 cgd Exp $ */
+/* $OpenBSD: hil.c,v 1.3 1997/02/03 04:48:03 downsj Exp $ */
+/* $NetBSD: hil.c,v 1.6 1997/01/30 10:32:53 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -46,11 +46,13 @@
/*
* Keyboard routines for the standalone ITE.
*/
+
#include "samachdep.h"
#ifdef ITECONSOLE
#include <sys/param.h>
+#include <sys/device.h> /* XXX */
#include <hp300/dev/hilreg.h>
#include <hp300/dev/kbdmap.h>
#include <hp300/dev/itevar.h>