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, -cReceived on Wed Sep 10 2008 - 19:47:29 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:35 UTC