NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-amd64/38682: PCI_BUS_FIXUP is missing from amd64 port



Andrew Doran wrote:

> Without my patch and FIXUP option, the bridge only has i/o accesses > enabled, so cbb and fwohci can't map mem space. Is there a specific error message?

Eg. pci_mapreg_map failed in pccbb:

if (pci_mapreg_map(pa, PCI_SOCKBASE, PCI_MAPREG_TYPE_MEM, 0,
    &sc->sc_base_memt, &sc->sc_base_memh, &sockbase, &sc->sc_base_size)) {
        aprint_error_dev(&sc->sc_dev,
            "can't map socket base address 0x%lx\n",
            (unsigned long)sock_base);

Cheers,
Jared


Home | Main Index | Thread Index | Old Index