From owner-freebsd-current@FreeBSD.ORG Thu May 19 16:28:47 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C7071065670 for ; Thu, 19 May 2011 16:28:47 +0000 (UTC) (envelope-from deeptech71@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 39F218FC0A for ; Thu, 19 May 2011 16:28:46 +0000 (UTC) Received: by ywf7 with SMTP id 7so1246307ywf.13 for ; Thu, 19 May 2011 09:28:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=WcZlnmiim8l8Rswih6ND9BZ+YUlUFDFAW5j0xOBcYCQ=; b=u0MmyiQCiyEjn53FvkDrFusghq1bOn/en4LTJ8D8myynLr8Rs2XbE3mhSBMTntzgfq WO2mZsSm34b4hG+oegIpiYJw3ULcPRtphHUn9W807JCrAUqm6eURvcEIjr3ADjbPkip8 BEZXJT52dv0kg4z0vUh1Z3H8K87NFBt2DDqr0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=f6HY4Qc5ulvdalCfxEDC3B5xGb8y1GolRyFsKiJ4MnR4L67Eag2hQcNM6UbEMOIADY dMNiE/0Y5xPklce4+NRJVVHOocGuFK/CRFpG2T4p4vGYdHiPVPpOFzhmPQtY67FpJJ0x i+yeSpHyWsPA7rlrR7TNHMKxcD2QkZK+0wOSg= MIME-Version: 1.0 Received: by 10.236.92.116 with SMTP id i80mr3558617yhf.348.1305822526418; Thu, 19 May 2011 09:28:46 -0700 (PDT) Received: by 10.236.107.197 with HTTP; Thu, 19 May 2011 09:28:46 -0700 (PDT) In-Reply-To: <201105190813.37908.jhb@freebsd.org> References: <201105171640.11148.jhb@freebsd.org> <201105190813.37908.jhb@freebsd.org> Date: Thu, 19 May 2011 18:28:46 +0200 Message-ID: From: "deeptech71@gmail.com" To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: pcib allocation failure X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2011 16:28:47 -0000 On Thu, May 19, 2011 at 2:13 PM, John Baldwin wrote: > Yeah, your BIOS continues to behave very poorly. =A0Please try this hack = to see > if it allows your video to still work with any AGP aperture size: > > Index: pci_pci.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- pci_pci.c =A0 (revision 222093) > +++ pci_pci.c =A0 (working copy) > @@ -231,7 +231,9 @@ pcib_alloc_window(struct pcib_softc *sc, struct pc > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0w->name, (uintmax_t)w->base, (uint= max_t)w->limit); > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0w->base =3D max_address; > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0w->limit =3D 0; > +#if 0 > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0pcib_write_windows(sc, w->mask); > +#endif > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0return; > =A0 =A0 =A0 =A0} > =A0 =A0 =A0 =A0pcib_activate_window(sc, type); does not.