summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/vga_pci.c
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1997-11-06 02:53:41 +0000
committerniklas <niklas@openbsd.org>1997-11-06 02:53:41 +0000
commitd56e8d62d2e40dece580eb7cff6a8c4c669a8479 (patch)
tree6d95cd4506bd8470d35026ecfdfcaffa57116a9b /sys/dev/pci/vga_pci.c
parentoops (diff)
downloadwireguard-openbsd-d56e8d62d2e40dece580eb7cff6a8c4c669a8479.tar.xz
wireguard-openbsd-d56e8d62d2e40dece580eb7cff6a8c4c669a8479.zip
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.c4
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;