summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2007-11-25When available and ACPI is enabled use the ACPI reset methodJonathan Gray
2007-11-19sigh, amd64 still uses that stupid acpi_enabled variable...Theo de Raadt
2007-11-19softc's come initialized to 0, you know...Theo de Raadt
2007-11-19store revision; from jsgTheo de Raadt
2007-11-19supply a place to store acpi version; from jsgTheo de Raadt
2007-11-19Initialize sc_facs earlier.Mark Kettenis
2007-11-18Don't add identity mappings for ISA interrupts for which we have an override.Mark Kettenis
2007-11-18Fix for PR 5642 & 5643. Report and testing Martijn RijkeboerMarco Peereboom
2007-11-17Print the type that's wrong.Mark Kettenis
2007-11-17Buffers are not necessarily NUL-terminated, so use memcpy instead of strlcpyMark Kettenis
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