summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2007-02-09Merge newlock2 to head.ad
2007-01-10Fix typoed function name. I guess not a lot of people use that driver.cube
2007-01-09Add a lint-only value of "/dev/null" for ACPI_DSDT_FILE.cube
2006-11-26Introduce acpi_check() to inform the caller whether the acpi driver iscube
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12Use __unused in function arguments where appropiate. (hi christos)xtraeme
2006-10-12- sprinkle __unused on function decls.christos
2006-10-11Aggregate discharge rate over all batteries. Makes time remaininggdt
2006-10-11Aggregate current charge level and lastcap over all batteries, rathergdt
2006-09-26When resuming from S1 standby, don't try to release a mutex that we hadn'tjmcneill
2006-09-24blah blah discard pointer qualifier blah.dogcow
2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill
2006-09-23In acpi_pci_link_dump, print out polarity and trigger for the link devicefvdl
2006-09-23Define the "broken IRQ0 override" quirk, and add it for one type of ACPIfvdl
2006-08-27Complete the declaration.christos
2006-08-27Delete unsigned comparison with < 0christos
2006-08-20PR/34241: Dave Sainty: Bound a memcpy to the sizeof the buffer where wechristos
2006-08-14ACPI frontend for Yamaha OPL3-SA[23].itohy
2006-08-06PR/34117: Takuya SHIOZAKI: enhancement for acpiapm(4)christos
2006-08-06PR/34116: Takuya SHIOZAKI: acpiapm(4) misuses config(9)christos
2006-07-14Make this build again and fix the bus_space_tag_t member of the softc,xtraeme
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-07-12Fix typo (discarge -> discharge).hira
2006-07-12Prevent zerodivide (from Kouichirou Hiratsuka)christos
2006-07-10Do not try to disable link devices (using _DIS) at startup. This causesfvdl
2006-07-09url for M$ file changed.christos
2006-07-08Add acpi apm attachment based on sysmon hooks.christos
2006-07-05Repeat after me, use __KERNEL_RCSID.xtraeme
2006-07-04Apply fvdl's acpi pci interrupt configuration code.christos
2006-07-02Move acpi_timer.h outside of __HAVE_TIMECOUNTER, as we need acpitimer_init()bouyer
2006-07-01- use aprint instead of printf.christos
2006-06-30Add __KERNEL_RCSID().xtraeme
2006-06-30Remove a debug printf.xtraeme
2006-06-26test the PM timer for glitches (using the algorithm from FreeBSD)drochner
2006-06-24fix typo: idicator -> indicatortsarna
2006-06-21First cut on an implementation of an ACPI power management counterdrochner
2006-06-20When we consume a resource definition from _PRS, advance to the next one.cube
2006-06-19acpi_pci_fixup didn't work as well as I had hoped; don't bother for now.jmcneill
2006-06-19Fixup PCI interrupt routing using ACPI tables on return from S3 sleep.jmcneill
2006-06-15EXPERIMENTAL: Add sysctl for triggering ACPI sleep. This interface is notjmcneill
2006-05-14integrate kauth.elad
2006-05-14gcc4: 'Data' may be used uninitialized in this functiondogcow
2006-04-30My laptop sends DeviceCheck instead of PowerSourceStatusChanged.rpaulo
2006-04-13NULL check for a parameter of AcpiOsSignal().kochi
2006-03-23Change header location in accordance with moving ACPI-CA to sys/dist/acpicakochi
2006-03-23change header location in accordance with moving ACPI-CA to sys/distkochi
2006-03-23Move ACPI-CA to sys/dist/acpica.kochi
2006-03-23Move to sys/dev/acpi/acpica.kochi
2006-03-23Move to sys/dist/acpica.kochi
2006-03-23Move from sys/dev/acpi/acpica/Osd.kochi