From owner-freebsd-stable@FreeBSD.ORG Tue Jun 24 13:05:13 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98CC510656AA for ; Tue, 24 Jun 2008 13:05:13 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 3BA8C8FC1B for ; Tue, 24 Jun 2008 13:05:13 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [IPv6:2001:470:1f11:75:2a0:d2ff:fe18:8b38]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m5OD55Kn045459; Tue, 24 Jun 2008 09:05:05 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-stable@freebsd.org Date: Tue, 24 Jun 2008 08:58:30 -0400 User-Agent: KMail/1.9.7 References: <200806172120.41978.doconnor@gsoft.com.au> <200806231050.03856.jhb@freebsd.org> <200806240946.58289.doconnor@gsoft.com.au> In-Reply-To: <200806240946.58289.doconnor@gsoft.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806240858.30701.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:2001:470:1f11:75::1]); Tue, 24 Jun 2008 09:05:06 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.1/7542/Mon Jun 23 12:42:14 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Subject: Re: AGP bridge detected as pcib X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2008 13:05:13 -0000 On Monday 23 June 2008 08:16:50 pm Daniel O'Connor wrote: > On Tue, 24 Jun 2008, John Baldwin wrote: > > On Tuesday 17 June 2008 07:50:34 am Daniel O'Connor wrote: > > > Hi, > > > I have an Epox 8HDAIPRO motherboard - > > > http://www.epox.com/usA/product.asp?ID=EP-8HDAIPRO and its AGP slot > > > is detected as pcib rather than agp as I would expect. I do have > > > agp in the kernel -> > > > > In 7.0 agp0 will be a child device of the hostbX device. pciconf > > -lcv might be useful. > > Here you go! > > hostb0@pci0:0:0:0: class=0x060000 card=0x02821106 chip=0x02821106 > rev=0x00 hdr=0x00 vendor = 'VIA Technologies Inc' > device = 'K8T880Pro CPU to PCI Bridge' > class = bridge > subclass = HOST-PCI > cap 02[80] = AGP v3 SBA disabled > cap 01[50] = powerspec 2 supports D0 D3 current D0 > cap 08[60] = HT slave > cap 08[58] = HT interrupt Ok, so this is the host side of AGP. Do you see any agpX devices in devinfo -v output? -- John Baldwin