Page MenuHomeFreeBSD

hwreset: Move reset code in dev/hwreset
ClosedPublic

Authored by manu on Dec 26 2023, 6:15 PM.
Tags
None
Referenced Files
F172830186: D43192.id132766.diff
Mon, Sep 21, 9:17 AM
Unknown Object (File)
Sun, Sep 20, 3:12 AM
Unknown Object (File)
Thu, Sep 10, 12:56 AM
Unknown Object (File)
Tue, Sep 1, 9:27 PM
Unknown Object (File)
Aug 15 2026, 3:02 PM
Unknown Object (File)
Aug 11 2026, 2:09 PM
Unknown Object (File)
Aug 11 2026, 1:52 PM
Unknown Object (File)
Aug 11 2026, 1:51 PM

Details

Summary

We've removed kernel option EXT_RESOURCES almost two years ago.
While it was ok to have some code under a common 'extres' subdirectory
at first, we now have a lot of consumer of it and we made it mandatory
so no need to have it under a cryptic name.

Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

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

Event Timeline

manu requested review of this revision.Dec 26 2023, 6:15 PM
mhorne added inline comments.
sys/dev/hwreset/hwreset.h
25–27

This needs adjustment.

Remove _EXTRES_ from header guard

This revision is now accepted and ready to land.Dec 29 2023, 7:41 PM
This revision was automatically updated to reflect the committed changes.