diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-03 04:48:09 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-03 04:48:09 +0000 |
commit | 3dc2bab62b31e6caa1a00fece6004504f8e08033 (patch) | |
tree | c3a44aeae3938880a95422164280589feafe53aa /sys/arch/hp300/stand/ite.c | |
parent | 08e8d869ff1f7248522b236f25044d2744c972dd (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/ite.c')
-rw-r--r-- | sys/arch/hp300/stand/ite.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/arch/hp300/stand/ite.c b/sys/arch/hp300/stand/ite.c index 0d2ae171684..0afe5beb519 100644 --- a/sys/arch/hp300/stand/ite.c +++ b/sys/arch/hp300/stand/ite.c @@ -1,5 +1,5 @@ -/* $OpenBSD: ite.c,v 1.3 1997/01/17 08:32:48 downsj Exp $ */ -/* $NetBSD: ite.c,v 1.11 1996/03/03 04:23:33 thorpej Exp $ */ +/* $OpenBSD: ite.c,v 1.4 1997/02/03 04:48:06 downsj Exp $ */ +/* $NetBSD: ite.c,v 1.12 1997/01/30 10:32:55 thorpej Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -51,9 +51,11 @@ #include <sys/param.h> #include <dev/cons.h> -#include <hp300/dev/device.h> -#include <hp300/stand/itevar.h> + #include <hp300/dev/grfreg.h> + +#include <hp300/stand/device.h> +#include <hp300/stand/itevar.h> #include <hp300/stand/consdefs.h> #include <hp300/stand/samachdep.h> |