While here, remove DRIVER_MODULE lines for the cardbus driver. These
are not necessary since the cardbus bus driver inherits from the pci
bus driver, so all PCI drivers are already candidates for cardbus
devices.
Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 46596 Build 43485: arc lint + arc unit
Event Timeline
Comment Actions
Is the idea here to proactively update the DRIVER_MODULE because the devclass compat shims will be removed in a future version, or was there some build error on 14?
Comment Actions
Yes, I plan to remove the shims in 14. If you look at the stack you can see that all these port reviews are parents of a src patch that removes the shims.