Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2008 23:47:07 +0200
From:      clemens fischer <ino-news@spotteswoode.dnsalias.org>
To:        freebsd-current@freebsd.org
Subject:   Re: No root filesystem
Message-ID:  <rrrlp5x30i.ln2@nntp.spotteswoode.dnsalias.org>
References:  <g8nl1b$279$1@lorvorc.mips.inka.de> <200809021033.55033.jhb@freebsd.org> <d8a0b7620809021041i5e9f4ea0y99090affa681c34e@mail.gmail.com> <200809081650.38774.jhb@freebsd.org> <7d6fde3d0809082027k5a5c9d7fm5eceb48e1a68612f@mail.gmail.com> <d8a0b7620809082349u6f334dc5ma2ecb6d6a60c016a@mail.gmail.com> <kb3jp5xhc2.ln2@nntp.spotteswoode.dnsalias.org> <e7db6d980809092131i1ca3603cx5f02f5b3cc3f95ec@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?rrrlp5x30i.ln2>