Bug 279302

Summary: kern: Remove leftover saf1761otg bits
Product: Base System Reporter: Joshua Kinard <freebsd>
Component: kernAssignee: Mitchell Horne <mhorne>
Status: Closed FIXED    
Severity: Affects Only Me CC: emaste, imp, mhorne
Priority: ---    
Version: CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to cleanup remaining saf1761 driver references none

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!