Page MenuHomeFreeBSD

sysutils/rtsx-kmod: Remove unused DRIVER_MODULE devclass on recent main.
AbandonedPublic

Authored by jhb on May 12 2022, 8:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 13 2025, 9:32 AM
Unknown Object (File)
Sep 7 2025, 7:37 AM
Unknown Object (File)
Jul 25 2025, 9:27 PM
Unknown Object (File)
Jul 7 2025, 10:52 AM
Unknown Object (File)
Jul 6 2025, 10:05 PM
Unknown Object (File)
Jul 3 2025, 6:27 AM
Unknown Object (File)
Jun 30 2025, 2:09 PM
Unknown Object (File)
Jun 30 2025, 3:51 AM

Details

Reviewers
arrowd

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 45547
Build 42435: arc lint + arc unit

Event Timeline

jhb requested review of this revision.May 12 2022, 8:19 PM

Use the patch I intended to use.

The patch is OK.

Moreover, the new tagged version 2.0n from github also solve this problem:

  • If __FreeBSD_version >= 1400058 remove unused devclass argument to DRIVER_MODULE
  • Add MODULE_PNP_INFO() to rtsx
  • More tweak for RTS5260 and add a BUGS entry in rtsx.4

I have updated the port, so this diff can be abandoned. Thanks for the heads-up, though!

Thanks for merging the update!