Page MenuHomeFreeBSD

Remove bogus detach routines
ClosedPublic

Authored by jhb on Nov 1 2024, 2:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Feb 20, 1:27 PM
Unknown Object (File)
Wed, Feb 19, 3:59 AM
Unknown Object (File)
Wed, Feb 19, 3:57 AM
Unknown Object (File)
Wed, Feb 19, 3:54 AM
Unknown Object (File)
Wed, Feb 19, 3:52 AM
Unknown Object (File)
Feb 11 2025, 1:34 PM
Unknown Object (File)
Feb 9 2025, 9:12 PM
Unknown Object (File)
Feb 8 2025, 2:25 PM
Subscribers
None

Details

Summary

These drivers are not bus drivers, and would need proper detach
routines that tore down state stored in the softc. Better to just
fail detach outright instead of an incorrect success.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable