Date: Thu, 10 Sep 2009 16:06:53 -0400 From: John Baldwin <jhb@freebsd.org> To: Nick Hibma <n_hibma@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r197076 - head/sys/dev/agp Message-ID: <200909101606.54441.jhb@freebsd.org> In-Reply-To: <200909101924.n8AJOkKB028848@svn.freebsd.org> References: <200909101924.n8AJOkKB028848@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 10 September 2009 3:24:46 pm Nick Hibma wrote: > Author: n_hibma > Date: Thu Sep 10 19:24:46 2009 > New Revision: 197076 > URL: http://svn.freebsd.org/changeset/base/197076 > > Log: > Move the printing of aperture size and stolen memory behind bootverbose. > None of the other AGP drivers actually displays this information at all, Note that agp_i810 is different in that it is used for the on-board integrated Intel graphics and attaches to the display adapter (vgapciX) not to the AGP bridge (hostbX). That is why other AGP drivers do not display the information; it is not relevant since AGP bridge drivers do not "steal" system RAM for a video frame buffer. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909101606.54441.jhb>