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 | |
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')
-rw-r--r-- | sys/arch/alpha/pci/pci_machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/alpha/pci/tga.c | 6 | ||||
-rw-r--r-- | sys/arch/alpha/pci/tgavar.h | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/alpha/pci/pci_machdep.c b/sys/arch/alpha/pci/pci_machdep.c index e457fb3b7aa..64e71bfb838 100644 --- a/sys/arch/alpha/pci/pci_machdep.c +++ b/sys/arch/alpha/pci/pci_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_machdep.c,v 1.8 1997/04/19 21:51:29 tholo Exp $ */ +/* $OpenBSD: pci_machdep.c,v 1.9 1997/11/06 12:27:03 niklas Exp $ */ /* $NetBSD: pci_machdep.c,v 1.7 1996/11/19 04:57:32 cgd Exp $ */ /* @@ -47,7 +47,7 @@ #include "vga_pci.h" #if NVGA_PCI -#include <alpha/pci/vga_pcivar.h> +#include <dev/pci/vga_pcivar.h> #endif #include "tga.h" diff --git a/sys/arch/alpha/pci/tga.c b/sys/arch/alpha/pci/tga.c index dd27161a797..0185ce99ba9 100644 --- a/sys/arch/alpha/pci/tga.c +++ b/sys/arch/alpha/pci/tga.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tga.c,v 1.10 1997/07/31 13:40:02 kstailey Exp $ */ +/* $OpenBSD: tga.c,v 1.11 1997/11/06 12:27:04 niklas Exp $ */ /* $NetBSD: tga.c,v 1.13 1996/12/05 01:39:37 cgd Exp $ */ /* @@ -48,8 +48,8 @@ #include <alpha/pci/bt485reg.h> #include <dev/rcons/raster.h> -#include <alpha/wscons/wscons_raster.h> -#include <alpha/wscons/wsconsvar.h> +#include <dev/wscons/wscons_raster.h> +#include <dev/wscons/wsconsvar.h> #include <machine/fbio.h> #include <machine/autoconf.h> 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; |