Date: Thu, 19 May 2011 18:28:46 +0200 From: "deeptech71@gmail.com" <deeptech71@gmail.com> To: freebsd-current@freebsd.org Subject: Re: pcib allocation failure Message-ID: <BANLkTi=DDvse1=igYPNo4xJQ0cHNTapQwA@mail.gmail.com> In-Reply-To: <201105190813.37908.jhb@freebsd.org> References: <BANLkTikTHFTHff5iuPDMxR6zhezEcTaZSA@mail.gmail.com> <201105171640.11148.jhb@freebsd.org> <BANLkTimxj_Aup-RMONbA_gZQ8wCc15G5uQ@mail.gmail.com> <201105190813.37908.jhb@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 19, 2011 at 2:13 PM, John Baldwin <jhb@freebsd.org> wrote: > Yeah, your BIOS continues to behave very poorly. Please try this hack to see > if it allows your video to still work with any AGP aperture size: > > Index: pci_pci.c > =================================================================== > --- pci_pci.c (revision 222093) > +++ pci_pci.c (working copy) > @@ -231,7 +231,9 @@ pcib_alloc_window(struct pcib_softc *sc, struct pc > w->name, (uintmax_t)w->base, (uintmax_t)w->limit); > w->base = max_address; > w->limit = 0; > +#if 0 > pcib_write_windows(sc, w->mask); > +#endif > return; > } > pcib_activate_window(sc, type); does not.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTi=DDvse1=igYPNo4xJQ0cHNTapQwA>
