diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-06 12:27:10 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-06 12:27:10 +0000 |
commit | f5902371f82ba0a4cdeae260a9bfa286bb43df23 (patch) | |
tree | 71e52b49b50dfc44c624c33d2f4679ba71aca1b1 /sys/arch/alpha/pci/tgavar.h | |
parent | f31ea30fa71988df28fa8172d41c4bf4968a55d9 (diff) |
Add some missing things for the MI vga driver. Move wscons to an MI place as
well. $OpenBSD$ tagging
Diffstat (limited to 'sys/arch/alpha/pci/tgavar.h')
-rw-r--r-- | sys/arch/alpha/pci/tgavar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/alpha/pci/tgavar.h b/sys/arch/alpha/pci/tgavar.h index 460f39a1799..71529d34750 100644 --- a/sys/arch/alpha/pci/tgavar.h +++ b/sys/arch/alpha/pci/tgavar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tgavar.h,v 1.6 1996/12/08 00:20:52 niklas Exp $ */ +/* $OpenBSD: tgavar.h,v 1.7 1997/11/06 12:27:04 niklas Exp $ */ /* $NetBSD: tgavar.h,v 1.6 1996/10/23 04:12:36 cgd Exp $ */ /* @@ -30,8 +30,8 @@ #include <machine/tgareg.h> #include <dev/rcons/raster.h> -#include <alpha/wscons/wsconsvar.h> -#include <alpha/wscons/wscons_raster.h> +#include <dev/wscons/wsconsvar.h> +#include <dev/wscons/wscons_raster.h> struct tga_devconfig; struct fbcmap; |