Date: Thu, 22 May 2003 22:10:49 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fb vga.c Message-ID: <200305230510.h4N5Anoj013766@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2003/05/22 22:10:49 PDT FreeBSD src repository Modified files: sys/dev/fb vga.c Log: Low risk amd64 fix. Use a vm_offset_t for the virtual location of the buffer space instead of a u_int32_t. Otherwise the upper 32 bits of the address space get truncated and syscons blows up. Approved by: re (safe, low risk amd64 fixes) Revision Changes Path 1.27 +2 -2 src/sys/dev/fb/vga.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305230510.h4N5Anoj013766>