cvs commit: src/sys/pci agp.c agpvar.h

John Baldwin jhb at freebsd.org
Tue Dec 20 12:47:25 PST 2005


On Tuesday 20 December 2005 03:18 pm, Scott Long wrote:
> John Baldwin wrote:
> > jhb         2005-12-20 20:05:21 UTC
> >
> >   FreeBSD src repository
> >
> >   Modified files:
> >     sys/pci              agp.c agpvar.h
> >   Log:
> >   Don't map the AGP aperture into contiguous KVA.  The various graphics
> >   drivers already map sections into KVA as needed anyway.  Note that this
> >   will probably break the nvidia driver, but I will coordinate to get
> > that fixed.
> >
> >   MFC after:      2 weeks
> >
> >   Revision  Changes    Path
> >   1.49      +1 -3      src/sys/pci/agp.c
> >   1.3       +0 -1      src/sys/pci/agpvar.h
>
> So this means no more panicing when using a card with 256 or 512MB of RAM?

Well, more that it should mean no more panicing if you set your AGP aperture 
to 256 MB in your BIOS and then start up X11.  I need to verify that I can 
now do this before I MFC this to 6.x.  We are limited to an aperture of 128 
MB at work right now because we run out of KVA when starting X with the 
aperture set to 256.

-- 
John Baldwin <jhb at FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org


More information about the cvs-src mailing list