Bug 283226 - [PUC] Add support for PUC devices
Summary: [PUC] Add support for PUC devices
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: Yoshihiro Takahashi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-09 17:56 UTC by Cameron Williams
Modified: 2025-01-11 08:17 UTC (History)
2 users (show)

See Also:


Attachments
Patch (10.60 KB, patch)
2024-12-09 17:56 UTC, Cameron Williams
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron Williams 2024-12-09 17:56:26 UTC
Created attachment 255747 [details]
Patch

Add support for a range of PCI/PCIe serial cards.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-12-31 09:07:19 UTC
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(+)
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-01-11 08:13:45 UTC
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(+)
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-01-11 08:15:48 UTC
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(+)