svn commit: r260449 - head/sys/dev/vt/hw/xboxfb

Robert Millan rmh at FreeBSD.org
Wed Jan 8 14:36:36 UTC 2014


Author: rmh
Date: Wed Jan  8 14:36:35 2014
New Revision: 260449
URL: http://svnweb.freebsd.org/changeset/base/260449

Log:
  Fix build of vt_xboxfb.

Modified:
  head/sys/dev/vt/hw/xboxfb/xboxfb.c

Modified: head/sys/dev/vt/hw/xboxfb/xboxfb.c
==============================================================================
--- head/sys/dev/vt/hw/xboxfb/xboxfb.c	Wed Jan  8 13:59:33 2014	(r260448)
+++ head/sys/dev/vt/hw/xboxfb/xboxfb.c	Wed Jan  8 14:36:35 2014	(r260449)
@@ -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;


More information about the svn-src-head mailing list