summaryrefslogtreecommitdiffstats
path: root/share/man/man4/acpi.4
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos and use consistent section names in manual pages:hrs2005-07-151-2/+2
| | | | | | | | | | s/SYSCTLS/SYSCTL VARIABLES/ s/TUNABLES/LOADER TUNABLES/ s/CAVEAT/CAVEATS/ s/DESCIPTION/DESCRIPTION/ Reviewed by: ru MFC after: 3 days
* Assorted markup fixes and minor wordsmithing.ru2005-06-151-1/+5
| | | | Approved by: re
* Document the debug.acpi.max_threads tunable.njl2005-04-221-0/+5
|
* Note that debug.acpi.disabled can also disable the video.trhodes2005-02-231-0/+3
| | | | | | PR: 77693 Tested/submitted by: John Prather <jprather@axon.cdc.uci.edu> MFC: 1 day
* Bump date. Reminded by: runjl2005-02-131-1/+1
|
* Update documentation of tunables.njl2005-02-131-7/+4
|
* Note changes to throttling sysctls and new power_profile(8) cpufrq support.njl2005-02-061-6/+0
|
* Remove trailing spaces.krion2005-01-021-2/+2
| | | | MFC after: 3 days
* Add more information about debugging output.njl2004-12-141-5/+39
|
* Minor mdoc(7) tweaks, excellent work Nate!ru2004-12-141-14/+18
|
* Checkpoint reworking the man page to be more useful to non-developers,njl2004-12-141-230/+197
| | | | document some debug output variables, etc. Mdoc assistance welcome.
* Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more thannjl2004-12-131-0/+2
| | | | | | | one will never be supported on the same platform, this does not hurt debugging. MFC after: 3 days
* Document ACPI tunable hw.acpi.serialize_methods.marks2004-12-041-4/+10
| | | | | | | Also reorder tunables. Approved by: njl MFC after: 1 week
* Update the man page with new info about overriding your DSDT.njl2004-10-051-10/+12
| | | | MFC after: 3 days
* mdoc(7) fixes.ru2004-07-071-4/+4
|
* mdoc changes.marks2004-06-301-12/+14
| | | | | Reviewed by: ru Approved by: njl
* Document BIOS blacklist.marks2004-06-301-1/+19
| | | | Approved by: njl
* Assorted markup, spelling, and grammar fixes.ru2004-06-161-3/+3
|
* Rework acpi_cpu_idle() to select the next idle state before sleeping, notnjl2004-06-051-5/+4
| | | | | | | | | | | | | | after. Unify the paths for all Cx states. Remove cpu_idle_busy and instead do the little profiling we need before re-enabling interrupts. Use 1 quantum as estimate for C1 sleep duration since the timer interrupt is the main reason we wake. While here, change the cx_history sysctl to cx_usage and report statistics for which idle states were used in terms of percent. This seems more intuitive than counters. Remove the cx_stats structure since it's no longer used. Update the man page. Change various types which do not need explicit size.
* Change hw.acpi.cpu.cx_lowest to accept values in the form of C1,njl2004-05-071-4/+6
| | | | | C2, ... Update power_profile to use the new format. Update the man page to reflect this and give more info on Cx states.
* Add the "new" acad disabling feature.njl2004-04-201-0/+3
|
* Add a "quirks" value to disable quirks handling for a given boot.njl2004-03-041-0/+5
| | | | | | Also, disable quirks if booting with a custom DSDT. Add a quirk to disable loading ACPI so known bad systems can be completely blacklisted.
* Add support for quirks for acpi tables. Key off OEM vendor and revision.njl2004-03-031-19/+14
| | | | | | Sort acpi debug values. Change "disable" to "disabled" to match rest of the kernel. Remove debugging from acpi_toshiba since it was only used for probe/attach.
* Some markup fixes, change some devices to a feature.njl2004-02-221-4/+3
|
* Update the debug.acpi.disable section for missing devices and the specialnjl2004-02-221-5/+18
| | | | "all" value.
* Mention that kernel environment variables may be configured inwes2004-02-181-2/+8
| | | | | | /boot/loader.conf. Make the description flow a bit better. Complaints by: Nate Lawson <nate@root.org>
* Make the distinction between sysctl kernel environment variables andwes2004-02-171-1/+4
| | | | | | | | | | | | | device.hints kernel environment variables when disabling ACPI. Some users are getting confused when they see hint.acpi.0.disabled. They are confusing it with a sysctl MIB. Finally, add a reference for device.hints(5) and kenv(1) in the "SEE ALSO" section of the man page. PR: docs/62974 Submitted by: Christian S.J. Peron <maneo@bsdpro.com>
* Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffixnjl2004-02-141-1/+1
| | | | | | | | | | is reserved by the loader, and thus any tunable name with that suffix will be silently discarded. Document this in the header and man page so that other developers do not develop so many bumps on the head after banging it against the wall. Detective work by: Mark Santcroos, grehan
* _OS and _OS_ are the same object (due to _ padding for spaces).njl2004-01-161-7/+4
| | | | Pointed out by: Ducrot Bruno (Linux)
* Update man page for \_OS* changes.njl2004-01-091-1/+6
|
* Somebody called mdoc(7) janitor.ru2003-12-281-5/+6
| | | | A bit of wordsmithing from a native speaker is still necessary.
* Add acpi_thermal manual page,takawata2003-12-271-0/+1
| | | | | | because I asked about the unit of thermal zone-related value too freqently. Come on, mdoc police.
* Document new sysctls for throttling.njl2003-12-181-6/+6
|
* Clean up one more sentence that was wrapped unnecessarily.njl2003-11-191-2/+1
| | | | Approved by: re (implicitly)
* Update the man page for hw.acpi.reset_video and a few mdoc(7) cleanups.njl2003-11-191-7/+8
| | | | | Submitted by: Andreas Kohn <andreas.kohn@gmx.net> Approved by: re (implicitly)
* Improve the section on Cx states, documenting the removal of -1 as anjl2003-11-191-2/+9
| | | | | | | valid value for cx_lowest. To disable sleeping, use machdep.cpu_idle_hlt instead. Update the version of the ACPI spec we implement. Approved by: re (implicitly)
* Implement Cx CPU idle states and updated throttling support.njl2003-11-151-7/+25
| | | | | | | | | | | | * Use the cpu_idle_hook() to do idling for C1-C3. * Use both _CST and the FADT to detect Cx states. * Use both _PTC and P_CNT for controlling throttling. * Add a notify handler to detect changes in _CST and _PSS * Call the _INI function for each processor if present. This will be done by ACPI-CA in the future. * Fix a bug on SMP systems where CPUs will attach multiple times if the bus is rescan. * Document new sysctls for controlling idling.
* Add sysctl MIB and loader tunable `hw.acpi.no_reset_video' asiwasaki2003-10-301-0/+4
| | | | the same effect as ACPI_NO_RESET_VIDEO kernel option.
* Sort debugging levels and update the man page to match reality. Alsonjl2003-09-261-32/+39
| | | | update man page to reflect iasl(8) import.
* Document hw.acpi.os_name. Also update the credits section.njl2003-08-071-1/+6
|
* Add and document the hw.acpi.ec.poll_timeout tunable.njl2003-07-301-3/+4
|
* Assorted mdoc(7) fixes.ru2003-06-021-16/+15
|
* Fix a typo in rev 1.10njl2003-05-231-1/+1
|
* o Document the tunables that acpi allows. (mdoc gurus please commentimp2003-05-221-1/+25
| | | | | | | | on and fix if neceeary). o Note that acpi is available on i386-ia32, ia64 and amd64, not just 'intel' platforms. Intel has had nothing to do with amd64. Approved by: re (scottl@)
* Tell how to completely disable ACPI. Add warnings about how badimp2003-05-181-0/+12
| | | | | | | | kharma it will be to disable some or all of acpi on ia64 or amd64 (are there other non-i386 platforms that FreeBSD supports with ACPI?). Submitted by: Ryan Losh Approved by: re@ (rwatson)
* debug.acpi.disable="processor" is incorrect. Use debug.acpi.disable="cpu" astrhodes2003-04-291-2/+2
| | | | | | found on line 126 of sys/dev/acpica/acpi_cpu.c. PR: 51523
* device s/acpica/acpi/hmp2003-04-241-1/+1
| | | | | Noticed by: Stefan Farfeleder <stefan@fafoe.dyndns.org> Approved by: des (mentor)
* Minor tweaks to the acpi.4 man page: xref acpiconf.8, and one of therwatson2002-10-241-6/+2
| | | | | | bugs (device naming) isn't present [anymore]. Submitted by: Hiten Pandya <hiten@angelica.unixdaemons.com>
* mdoc(7) police: nits in rev. 1.4.ru2002-08-131-14/+18
|
* Document BIOS bytecode overriding.takawata2002-07-051-0/+32
| | | | | Pointed out by: Alex Zepeda <zipzippy@sonic.net> Reviewed by: David Wolfskill <david@catwhisker.org>
OpenPOWER on IntegriCloud