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



The following reply was made to PR port-amd64/38682; it has been noted by GNATS.

From: "Jared D. McNeill" <jmcneill%invisible.ca@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: port-amd64-maintainer%netbsd.org@localhost, 
gnats-admin%netbsd.org@localhost, 
 netbsd-bugs%netbsd.org@localhost
Subject: Re: port-amd64/38682: PCI_BUS_FIXUP is missing from amd64 port
Date: Sun, 18 May 2008 10:39:59 -0400

 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