freebsd-nq/sys/conf
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
..
defines
files Some fix for the recent apm module changes. 2001-11-01 16:34:07 +00:00
files.alpha OLDCARD isn't supported on alpha or ia64, so don't pretend that it is by 2001-10-30 14:53:36 +00:00
files.i386 Don't try to use sio with NEWCARD 16 bit yet. It eats all pccards :-) 2001-10-30 14:49:29 +00:00
files.ia64 OLDCARD isn't supported on alpha or ia64, so don't pretend that it is by 2001-10-30 14:53:36 +00:00
files.pc98 Added the pmc driver which supports power management controller of 2001-10-24 14:46:40 +00:00
files.powerpc Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to 2001-10-21 23:57:24 +00:00
files.sparc64 Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to 2001-10-21 23:57:24 +00:00
kern.mk
kmod.mk Support the "install.debug" and "reinstall.debug" targets for kernel modules. 2001-10-27 00:52:50 +00:00
ldscript.alpha
ldscript.amd64
ldscript.i386
ldscript.ia64 Put symbols at the start and end of the unwind section so that we can 2001-10-29 11:40:14 +00:00
ldscript.powerpc
ldscript.sparc64
majors Add 'ciss'. 2001-10-26 21:17:26 +00:00
Makefile.alpha Only overwrite ${DESTDIR}${KODIR}.old/${KERNEL_KO} if we haven't 2001-11-01 02:17:49 +00:00
Makefile.i386 Only overwrite ${DESTDIR}${KODIR}.old/${KERNEL_KO} if we haven't 2001-11-01 02:17:49 +00:00
Makefile.ia64 Only overwrite ${DESTDIR}${KODIR}.old/${KERNEL_KO} if we haven't 2001-11-01 02:17:49 +00:00
Makefile.pc98 Only overwrite ${DESTDIR}${KODIR}.old/${KERNEL_KO} if we haven't 2001-11-01 02:17:49 +00:00
Makefile.powerpc Only overwrite ${DESTDIR}${KODIR}.old/${KERNEL_KO} if we haven't 2001-11-01 02:17:49 +00:00
Makefile.sparc64 Only overwrite ${DESTDIR}${KODIR}.old/${KERNEL_KO} if we haven't 2001-11-01 02:17:49 +00:00
newvers.sh
NOTES Fixed misformatting of options line for COMPAQ_M610 and EICON_DIVA in 2001-10-25 12:05:45 +00:00
options
options.alpha
options.i386 Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this. 2001-10-25 04:44:50 +00:00
options.ia64
options.pc98
options.powerpc
options.sparc64
systags.sh