Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2014 14:36:35 +0000 (UTC)
From:      Robert Millan <rmh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r260449 - head/sys/dev/vt/hw/xboxfb
Message-ID:  <201401081436.s08EaZi3014979@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401081436.s08EaZi3014979>