mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 07:25:10 -04:00
- Now that apm loadable module can inform its existence to other kernel components (e.g. i386/isa/clock.c:startrtclock()'s TCS hack). - Exchange priority of SI_SUB_CPU and SI_SUB_KLD for above purpose. - Add simple arbitration mechanism for APM vs. ACPI. This prevents the kernel enables both of them. - Remove obsolete `#ifdef DEV_APM' related code. - Add abstracted interface for Powermanagement operations. Public apm(4) functions, such as apm_suspend(), should be replaced new interfaces. Currently only power_pm_suspend (successor of apm_suspend) is implemented. Reviewed by: peter, arch@ and audit@ |
||
|---|---|---|
| .. | ||
| atpic_vector.S | ||
| clock.c | ||
| icu.h | ||
| icu_ipl.S | ||
| icu_ipl.s | ||
| icu_vector.S | ||
| icu_vector.s | ||
| intr_machdep.c | ||
| intr_machdep.h | ||
| isa.c | ||
| isa.h | ||
| isa_dma.c | ||
| isa_dma.h | ||
| ithread.c | ||
| nmi.c | ||
| npx.c | ||
| timerreg.h | ||
| vector.S | ||
| vector.s | ||