Age | Commit message (Expand) | Author |
2007-11-25 | When available and ACPI is enabled use the ACPI reset method | Jonathan Gray |
2007-11-19 | sigh, amd64 still uses that stupid acpi_enabled variable... | Theo de Raadt |
2007-11-19 | softc's come initialized to 0, you know... | Theo de Raadt |
2007-11-19 | store revision; from jsg | Theo de Raadt |
2007-11-19 | supply a place to store acpi version; from jsg | Theo de Raadt |
2007-11-19 | Initialize sc_facs earlier. | Mark Kettenis |
2007-11-18 | Don't add identity mappings for ISA interrupts for which we have an override. | Mark Kettenis |
2007-11-18 | Fix for PR 5642 & 5643. Report and testing Martijn Rijkeboer | Marco Peereboom |
2007-11-17 | Print the type that's wrong. | Mark Kettenis |
2007-11-17 | Buffers are not necessarily NUL-terminated, so use memcpy instead of strlcpy | Mark Kettenis |
2007-11-16 | Fix dmesg output. From form@. | Mike Belopuhov |
2007-11-16 | the cpu_feature/cpu_id stuff here is bullshit, XXX it so that it gets fixed o... | Theo de Raadt |
2007-11-16 | fix the bus_space #define nightmare, so that amd64 and i386 are much more | Theo de Raadt |
2007-11-16 | quotes around model name too | Theo de Raadt |
2007-11-15 | remove the #ifdef ACPI_ENABLE. the EC codepath is either safe enough (and | Theo de Raadt |
2007-11-15 | Make acpicpu(4) attach to the existing CPUs only. | Mike Belopuhov |
2007-11-15 | Nicer dmesg output. | Mike Belopuhov |
2007-11-15 | don't waste our time telling the aml that we are OpenBSD; it will never | Theo de Raadt |
2007-11-14 | shrink floppy build by knocking out some unused bits of code; seen by canacar | Theo de Raadt |
2007-11-14 | spacing | Theo de Raadt |
2007-11-14 | Fix handling of local AML variables for type conversion: | Can Erkin Acar |
2007-11-12 | spacing | Theo de Raadt |
2007-11-12 | no need to print acpi name on attach | Theo de Raadt |
2007-11-12 | a little less excitement (every printf does not need to end in !) | Theo de Raadt |
2007-11-12 | correct : vs , in attach-time messages | Theo de Raadt |
2007-11-12 | spacing | Theo de Raadt |
2007-11-12 | only print bif info that is complete | Theo de Raadt |
2007-11-12 | missing : | Theo de Raadt |
2007-11-10 | do not check malloc return value against NULL, as M_WAITOK is used | Charles Longeau |
2007-11-08 | Pass correct pointers to memcpy when concatanating strings/buffers | Can Erkin Acar |
2007-11-08 | convert the value to a string instead of using aml_val2str() | Can Erkin Acar |
2007-11-06 | all ACPI_ENABLE kernels need acpi_interrupt() | Theo de Raadt |
2007-11-06 | move acpi_read_pmreg() and acpi_write_pmreg() out of SMALL_KERNEL so | Theo de Raadt |
2007-11-05 | Establish the acpi interrupt earlier. Fixes problems with some | Can Erkin Acar |
2007-11-05 | Use the acpi_{acquire,release}_global_lock() to implement the global | Tobias Weingartner |
2007-11-04 | Check for non-zero address if mapping to the extended addresses. | Mike Belopuhov |
2007-11-03 | Notebook from ckuethe@ that notifies AC with 0x01, so add that in. | Can Erkin Acar |
2007-11-03 | ACPI allows the OS to identify itself in a couple of ways and may behave | Chris Kuethe |
2007-11-03 | Remove a useless printf, hit if acpicpu is disabled. | Gordon Willem Klok |
2007-11-03 | Added support for displaying wakeup devices | Jordan Hargrave |
2007-11-03 | Add missing else so that Concatanation of two buffers work. | Can Erkin Acar |
2007-11-03 | Fix setting values to buffers by obeying the conversion rules. | Can Erkin Acar |
2007-11-03 | less colons | Theo de Raadt |
2007-11-03 | Remove those words... | Chris Kuethe |
2007-11-03 | repair attach messages; ok gwk canacar | Theo de Raadt |
2007-11-03 | ACPI allows the OS to identify itself in a couple of ways and may behave | Chris Kuethe |
2007-11-03 | Changed aml_parselength to use incremental length calc | Jordan Hargrave |
2007-10-11 | When walking the tree yo find _PRT methods, check whether the device is | Mark Kettenis |
2007-10-08 | More simple memset(,0,) -> M_ZERO changes. In this batch move to | Kenneth R Westerback |
2007-09-13 | Remove unnecessary memset() (see aml_evalnode(9)) and a bit of KNF. | Michael Knudsen |