No root filesystem

clemens fischer ino-news at spotteswoode.dnsalias.org
Wed Sep 10 21:47:29 UTC 2008


On Tue, 9 Sep 2008 21:31:42 -0700 Peter Wemm wrote:

> 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)))
> 
> ie:  "slot" -> "(1u << slot)"
> 
> This made the missing devices come back for me *and* fixed my Xserver.

yes, this one is ok.  had only i looked at the patch closer!  it got
k8temp working, both the kernel module and the port.  X11 didn't have
problems here at any time.  my SATA disks kept working as well.

thanks a lot,

-c



More information about the freebsd-current mailing list