summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2007-11-16Fix dmesg output. From form@.Mike Belopuhov
2007-11-16the cpu_feature/cpu_id stuff here is bullshit, XXX it so that it gets fixed o...Theo de Raadt
2007-11-16fix the bus_space #define nightmare, so that amd64 and i386 are much moreTheo de Raadt
2007-11-16quotes around model name tooTheo de Raadt
2007-11-15remove the #ifdef ACPI_ENABLE. the EC codepath is either safe enough (andTheo de Raadt
2007-11-15Make acpicpu(4) attach to the existing CPUs only.Mike Belopuhov
2007-11-15Nicer dmesg output.Mike Belopuhov
2007-11-15don't waste our time telling the aml that we are OpenBSD; it will neverTheo de Raadt
2007-11-14shrink floppy build by knocking out some unused bits of code; seen by canacarTheo de Raadt
2007-11-14spacingTheo de Raadt
2007-11-14Fix handling of local AML variables for type conversion:Can Erkin Acar
2007-11-12spacingTheo de Raadt
2007-11-12no need to print acpi name on attachTheo de Raadt
2007-11-12a little less excitement (every printf does not need to end in !)Theo de Raadt
2007-11-12correct : vs , in attach-time messagesTheo de Raadt
2007-11-12spacingTheo de Raadt
2007-11-12only print bif info that is completeTheo de Raadt
2007-11-12missing :Theo de Raadt
2007-11-10do not check malloc return value against NULL, as M_WAITOK is usedCharles Longeau
2007-11-08Pass correct pointers to memcpy when concatanating strings/buffersCan Erkin Acar
2007-11-08convert the value to a string instead of using aml_val2str()Can Erkin Acar
2007-11-06all ACPI_ENABLE kernels need acpi_interrupt()Theo de Raadt
2007-11-06move acpi_read_pmreg() and acpi_write_pmreg() out of SMALL_KERNEL soTheo de Raadt
2007-11-05Establish the acpi interrupt earlier. Fixes problems with someCan Erkin Acar
2007-11-05Use the acpi_{acquire,release}_global_lock() to implement the globalTobias Weingartner
2007-11-04Check for non-zero address if mapping to the extended addresses.Mike Belopuhov
2007-11-03Notebook from ckuethe@ that notifies AC with 0x01, so add that in.Can Erkin Acar
2007-11-03ACPI allows the OS to identify itself in a couple of ways and may behaveChris Kuethe
2007-11-03Remove a useless printf, hit if acpicpu is disabled.Gordon Willem Klok
2007-11-03Added support for displaying wakeup devicesJordan Hargrave
2007-11-03Add missing else so that Concatanation of two buffers work.Can Erkin Acar
2007-11-03Fix setting values to buffers by obeying the conversion rules.Can Erkin Acar
2007-11-03less colonsTheo de Raadt
2007-11-03Remove those words...Chris Kuethe
2007-11-03repair attach messages; ok gwk canacarTheo de Raadt
2007-11-03ACPI allows the OS to identify itself in a couple of ways and may behaveChris Kuethe
2007-11-03Changed aml_parselength to use incremental length calcJordan Hargrave
2007-10-11When walking the tree yo find _PRT methods, check whether the device isMark Kettenis
2007-10-08More simple memset(,0,) -> M_ZERO changes. In this batch move toKenneth R Westerback
2007-09-13Remove unnecessary memset() (see aml_evalnode(9)) and a bit of KNF.Michael Knudsen
2007-09-13Implement ACPI 6.5.1 spec tree walk for _STA and _INI.Tobias Weingartner
2007-09-08Case ranges e.g. case 'A' ... 'Z': are a gcc-ism not valid C. Fix these, andGordon Willem Klok
2007-09-07Fix code that figures out the PCI bus number for a _PRT configuration object.Mark Kettenis
2007-06-23Accept 0x00 as notify type since some notebooks (MSI-S260)Can Erkin Acar
2007-06-15Check that sc_notify actually points to something before attempting to callGordon Willem Klok
2007-05-31Make powernow-k8 on amd64 and i386 use the _PSS object from acpi toGordon Willem Klok
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