Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jan 2017 21:18:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-usb@FreeBSD.org
Subject:   [Bug 215898] Usb Acting weird
Message-ID:  <bug-215898-17-p3K9rDvWxm@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-215898-17@https.bugs.freebsd.org/bugzilla/>
References:  <bug-215898-17@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215898

--- Comment #16 from John Baldwin <jhb@FreeBSD.org> ---
The _ADR is probably not relevant.  The pcib driver uses _ADR as part of a
fallback to determine the PCI bus number of the bus under a Host-PCI bridge if
_BBN doesn't work or isn't present.  However, if you only have a single
Host-PCI bridge it is going to be using PCI bus 0 which is what it will end up
using (and that works since you find PCI devices).  If it was truly broken you
wouldn't find any PCI devices at all under the bridge.

Carlos, can you try disabling EARLY_AP_STARTUP in your kernel config to see if
that makes a difference?

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215898-17-p3K9rDvWxm>