[Bug 191266] New: [patch] support Broadcom virtual UART
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jun 22 09:32:46 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191266
Bug ID: 191266
Summary: [patch] support Broadcom virtual UART
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: freebsd-bugs at FreeBSD.org
Reporter: shurd at FreeBSD.org
Created attachment 144016
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=144016&action=edit
Add support for Broadcom 5725/5761/5762 UART
The Broadcom 5725, 5761, and 5762 devices have a UART which can be configured
to be accessed via ssh, telnet, or (for 5725) IPMI SoL. This patch adds
support for this UART (tested on 5762).
Since it has a register shift, a field for this vale was added into struct
pci_id, and the bus_alloc_resource() call was modified to account for the
larger size when regshft is non-zero.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list