freebsd-dev/sys/amd64/isa
Mitsuru IWASAKI f9390180fe Some fix for the recent apm module changes.
- 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@
2001-11-01 16:34:07 +00:00
..
atpic_vector.S Remove the Xresume* labels from the i386 interrupt handlers; the 2001-10-09 19:54:52 +00:00
clock.c Some fix for the recent apm module changes. 2001-11-01 16:34:07 +00:00
icu_ipl.s
icu_ipl.S
icu_vector.s Remove the Xresume* labels from the i386 interrupt handlers; the 2001-10-09 19:54:52 +00:00
icu_vector.S Remove the Xresume* labels from the i386 interrupt handlers; the 2001-10-09 19:54:52 +00:00
icu.h
intr_machdep.c Backout 1.61 -- both intrcnt and intrnames are already exported 2001-10-25 01:32:24 +00:00
intr_machdep.h
isa_dma.c
isa_dma.h
isa.c Rewrite the pc98 bus_space stuff. 2001-10-07 10:04:18 +00:00
isa.h
ithread.c Add missing includes of sys/lock.h. 2001-10-11 17:52:20 +00:00
nmi.c Backout 1.61 -- both intrcnt and intrnames are already exported 2001-10-25 01:32:24 +00:00
npx.c MFi386: 2001-10-21 06:05:08 +00:00
timerreg.h
vector.s
vector.S