diff options
author | jhb <jhb@FreeBSD.org> | 2012-03-30 19:10:14 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2012-03-30 19:10:14 +0000 |
commit | 1dd88fec2f6597efdfc693ade6e17b4a47b033c3 (patch) | |
tree | 161cbbe2aa356e52b3a8f55150dbf79b719a1c47 /sys/i386/xbox | |
parent | 95442a8d4060729a622715e850786a53276fd123 (diff) | |
download | FreeBSD-src-1dd88fec2f6597efdfc693ade6e17b4a47b033c3.zip FreeBSD-src-1dd88fec2f6597efdfc693ade6e17b4a47b033c3.tar.gz |
Move the legacy(4) driver to x86.
Diffstat (limited to 'sys/i386/xbox')
-rw-r--r-- | sys/i386/xbox/xboxfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/xbox/xboxfb.c b/sys/i386/xbox/xboxfb.c index 5d83d12..cc014bc 100644 --- a/sys/i386/xbox/xboxfb.c +++ b/sys/i386/xbox/xboxfb.c @@ -54,7 +54,7 @@ __FBSDID("$FreeBSD$"); #include <vm/pmap.h> #include <machine/bus.h> #include <machine/xbox.h> -#include <machine/legacyvar.h> +#include <x86/legacyvar.h> #include <dev/fb/fbreg.h> #include <dev/fb/gfb.h> #include <dev/syscons/syscons.h> |