Date: Tue, 14 Jan 2003 21:35:36 +0100 From: David Holm <david@realityrift.com> To: John Baldwin <jhb@FreeBSD.org> Cc: current@FreeBSD.org Subject: Re: Important, agp_via.c missing PCI ID! Message-ID: <20030114213536.38e0311b.david@realityrift.com> In-Reply-To: <XFMail.20030114142021.jhb@FreeBSD.org> References: <20030114041201.2e12d70c.david@realityrift.com> <XFMail.20030114142021.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 14 Jan 2003 14:20:21 -0500 (EST) John Baldwin <jhb@FreeBSD.org> wrote: > > On 14-Jan-2003 David Holm wrote: > > > > My mistake, I didn't preload the module. I thought I could load it on a booted system. > > Anyway, 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: <VIA 82C694X (Apollo Pro 133A) host to PCI bridge> mem 0xe0000000-0xefffffff at device > > 0.0 > > > > 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)) > > Could you print out the results of pci_get_vendor()? If it's not 0x1106 > then there might be some other bug. > It returns 1106, but it seems to work with the generic now for some reason... Did anyone change the code recently? Preloaded elf module "/boot/kernel/agp.ko" at 0xc0676154. agp0: Vendor id 1106 agp0: <VIA Generic host to PCI bridge> mem 0xe0000000-0xefffffff at device 0.0 on pci0 pcib1: could not get PCI interrupt routing table for \\_SB_.PCI0.AGP_ - AE_NOT_FOUND //David Holm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030114213536.38e0311b.david>
