Bug 279302 - kern: Remove leftover saf1761otg bits
Summary: kern: Remove leftover saf1761otg bits
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: Mitchell Horne
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-25 20:30 UTC by Joshua Kinard
Modified: 2024-06-06 15:35 UTC (History)
3 users (show)

See Also:


Attachments
Patch to cleanup remaining saf1761 driver references (1.62 KB, patch)
2024-05-25 20:32 UTC, Joshua Kinard
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joshua Kinard 2024-05-25 20:30:52 UTC
Almost all code related to the saf1761 driver was removed in commit 44796b7e822e, except for two small bits related to saf1761otg support in sys/conf/files and sys/dev/usb/controller/usb_controller.c.  The proposed patch completes the removal of this driver.
Comment 1 Joshua Kinard 2024-05-25 20:32:28 UTC
Created attachment 250960 [details]
Patch to cleanup remaining saf1761 driver references
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-06-03 15:54:24 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=80828c6fab0292b5c5a34a63558d837cb9308fbd

commit 80828c6fab0292b5c5a34a63558d837cb9308fbd
Author:     Joshua Kinard <freebsd@kumba.dev>
AuthorDate: 2024-05-25 20:26:28 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2024-06-03 15:52:58 +0000

    kern: Remove leftover saf1761otg bits

    Almost all code related to the saf1761 driver was removed in commit
    44796b7e822e, except for two small bits related to saf1761otg support.
    This patch completes the removal.

    PR:             279302
    Signed-off-by:  Joshua Kinard <freebsd@kumba.dev>
    Reviewed by:    mhorne
    MFC after:      3 days
    Fixes:          44796b7e822e ("mips: remove saf1761")

 sys/conf/files                          | 2 --
 sys/dev/usb/controller/usb_controller.c | 1 -
 2 files changed, 3 deletions(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-06-06 14:25:07 UTC
A commit in branch stable/14 references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=030596bfe4d39399dcedf3bb9652b3a625744159

commit 030596bfe4d39399dcedf3bb9652b3a625744159
Author:     Joshua Kinard <freebsd@kumba.dev>
AuthorDate: 2024-05-25 20:26:28 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2024-06-06 14:23:01 +0000

    kern: Remove leftover saf1761otg bits

    Almost all code related to the saf1761 driver was removed in commit
    44796b7e822e, except for two small bits related to saf1761otg support.
    This patch completes the removal.

    PR:             279302
    Signed-off-by:  Joshua Kinard <freebsd@kumba.dev>
    Reviewed by:    mhorne
    MFC after:      3 days
    Fixes:          44796b7e822e ("mips: remove saf1761")

    (cherry picked from commit 80828c6fab0292b5c5a34a63558d837cb9308fbd)

 sys/conf/files                          | 2 --
 sys/dev/usb/controller/usb_controller.c | 1 -
 2 files changed, 3 deletions(-)
Comment 4 Mitchell Horne freebsd_committer freebsd_triage 2024-06-06 15:35:00 UTC
Thanks for the submission!