diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-06 02:53:49 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-06 02:53:49 +0000 |
commit | b872f9fa4575b98787eaced8af9fca0c99928134 (patch) | |
tree | 68a4d2700ecd21acf8a1dffb9f47e7f46be2c554 /sys/dev/pci/vga_pci.c | |
parent | 2febeae79750eda8ec1f12e36eadeafb7f85fede (diff) |
We need an MI vga driver. The alpha one was most MI. Not entirely yet though.
Some files were move behind CVS back.
Diffstat (limited to 'sys/dev/pci/vga_pci.c')
-rw-r--r-- | sys/dev/pci/vga_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c index 270751d482e..1b6c0be351d 100644 --- a/sys/dev/pci/vga_pci.c +++ b/sys/dev/pci/vga_pci.c @@ -42,8 +42,8 @@ #include <dev/pci/pcivar.h> #include <dev/pci/pcidevs.h> -#include <alpha/dev/vgavar.h> -#include <alpha/pci/vga_pcivar.h> +#include <dev/ic/vgavar.h> +#include <dev/pci/vga_pcivar.h> struct vga_pci_softc { struct device sc_dev; |