Fix build of vt_xboxfb.

This commit is contained in:
Robert Millan 2014-01-08 14:36:35 +00:00
parent e4b141d4eb
commit 57a9b881a3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260449

View file

@ -187,7 +187,7 @@ xbox_init(struct vt_device *vd)
if (!arch_i386_is_xbox)
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;
vd->vd_width = VT_XBOX_WIDTH;