Page MenuHomeFreeBSD

LinuxKPI: device.h add (*shutdown)
ClosedPublic

Authored by bz on Jun 4 2025, 12:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 20, 8:21 AM
Unknown Object (File)
Sun, Sep 20, 8:07 AM
Unknown Object (File)
Mon, Sep 7, 11:04 AM
Unknown Object (File)
Sun, Sep 6, 2:37 PM
Unknown Object (File)
Sun, Sep 6, 3:38 AM
Unknown Object (File)
Sat, Sep 5, 7:12 PM
Unknown Object (File)
Sat, Sep 5, 7:11 PM
Unknown Object (File)
Thu, Sep 3, 6:52 AM
Subscribers

Details

Summary

There are too many ways to call (*shutdown)() and others in Linux
it seems; rather than using the one from dev_pm_ops or directly
on the bus system device, some wireless drivers are setting it on
struct device_driver so add it.

Bump __FreeBSD_version as this changes the size of various other
structs which have struct device_driver embedded.

Sponsored by: The FreeBSD Foundation

Diff Detail

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