Page MenuHomeFreeBSD

Migrate siba_bwn to use the bus_generic* functions instead of hand-rolled
ClosedPublic

Authored by jhibbits on Sep 19 2014, 9:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 23, 5:42 AM
Unknown Object (File)
Sun, Sep 14, 7:15 PM
Unknown Object (File)
Sep 11 2025, 5:24 AM
Unknown Object (File)
Sep 11 2025, 3:24 AM
Unknown Object (File)
Sep 11 2025, 2:54 AM
Unknown Object (File)
Sep 11 2025, 2:22 AM
Unknown Object (File)
Sep 8 2025, 1:50 AM
Unknown Object (File)
Aug 13 2025, 8:11 AM
Subscribers
None

Details

Summary

The siba_bwn_shutdown(), siba_bwn_suspend(), and siba_bwn_resume() duplicate
code, almost verbatim, from bus_generic_*. Migrate to use those instead.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhibbits retitled this revision from to Migrate siba_bwn to use the bus_generic* functions instead of hand-rolled.
jhibbits updated this object.
jhibbits edited the test plan for this revision. (Show Details)
jhibbits added a reviewer: adrian.
adrian edited edge metadata.

Looks good. Just test it out on real hardware.

This revision is now accepted and ready to land.Sep 19 2014, 9:27 PM
This revision was automatically updated to reflect the committed changes.