Page MenuHomeFreeBSD

hwreset: Move reset code in dev/hwreset
ClosedPublic

Authored by manu on Dec 26 2023, 6:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 15, 3:02 PM
Unknown Object (File)
Tue, Aug 11, 2:09 PM
Unknown Object (File)
Tue, Aug 11, 1:52 PM
Unknown Object (File)
Tue, Aug 11, 1:51 PM
Unknown Object (File)
Tue, Aug 11, 1:50 PM
Unknown Object (File)
Jul 20 2026, 10:54 PM
Unknown Object (File)
Jul 20 2026, 6:09 AM
Unknown Object (File)
Jul 18 2026, 2:12 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 55149
Build 52038: arc lint + arc unit

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.