Date: Tue, 27 Dec 2005 11:31:15 -0500 From: John Baldwin <jhb@freebsd.org> To: Norikatsu Shigemura <nork@freebsd.org> Cc: Dmitry Pryanishnikov <dmitry@atlantis.dp.ua>, freebsd-current@freebsd.org Subject: Re: vgapci doesn't want to attach agp on ASUS M5A Message-ID: <200512271131.16479.jhb@freebsd.org> In-Reply-To: <20051226014329.152c6918.nork@FreeBSD.org> References: <20051225135216.Y1294@atlantis.atlantis.dp.ua> <20051226014329.152c6918.nork@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 25 December 2005 11:43 am, Norikatsu Shigemura wrote: > On Sun, 25 Dec 2005 14:28:47 +0200 (EET) > > Dmitry Pryanishnikov <dmitry@atlantis.dp.ua> wrote: > > I've tried both to compile devices agp,drm,i915 to the kernel and load > > them via /boot/loader.conf - result with the stock kernel was the same: > > vgapci0: <VGA-compatible display> port 0xec00-0xec07 mem > > 0xfeb80000-0xfebfffff,0xd0000000-0xdfffffff,0xfeb40000-0xfeb7ffff irq > > 16 at device 2.0 on pci0 > > drm0: <Intel i915GM> on vgapci0 > > error: [drm:pid0:drm_load] *ERROR* Card isn't AGP, or couldn't initialize > > AGP. device_attach: drm0 attach returned 12 > > I had to hack /sys/dev/pci/vga_pci.c: > > I have same problem in my i830M, too and fixed Dmitry's patch. > According to my pciconf -rb, pci_find_extcap(dev, PCIY_AGP, NULL) > never find PCIY_AGP(because of 0x01). Ok. I don't see any patch anywhere, but it sounds like you'll need to fix the DRM driver to not expect an AGP capability for this specific card or some such. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512271131.16479.jhb>