freebsd-nq/sys/conf
Mitsuru IWASAKI 1611ea8727 Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.
- Add S4BIOS sleep implementation.  This will works well if MIB
   hw.acpi.s4bios is set (and of course BIOS supports it and hibernation
   is enabled correctly).
 - Add DSDT overriding support which is submitted by takawata originally.
   If loader tunable acpi_dsdt_load="YES" and DSDT file is set to
   acpi_dsdt_name (default DSDT file name is /boot/acpi_dsdt.aml),
   ACPI CA core loads DSDT from given file rather than BIOS memory block.
   DSDT file can be generated by iasl in ports/devel/acpicatools/.
 - Add new files so that we can add our proposed additional code to Intel
   ACPI CA into these files temporary.  They will be removed when
   similar code is added into ACPI CA officially.
2001-11-06 15:00:30 +00:00
..
defines
files Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support. 2001-11-06 15:00:30 +00:00
files.alpha GC userconfig after Peter axed it 15 months ago. 2001-11-05 21:46:35 +00:00
files.i386 GC userconfig after Peter axed it 15 months ago. 2001-11-05 21:46:35 +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 GC userconfig after Peter axed it 15 months ago. 2001-11-05 21:46:35 +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
kern.post.mk Move machine link creation from genassym to kernel-depend, per nyan@ 2001-11-04 23:10:39 +00:00
kern.pre.mk Factor the common parts of the Makefile.foo files. This introduces two 2001-11-02 21:34:20 +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 Move the include before the extra rules so make all the default. 2001-11-04 20:49:24 +00:00
Makefile.i386 Factor the common parts of the Makefile.foo files. This introduces two 2001-11-02 21:34:20 +00:00
Makefile.ia64 Factor the common parts of the Makefile.foo files. This introduces two 2001-11-02 21:34:20 +00:00
Makefile.pc98 Move machine link creation from genassym to kernel-depend, per nyan@ 2001-11-04 23:10:39 +00:00
Makefile.powerpc Factor the common parts of the Makefile.foo files. This introduces two 2001-11-02 21:34:20 +00:00
Makefile.sparc64 Factor the common parts of the Makefile.foo files. This introduces two 2001-11-02 21:34:20 +00:00
newvers.sh
NOTES The sound drivers live in sound/driver, not sound/drivers 2001-11-02 16:40:06 +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 GC userconfig after Peter axed it 15 months ago. 2001-11-05 21:46:35 +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 GC userconfig after Peter axed it 15 months ago. 2001-11-05 21:46:35 +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