[Bug 289978] uart speed appears broken
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 289978] uart speed appears broken"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Oct 2025 16:09:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289978
John Baldwin <jhb@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jhb@FreeBSD.org
--- Comment #2 from John Baldwin <jhb@FreeBSD.org> ---
I suspect it is this commit as it falls in the window and claims to support the
UART on this SOC:
commit 768ce2eba66c155a4358d5285008555872b4bb61
Author: Jashank Jeremy <jashank@rulingia.com.au>
Date: Tue Aug 26 21:09:15 2025 +1000
puc: Add support for Systembase SB16C1054, SB16C1058.
The Systembase SB16C1054 and SB16C1058 are PCI quad- and octal-UART
complexes, based on multiple Systembase SB16C1050 cores, which appear to
be compatible with the NS8250 family (except for the "enable interrupts"
bit in the other BAR).
The SB16C105x family are one of two families of PCIe UART complexes on
cards by StarTech.com, such as the PEX4S1050 and PEX8S1050. (Other
StarTech.com serial offerings use the ASIX AX99100 or ASIX MCS990x.)
This is derived from the NetBSD driver.
Reviewed by: imp
Tested by: Jashank Jeremy <jashank@rulingia.com.au>
Obtained from: Jashank Jeremy <jashank@rulingia.com.au>
MFC after: 1 week
Differential Revision: <https://reviews.freebsd.org/D52150
--
You are receiving this mail because:
You are the assignee for the bug.