Subject: Re: pci_mapreg_map problems
To: Ben Eitzen <ben@eitzen.org>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 11/19/2002 23:46:42
On Fri, Nov 15, 2002 at 03:47:12PM -0800, Ben Eitzen wrote:

> Has anyone experienced a similar problem?

No, but please provide more (or complete) dmesg output from the kernel
booting, if possible. I would guess that the PCI bus this is happening on has
no memory space enabled - the bus attach tells you, like in this example:

pci0 at mainbus0 bus 0: configuration mode 1
pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok

Maybe some of the *FIXUP* options would help this, or some BIOS setting for
PnP OS.

Martin