summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2007-05-28fix build when ACPI_DEBUG is definedRobert Nagy
2007-05-28Eliminate unsightly blank lines in dmesg.Kenneth R Westerback
2007-05-06at least always print a new line, even if NOPSSTed Unangst
2007-04-23When receiving an undock request, walk the list of dependant devicesMichael Knudsen
2007-04-23When adding a device node to the list of dependant devices, don't addMichael Knudsen
2007-04-23In acpidock_softc, change sc_sens from being a one element long array toMichael Knudsen
2007-04-23spacing and some really long linesGordon Willem Klok
2007-04-22Whitespace cleanup.Michael Knudsen
2007-04-22Remove unnecessary local variable in acpidock_status() and kill an XXXMichael Knudsen
2007-04-22Add a TAILQ, aml_nodelist, of devices depending on the dock device toMichael Knudsen
2007-04-17Now that acpidock no longer hangs machines during boot (at leastMichael Knudsen
2007-04-17Fix a really emberrassing bug: Do not unconditionally call _DCK with aMichael Knudsen
2007-04-16Fix debug info when docking/undocking so it tells users what they needMichael Knudsen
2007-04-11Added changes for C-StateJordan Hargrave
2007-04-06Fix a strange typo and don't set sc_docked in acpidock_dockctl(). It'sMichael Knudsen
2007-03-26Don't leak memory.Marco Peereboom
2007-03-26Calculate minutes left more accurately.Marco Peereboom
2007-03-23Fix set to already set localJordan Hargrave
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2007-03-20Use aml_val2int() instead of accessing v_integer directly.Michael Knudsen
2007-03-03Stop looking for acpidock until we fix that stuff that breaks all pre-60Michael Knudsen
2007-02-27please, check it compiles before you commitTheo de Raadt
2007-02-27Added fix for condref, free storing into valueJordan Hargrave
2007-02-23Added support for getting host-bridge _BBN from _CRS resourcesJordan Hargrave
2007-02-22We were getting no interrupts in .MP. There are 2 fixes; one inMarco Peereboom
2007-02-22Fixed ACPITIMER header revision for ACPI2.0 onlyJordan Hargrave
2007-02-22New resource mapper interface and structuresJordan Hargrave
2007-02-21Fix stuttering audio playback as reported by Igor Grabin.Marco Peereboom
2007-02-21Make an acpi-enabled GENERIC.MP work on systems that only support PIC mode.Mark Kettenis
2007-02-21Fix a few memory leaks.Marco Peereboom
2007-02-21KNFMarco Peereboom
2007-02-21Some Sony VAIOs use the wrong eventing type. Work around that by honering it.Marco Peereboom
2007-02-21Fixed deref for storing to local after CondRef opJordan Hargrave
2007-02-20It helps to enable hpet... This fixes bnx not working on amd64.Marco Peereboom
2007-02-20KNF while here.Marco Peereboom
2007-02-20KNF while in here.Marco Peereboom
2007-02-20Move AML_OBJDEBUG into ACPI_DEBUG.Marco Peereboom
2007-02-19Added acpi_map_address function for mapping GAS/IO registersJordan Hargrave
2007-02-18Added dynamic perfect hash for opcodesJordan Hargrave
2007-02-18Shave off another K pre compression.Marco Peereboom
2007-02-17Add SMALL_KERNEL throught acpi to make it fit on boot media.Marco Peereboom
2007-02-17Since a full battery can still have state BST_CHARGE ("charging"),Deanna Phillips
2007-02-15Change some functions so there's only one exit point. This should makeMichael Knudsen
2007-02-15Let acpidock_eject take an extra argument of what node to call _EJ0 on.Michael Knudsen
2007-02-15Don't clear the struct aml_value res when aml_evalnode() does thisMichael Knudsen
2007-02-14Cleanup and hide debug messages.Mark Kettenis
2007-02-14Quiet a noisy debug message by using dnprintf instead of printf.Deanna Phillips
2007-02-13Fixed stupid bit mangling on index fieldsJordan Hargrave
2007-02-13Add smarter _INI code. This helps with some dissapearing devices.Marco Peereboom
2007-02-06Added support for calling _OSI methodJordan Hargrave