summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add new loader tunable hw.acpi.ec.event_driven so that we controliwasaki2002-10-241-1/+4
* Catch up to changes in acpivar.h to add support for using ACPI onjhb2002-10-168-12/+23
* struct timecounter is defined in sys/time.h on 4-stable.jhb2002-10-161-0/+4
* - Include lock headers on current in this header instead of puttingjhb2002-10-161-3/+18
* - In AcpiOsGetThreadId(), allow for curproc to be NULL on 4-stable systems.jhb2002-10-161-4/+14
* Implement the internal locks of an ACPI semaphore with splhigh() onjhb2002-10-161-8/+31
* Fix a possible bug about freeing non-malloc'ed pointer.iwasaki2002-10-161-2/+3
* Use d_thread_t for cdevsw functions instead of struct thread * so that itjhb2002-10-091-3/+3
* Include <dev/acpica/acpivar.h> instead of <acpica/acpivar.h> like all thejhb2002-10-091-1/+1
* Don't panic for a bad ivar request, just return ENOENT.jhb2002-10-081-1/+0
* Make sure that ACPI PCI driver probe routine call pci_cfgregopen()iwasaki2002-10-052-0/+6
* Oops, forgot to add main file for my previous commit :-)iwasaki2002-10-051-0/+1077
* Add code for ACPI PCI link object manipulation.iwasaki2002-10-054-2/+32
* Oops, missed this one. Fix a printf format error on 64 bit systemspeter2002-10-041-2/+2
* Fix printf format errors on 64 bit systems where sizes are longpeter2002-10-041-2/+4
* Display the name of the acpi node that we do not find the pci interruptpeter2002-10-041-2/+3
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-022-2/+2
* Now that we only probe host-PCI bridges once, we no longer have to check tojhb2002-09-231-12/+0
* Attach ACPI children a bit later in attach(), specifically after performingjhb2002-09-061-2/+3
* Add a helper routine acpi_SetIntrModel() to call the _PIC method to setjhb2002-09-062-0/+24
* Make the printf messages when routing interrupts more consistent in thejhb2002-09-051-5/+6
* - Make pci_load_vendor_data() static and do it during MOD_LOAD instead ofjhb2002-09-041-2/+0
* Use resource_list_print_types() instead of duplicating the code.jhb2002-09-041-40/+4
* s/hint.acpi.0.disable/hint.acpi.0.disabled/iwasaki2002-08-301-0/+5
* Resolve conflicts arising from the ACPI CA 20020815 import.iwasaki2002-08-293-18/+31
* Change default value of hw.acpi.sleep_delay to 0.iwasaki2002-08-281-1/+1
* Fix a bug about the cooling system controlling in acpi_thermal driver.iwasaki2002-08-272-11/+37
* Overhaul the ACPI PCI bridge driver a bit:jhb2002-08-264-588/+280
* Add an ACPI PCI bus driver that is a subclass of the generic PCI busjhb2002-08-261-0/+235
* In acpi_pcib_route_interrupt(), the code claims to check to see if a PCIjhb2002-08-262-4/+4
* Add new sysctl MIB (hw.acpi.sleep_delay) to specify the delay (iniwasaki2002-08-252-0/+9
* Use the _STA method of a battery control method to see if a battery isjhb2002-08-211-10/+16
OpenPOWER on IntegriCloud