summaryrefslogtreecommitdiffstats
path: root/sys/isa/vga_isa.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-05-01 04:23:15 +0000
committerpeter <peter@FreeBSD.org>2003-05-01 04:23:15 +0000
commit01deb99c4c644d64128b361e94a1534eae19349b (patch)
treea7fe7a1f728515da139c7137b8d42f85e30513b4 /sys/isa/vga_isa.c
parent42a3e790d10389251800732cf690e8fb73542a6f (diff)
downloadFreeBSD-src-01deb99c4c644d64128b361e94a1534eae19349b.zip
FreeBSD-src-01deb99c4c644d64128b361e94a1534eae19349b.tar.gz
Only use the pc bios stuff on i386's. I think this might even be unused
there too.
Diffstat (limited to 'sys/isa/vga_isa.c')
-rw-r--r--sys/isa/vga_isa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/isa/vga_isa.c b/sys/isa/vga_isa.c
index e0da2c3..1b7b2ec 100644
--- a/sys/isa/vga_isa.c
+++ b/sys/isa/vga_isa.c
@@ -46,7 +46,9 @@
#include <vm/pmap.h>
#include <machine/md_var.h>
+#ifdef __i386__
#include <machine/pc/bios.h>
+#endif
#include <dev/fb/fbreg.h>
#include <dev/fb/vgareg.h>
OpenPOWER on IntegriCloud