Summary: | [PUC] Add support for PUC devices | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Cameron Williams <cang1> | ||||
Component: | kern | Assignee: | Yoshihiro Takahashi <nyan> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | Alexander88207, nyan | ||||
Priority: | --- | ||||||
Version: | CURRENT | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=41b30bbc1a57b60afee9acdd6ad240c92ef13790 commit 41b30bbc1a57b60afee9acdd6ad240c92ef13790 Author: Yoshihiro Takahashi <nyan@FreeBSD.org> AuthorDate: 2024-12-31 09:04:27 +0000 Commit: Yoshihiro Takahashi <nyan@FreeBSD.org> CommitDate: 2024-12-31 09:04:27 +0000 uart: Add support for Brainboxes / Intashield serial cards. PR: 283226 Reported by: Cameron Williams sys/dev/puc/pucdata.c | 422 ++++++++++++++++++++++++++++++++++++++++++++ sys/dev/uart/uart_bus_pci.c | 14 ++ 2 files changed, 436 insertions(+) A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=e5869ff39d4a66ebf8940355df3f62663babbb26 commit e5869ff39d4a66ebf8940355df3f62663babbb26 Author: Yoshihiro Takahashi <nyan@FreeBSD.org> AuthorDate: 2024-12-31 09:04:27 +0000 Commit: Yoshihiro Takahashi <nyan@FreeBSD.org> CommitDate: 2025-01-11 08:09:41 +0000 uart: Add support for Brainboxes / Intashield serial cards. PR: 283226 Reported by: Cameron Williams (cherry picked from commit 41b30bbc1a57b60afee9acdd6ad240c92ef13790) sys/dev/puc/pucdata.c | 422 ++++++++++++++++++++++++++++++++++++++++++++ sys/dev/uart/uart_bus_pci.c | 14 ++ 2 files changed, 436 insertions(+) A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=f4ff5481d8713ce3a37b4f2d48d7948e5bd3696b commit f4ff5481d8713ce3a37b4f2d48d7948e5bd3696b Author: Yoshihiro Takahashi <nyan@FreeBSD.org> AuthorDate: 2024-12-31 09:04:27 +0000 Commit: Yoshihiro Takahashi <nyan@FreeBSD.org> CommitDate: 2025-01-11 08:13:45 +0000 uart: Add support for Brainboxes / Intashield serial cards. PR: 283226 Reported by: Cameron Williams (cherry picked from commit 41b30bbc1a57b60afee9acdd6ad240c92ef13790) sys/dev/puc/pucdata.c | 422 ++++++++++++++++++++++++++++++++++++++++++++ sys/dev/uart/uart_bus_pci.c | 14 ++ 2 files changed, 436 insertions(+) |
Created attachment 255747 [details] Patch Add support for a range of PCI/PCIe serial cards.