No root filesystem
Christian Weisgerber
naddy at mips.inka.de
Wed Sep 10 15:56:40 UTC 2008
Peter Wemm <peter at wemm.org> wrote:
> >> http://people.freebsd.org/~jhb/patches/pci_mcfg_k8.patch
>
> Try the patch again, but change both instances of this line:
>
> if (cfgmech == CFGMECH_PCIE && (bus != 0 || !(slot & pcie_badslots)))
> to:
> if (cfgmech == CFGMECH_PCIE && (bus != 0 || !((1u << slot) & pcie_badslots)))
>
> This made the missing devices come back for me *and* fixed my Xserver.
This also makes k8temp show up again for me.
The ATA problem that causes no disk to be found still persists,
though.
--
Christian "naddy" Weisgerber naddy at mips.inka.de
More information about the freebsd-current
mailing list