freebsd-dev/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 This will have to be revised, but allow putting 'makeoptions GCC3=true' 2001-09-10 06:23:33 +00:00
kmod.mk Support the "install.debug" and "reinstall.debug" targets for kernel modules. 2001-10-27 00:52:50 +00:00
ldscript.alpha Use the kernbase symbol exported from locore.o instead of hardcoded magic 2001-09-20 09:19:38 +00:00
ldscript.amd64 Remove hard coded magic load address. Now to change the load address, 2001-09-18 01:12:43 +00:00
ldscript.i386 Remove hard coded magic load address. Now to change the load address, 2001-09-18 01:12:43 +00:00
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 Page align the data segment. 2001-10-08 10:43:34 +00:00
ldscript.sparc64 Add kernbase symbol and use it instead of magic numbers in the 2001-09-21 05:43:38 +00:00
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 setlocale(3) has been fixed to match POSIX standard: 2001-03-02 16:52:14 +00:00
NOTES Fixed misformatting of options line for COMPAQ_M610 and EICON_DIVA in 2001-10-25 12:05:45 +00:00
options Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader 2001-10-10 23:06:54 +00:00
options.alpha Implement support for MAXMEM option and hw.physmem environment variable 2001-09-10 07:03:59 +00:00
options.i386 Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this. 2001-10-25 04:44:50 +00:00
options.ia64 Add various file relating to firmware interfaces and make SKI support 2001-09-29 11:46:22 +00:00
options.pc98 MFi386: options.i386 revision 1.158 2001-10-19 11:45:05 +00:00
options.powerpc Add a cosmetic comment. 2001-08-02 23:54:23 +00:00
options.sparc64 Add a Makefile, ldscript, and config magic for sparc64. This is tailored 2001-08-03 01:09:10 +00:00
systags.sh $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00