[Bug 285102] Framework Laptop 13 7040U: Hangs at boot polling for sio devices

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 23 Dec 2025 07:08:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285102

--- Comment #13 from Cy Schubert <cy@FreeBSD.org> ---
Here is what I added to /boot/device.hints on my Framework 13 to get it to boot
on 15-CURRENT (now 16-CURRENT).

hint.uart.0.disabled="1"
hint.uart.1.disabled="1"
hint.uart.2.disabled="1"
hint.uart.3.disabled="1"

Only uart.0 and uart.1 are needed but I added the other two for good measure.

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