Date: Wed, 25 Jun 2008 09:19:04 -0400 From: John Baldwin <jhb@freebsd.org> To: "Daniel O'Connor" <doconnor@gsoft.com.au> Cc: freebsd-stable@freebsd.org Subject: Re: AGP bridge detected as pcib Message-ID: <200806250919.04669.jhb@freebsd.org> In-Reply-To: <200806250909.48119.doconnor@gsoft.com.au> References: <200806172120.41978.doconnor@gsoft.com.au> <200806241114.17140.jhb@freebsd.org> <200806250909.48119.doconnor@gsoft.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 24 June 2008 07:39:20 pm Daniel O'Connor wrote: > On Wed, 25 Jun 2008, John Baldwin wrote: > > > Nothing in /dev though.. > > > [midget 22:56] ~ >ls -la /dev/agp* > > > zsh: no match > > > > And does kldstat -vv | grep agp show anything? > > Yes. > [midget 9:01] ~ >kldstat -vv| grep agp > 438 hostb/agp_ali > 439 hostb/agp_amd > 440 hostb/agp_amd64 > 441 hostb/agp_ati > 442 vgapci/agp_i810 > 443 hostb/agp_intel > 444 hostb/agp_nvidia > 445 hostb/agp_sis > 446 hostb/agp_via I would add start adding printfs to the amd64 probe adn attach routines. Note that in 7.0 because of the hostb changes you can now kldload agp after boot which may aid in testing. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806250919.04669.jhb>