Fix build of vt_xboxfb.

This commit is contained in:
Robert Millan 2014-01-08 14:36:35 +00:00
parent e4b141d4eb
commit 57a9b881a3

View File

@ -187,7 +187,7 @@ xbox_init(struct vt_device *vd)
if (!arch_i386_is_xbox) if (!arch_i386_is_xbox)
return (CN_DEAD); return (CN_DEAD);
sc->xbox_fb_tag = I386_BUS_SPACE_MEM; sc->xbox_fb_tag = X86_BUS_SPACE_MEM;
sc->xbox_fb_handle = PAGE_SIZE; sc->xbox_fb_handle = PAGE_SIZE;
vd->vd_width = VT_XBOX_WIDTH; vd->vd_width = VT_XBOX_WIDTH;