freebsd-skq/sys/conf
iwasaki 1b24a8aa4e Add APM compatibility feature to ACPI.
This emulates APM device node interface APIs (mainly ioctl) and
provides APM services for the applications.  The goal is to support
most of APM applications without any changes.
Implemented ioctls in this commit are:
 - APMIO_SUSPEND (mapped ACPI S3 as default but changable by sysctl)
 - APMIO_STANDBY (mapped ACPI S1 as default but changable by sysctl)
 - APMIO_GETINFO and APMIO_GETINFO_OLD
 - APMIO_GETPWSTATUS

With above, many APM applications which get batteries, ac-line
info. and transition the system into suspend/standby mode (such as
wmapm, xbatt) should work with ACPI enabled kernel (if ACPI works well :-)

Reviewed by:	arch@, audit@ and some guys
2001-10-26 17:43:05 +00:00
..
defines
files Remove wx. 2001-10-20 18:50:31 +00:00
files.alpha Break out the bus front ends into their own files. Rewrite 2001-10-23 15:17:33 +00:00
files.i386 Add APM compatibility feature to ACPI. 2001-10-26 17:43:05 +00:00
files.ia64 Add APM compatibility feature to ACPI. 2001-10-26 17:43:05 +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 On second thoughts, make kldxref failures non-fatal. 2001-09-11 01:13:49 +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 Change the kernel layout to match Linux/ia64 more closely. This prevents 2001-03-09 13:47:25 +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 Introduce network device nodes. Network devices will now automatically 2001-09-29 05:55:04 +00:00
Makefile.alpha Finish the asbestos suited move of $mach/conf/*.$mach to conf/*.$mach. 2001-10-26 10:33:45 +00:00
Makefile.i386 Finish the asbestos suited move of $mach/conf/*.$mach to conf/*.$mach. 2001-10-26 10:33:45 +00:00
Makefile.ia64 Finish the asbestos suited move of $mach/conf/*.$mach to conf/*.$mach. 2001-10-26 10:33:45 +00:00
Makefile.pc98 Finish the asbestos suited move of $mach/conf/*.$mach to conf/*.$mach. 2001-10-26 10:33:45 +00:00
Makefile.powerpc Finish the asbestos suited move of $mach/conf/*.$mach to conf/*.$mach. 2001-10-26 10:33:45 +00:00
Makefile.sparc64 Finish the asbestos suited move of $mach/conf/*.$mach to conf/*.$mach. 2001-10-26 10:33:45 +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