diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-08-21 21:42:31 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-08-21 21:42:31 +0000 |
commit | 32233cbea00059b62b2cb41171efdac6f6745e5a (patch) | |
tree | 37f2f466c5efcd89191559c7cae5fb7d17f6a868 /sys/arch/sparc64/include/z8530var.h | |
parent | b7839ed5b9eb410077a97b34afb12d65daa80169 (diff) |
zs and all it's associated stuff (all from NetBSD).. Works on my ultra1,
but still needs tweaks (wedging this into OpenBSD is worse than square
peg in round hole).
Diffstat (limited to 'sys/arch/sparc64/include/z8530var.h')
-rw-r--r-- | sys/arch/sparc64/include/z8530var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/z8530var.h b/sys/arch/sparc64/include/z8530var.h index 4399274c6c2..402212b0eb5 100644 --- a/sys/arch/sparc64/include/z8530var.h +++ b/sys/arch/sparc64/include/z8530var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: z8530var.h,v 1.2 2001/08/20 20:23:52 jason Exp $ */ +/* $OpenBSD: z8530var.h,v 1.3 2001/08/21 21:42:30 jason Exp $ */ /* $NetBSD: z8530var.h,v 1.4 2000/11/08 23:41:42 eeh Exp $ */ /* @@ -46,7 +46,7 @@ */ #include <machine/bus.h> -#include <dev/ic/z8530sc.h> +#include <sparc64/dev/z8530sc.h> /* * Need to override cn_console_dev() for zstty and zskbd. |