Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Oct 2005 17:29:08 -0700
From:      Nate Lawson <nate@root.org>
To:        Andrew Thompson <thompsa@freebsd.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: RC1 panic on boot
Message-ID:  <435AD954.9040402@root.org>
In-Reply-To: <20051022220919.GA63028@heff.fud.org.nz>
References:  <20051015014313.GA25990@heff.fud.org.nz> <200510171735.18054.jhb@freebsd.org> <20051018014031.GA38996@heff.fud.org.nz> <200510181239.58502.jhb@freebsd.org> <4359F36A.7000308@root.org> <20051022220919.GA63028@heff.fud.org.nz>

next in thread | previous in thread | raw e-mail | index | archive | help
Andrew Thompson wrote:
> On Sat, Oct 22, 2005 at 01:08:10AM -0700, Nate Lawson wrote:
>>It's not probing LNKC because it's disabled on boot and his ASL is less 
>>than standard.  If you look at _STA for LNKC, it returns 0xB if enabled 
>>and 0x1 if disabled.  The problem is, the disabled case is returning 
>>"PRESENT" but not "FUNCTIONAL" and so we don't probe that device.  It 
>>happens to work for the others because they are enabled by the BIOS.
>>
>>We can probably add a hack to that if() that says:
>>	&& !acpi_MatchHid(handle, "PNP0C0F")
> 
> 
> Yay! I put this addition in the if statement and now its booting fine.
> 
> pci_link0: <ACPI PCI Link LNKA> irq 10 on acpi0
> pci_link1: <ACPI PCI Link LNKB> irq 10 on acpi0
> pci_link2: <ACPI PCI Link LNKC> on acpi0
> pci_link3: <ACPI PCI Link LNKD> irq 10 on acpi0

Ok, I committed this workaround and will try to MFC before 6.0

-- 
Nate



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