Date: Tue, 17 May 2011 09:44:16 -0400 From: John Baldwin <jhb@freebsd.org> To: freebsd-current@freebsd.org Cc: "deeptech71@gmail.com" <deeptech71@gmail.com> Subject: Re: pcib allocation failure Message-ID: <201105170944.16261.jhb@freebsd.org> In-Reply-To: <BANLkTikTHFTHff5iuPDMxR6zhezEcTaZSA@mail.gmail.com> References: <BANLkTikTHFTHff5iuPDMxR6zhezEcTaZSA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday, May 14, 2011 12:27:59 pm deeptech71@gmail.com wrote: > pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0 > pcib1: failed to allocate initial prefetch window: 0xd0000000-0xfaffffff > > the console output is cut shortly after those 2 lines (but the machine > seems to continue booting, as i have reset'd the machine, after which > "/" was found to be improperly dismounted). So it actually boots fine, but video output breaks during the boot? Does it ever come back or it is permanently broken until reboot? Your BIOS is actually violating the PCI spec by assigning the same resource ranges to two devices on the same PCI bus (the hostb device and the AGP bridge device). It's also doing so unnecessarily. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105170944.16261.jhb>