Date: Wed, 10 Sep 2008 15:56:36 +0000 (UTC) From: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-current@freebsd.org Subject: Re: No root filesystem Message-ID: <ga8qnk$97m$1@lorvorc.mips.inka.de> References: <g8nl1b$279$1@lorvorc.mips.inka.de> <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
Peter Wemm <peter@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@mips.inka.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ga8qnk$97m$1>