Subject: PCIBIOS_ADDR_FIXUP
To: None <port-i386@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: port-i386
Date: 05/26/2001 15:07:41
What does this mean?

[  1 devices bogus]
WARNING: can't reserve area for I/O APIC.
 Physical memory end: 0x07fe3000
 PCI memory mapped I/O space start: 0x08000000
[PCIBIOS fixup stage]

That's with a kernel with:

options         PCIBIOS                 # PCI BIOS support
options         PCIBIOSVERBOSE          # PCI BIOS verbose info
options         PCIBIOS_ADDR_FIXUP      # fixup PCI I/O addresses
options         PCIBIOS_BUS_FIXUP       # fixup PCI bus numbering
options         PCIBIOS_INTR_FIXUP      # fixup PCI interrupt routing
options         PCIINTR_DEBUG           # super-verbose PCI interrupt fixup

defined...

Cheers,

Patrick