From owner-freebsd-bugs Tue Jan 14 7:50: 9 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA42037B401 for ; Tue, 14 Jan 2003 07:50:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BEC043F5F for ; Tue, 14 Jan 2003 07:50:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EFo6NS043806 for ; Tue, 14 Jan 2003 07:50:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0EFo64k043805; Tue, 14 Jan 2003 07:50:06 -0800 (PST) Date: Tue, 14 Jan 2003 07:50:06 -0800 (PST) Message-Id: <200301141550.h0EFo64k043805@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Holm Subject: Re: kern/46983: Support for AGP on Apollo Pro 133A Reply-To: David Holm Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/46983; it has been noted by GNATS. From: David Holm To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/46983: Support for AGP on Apollo Pro 133A Date: Tue, 14 Jan 2003 16:44:55 +0100 With the standard agp module preloaded I get the following: pcib1: could not get PCI interrupt routing table for \\_SB_.PCI0.AGP_ - AE_NOT_FOUND With my modified version I get: Preloaded elf module "/boot/kernel/agp.ko" at 0xc0551154. agp0: mem 0xe0000000-0xefffffff at device 0.0 on pci0 pcib1: could not get PCI interrupt routing table for \\_SB_.PCI0.AGP_ - AE_NOT_FOUND I added some debug output to agp_via.c to see what was going on: agp0: id is 0x6051106 (<- it prints the device id returned by pci_get_devid(dev)) After this follows: pcib1: at device 1.0 on pci0 pcib1: could not get PCI interrupt routing table for \\_SB_.PCI0.AGP_ - AE_NOT_FOUND pci1: on pcib1 pci1: at device 0.0 (no driver attached) It seems it never enters the generic but goes past it and returns NULL. (I even modified the line to and the result of pci_get_vendor(dev) with 0xffff) I have an Asus CUV4X which has the Apollo Pro 133A chipset, confirmed by acpi: acpi0: on motherboard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message