summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Style cleanups to match the rest of this directory. For acpi_battery.c,njl2003-08-114-878/+800
* Default to 5 seconds before sleeping to give some machines time to stabilize.njl2003-08-081-1/+6
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-1/+1
* Add and document the hw.acpi.ec.poll_timeout tunable.njl2003-07-301-2/+5
* Enable wake up GPE before shutdown, not only for sleeping.takawata2003-07-261-0/+1
* Add an informational debugging printf of the maximum time spent innjl2003-07-251-0/+10
* Do not call acpi_MatchHid() for all probe cases since it accesses thenjl2003-07-201-8/+7
* Close a race condition by passing status retrieved via a non-SCI callnjl2003-07-201-43/+32
* Clarify the ACPI shutdown messages.njl2003-07-201-2/+2
* Add ECDT (ACPI 2.0) support. This allows the EC to be enabled before thenjl2003-07-203-72/+172
* Fix a bogon in the previous commit. When suppressing multiple isabjhb2003-07-171-1/+1
* Change the msleep part of EcWaitEvent to be a separate loop, fixing anjl2003-07-151-31/+42
* Remove old defines since they are no longer used.njl2003-07-151-12/+0
* Fix build breakage on ia64. The second argument of AcpiOsReadable()marcel2003-07-141-2/+2
* Update code to work with 0619 distnjl2003-07-137-36/+92
* Rewrite much of the embedded controller driver.njl2003-07-101-311/+263
* - Fix a typo in the call to acpi_disabled() in probe() by removing anjhb2003-07-091-1/+2
* Add an ACPI to ISA psuedo bridge driver. It attaches an isab(4) device tojhb2003-07-081-0/+129
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-021-5/+2
* Add a new PCI interface method, assign_interrupt, to determine thetmm2003-07-011-0/+1
* Whitespace cleanups (verified with MD5 1832ce5ede6c58c844dfb53fd48f0eea).njl2003-06-271-123/+133
* Add the MD ifdefs for amd64 to point to the IO space bustag/handle.peter2003-05-311-0/+4
* Add some extra #ifdef stubs so that this compiles on 4.8.jhb2003-05-132-0/+10
* Move some printfs under bootverbose since they are not true errors.njl2003-05-121-2/+4
* Catch up to reworked debugging levels in latest Intel import.jhb2003-05-011-5/+4
* o Don't announce that the timer is good when in fact it isn't timingmarcel2003-04-301-22/+43
* Support functions for the new ACPI import.njl2003-04-295-6/+125
* Add new sysctl MIB (hw.acpi.supported_sleep_state) to indicateiwasaki2003-04-111-0/+23
* Fix 2 vm_offset_t -> vm_paddr_t missed in previous commit.jake2003-03-251-1/+1
* Add integer value of _CID handling.takawata2003-03-061-3/+33
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* Use canonical form for cdevsw initialization.phk2003-03-021-13/+13
* Move the pnp and location info into the common pci bus. Make all knownimp2003-02-171-0/+2
* Allow non-privilaged user to retrive battery or AC line information.takawata2003-02-154-1/+27
* More useful announce message containing current speed of CPUnjl2003-01-231-3/+3
* For the cpu throttling message, s/enabled/availablenjl2003-01-141-1/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Change ACPI make_dev() calls to use UID_ and GID_ constants ratherrwatson2002-12-281-1/+2
* Fix a De Morgan bug: If we only expect a memory range OR anmarcel2002-12-231-8/+8
* Add sysctl knob to stop disabling acpi on shutdown.takawata2002-12-112-2/+10
* Resolve conflicts arising from the ACPI CA 20021118 import.iwasaki2002-11-272-5/+5
* Disable debug output from acpi_pci_link.iwasaki2002-11-271-5/+5
* - Assume a bus number of zero if evaluating _BBN fails, not if it succeeds.jhb2002-11-251-9/+8
* Add `if (!cold)' checkings for functions which is called via SYSINIT.iwasaki2002-11-241-7/+13
* According to the ACPI spec, the bus number of the child PCI bus of a hostjhb2002-11-221-7/+52
* Add status initialization code for acpi_cmbat and acpi_acad,iwasaki2002-11-032-7/+120
* Don't examine ACPI_STA_ENABLE bit of device's_STA object on initialiwasaki2002-10-311-5/+4
* Interpret new loader tunable "hw.acpi.verbose" to turniwasaki2002-10-311-2/+6
* Invoke 3 ACPI task threads as default if option ACPI_MAX_THREADS isiwasaki2002-10-313-6/+9
* Add a missing newline to the end of a device_printf().jhb2002-10-291-1/+1
OpenPOWER on IntegriCloud