User Details
- User Since
- Dec 30 2025, 1:15 AM (6 w, 22 h)
Sun, Feb 8
I do not have a Freebsd email for the moment.
Fri, Feb 6
Sure i can close this diff.
- atrtc0 (ISA) attaches first during boot gets IRQ 8
- atrtc1 (ACPI) attaches second also registers as a TOD clock
Your approach is much more elegant..
- intel/intel_pmc_core: Remove unnecessary NULL check in detach
Reverting to datasheet value (100us). Linux's 104us likely quirk on untested vendors.
Addressed feedback:
- SPDX first line, split copyright/description
- Alphabetized includes and build files
- Updated counter to 104us (empirical/Linux)
- Refactored with pmc_read_safe() helper
- Documented S0ix scope
- Removed slp_s0_step member
This looks like a breaking change. Not sure if the solution is to detect the cpu (since having both types in the same motherboard is not possible).
Thu, Feb 5
I have the full thunderbolt 1/2/3/4 work lined up... I'm trying to split them into smaller chuncks .
Wed, Feb 4
Wire into build; add PL2 enabled/lock bit; align sysctl names
Add files.x86 and modules entries; align slp_s0_residency sysctl name
Only add dev.asmc.*.wol when AUPO exists; add key constant
Prefer unit 0 using devclass check; remove global sentinel. Drop RF_SHAREABLE and document IRQ 8.
Make dev.asmc.*.raw.len read-only to prevent user overrides
Fix tab alignment in usbdevs
Fri, Jan 30
Thu, Jan 29
Address review feedback: keep warn variable, invert at assignment instead of double-negative
Mon, Jan 26
@manu thanks for the work here, do you plan to resume this driver effort ? I ran into the same hang on boot that @saper_saper.info reported, and on top of that I see a crash at runtime after a few minutes.
Sat, Jan 24
@ngie i prefered to keep this diff scoped to ACPI discovery only, but the switching is important too.
Tue, Jan 20
Sun, Jan 18
Thu, Jan 15
Wed, Jan 14
Updated the diff .
Mon, Jan 12
Adding dump_app in another diff.
Jan 11 2026
Jan 10 2026
Sorry, still using arc incorrectly. Need i need to learn git-arc.
speaker, clock: Replace Giant lock with fine-grained locking
We could wrap it with a sleep mutex, but concurrent fan control from multiple threads is not a realistic scenario.
The worst case is a lost update, not a crash.
oss@seuros.com (like the previous commits)
This module load only in apple hardware. Spparently the hardware is not build to have it driver hot reloaded.
Jan 9 2026
Duplicate of D54439.
Jan 8 2026
Jan 2 2026
Dec 31 2025
i got the patch from the wrong branch, the first time.
Honestly no.
