nhi0: Cannot find Upstream Facing Port
Chris Torek <[email protected]> Sun, 14 Jun 2026 23:19:15 -0700
| Newsgroups | gmane.os.freebsd.current |
|---|---|
| Message-ID | <CAPx1GvcefVe_v+rC8ggcet2g-Ge+4tWyo_1tCA5xf-jrFcRxvg@mail.gmail.com> |
Noticed that there's some new thunderbolt code. I get this during boot:
pci3: <PCI bus> on pcib3
nhi0: <Generic USB4 NHI> at device 0.0 on pci3
nhi0: Cannot find Upstream Facing Port
nhi0: tb_router_attach_root() error. The driver should be loaded at boot
If it helps any, here's some "pciconf -lv" output snippets:
pcib2@pci0:1:0:0: class=0x060400 rev=0x02 hdr=0x01 vendor=0x8086 device=0x
1136 subvendor=0x8086 subdevice=0x0000
vendor = 'Intel Corporation'
device = 'Thunderbolt 4 Bridge [Maple Ridge 4C 2020]'
class = bridge
subclass = PCI-PCI
pcib3@pci0:2:0:0: class=0x060400 rev=0x02 hdr=0x01 vendor=0x8086 device=0x
1136 subvendor=0x8086 subdevice=0x0000
vendor = 'Intel Corporation'
device = 'Thunderbolt 4 Bridge [Maple Ridge 4C 2020]'
class = bridge
subclass = PCI-PCI
pcib4@pci0:2:1:0: class=0x060400 rev=0x02 hdr=0x01 vendor=0x8086 device=0x
1136 subvendor=0x8086 subdevice=0x0000
vendor = 'Intel Corporation'
device = 'Thunderbolt 4 Bridge [Maple Ridge 4C 2020]'
class = bridge
subclass = PCI-PCI
Can include more if needed. System works fine without whatever it's
trying to do (of course, since it wasn't even detected before :-) )
Chris