summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2009-09-23 20:49:14 +0000
committerjkim <jkim@FreeBSD.org>2009-09-23 20:49:14 +0000
commit4f6b75d3582dc31a63fd718d187e6e266ffb2bbc (patch)
tree0a913ff27a7b4b7b8968466002423bf0d5e59bc0 /sys/dev/fb
parent8f4cddf2f3de48493269ec85b7d3a2966a7145dd (diff)
downloadFreeBSD-src-4f6b75d3582dc31a63fd718d187e6e266ffb2bbc.zip
FreeBSD-src-4f6b75d3582dc31a63fd718d187e6e266ffb2bbc.tar.gz
Move sys/dev/x86bios to sys/compat/x86bios.
It may not be optimal but it is clearly better than the old place. OK'ed by: delphij, paradox (ddkprog yahoo com)
Diffstat (limited to 'sys/dev/fb')
-rw-r--r--sys/dev/fb/vesa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fb/vesa.c b/sys/dev/fb/vesa.c
index a91d1f0..f6c6d6a 100644
--- a/sys/dev/fb/vesa.c
+++ b/sys/dev/fb/vesa.c
@@ -53,7 +53,7 @@ __FBSDID("$FreeBSD$");
#include <isa/isareg.h>
-#include <dev/x86bios/x86bios.h>
+#include <compat/x86bios/x86bios.h>
#define VESA_VIA_CLE266 "VIA CLE266\r\n"
OpenPOWER on IntegriCloud