summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2004-01-04Apply http://bugme.osdl.org/attachment.cgi?id=1777&action=view fromgendalia
2003-12-21correct handling of _SI.SST method as it is described in ACPI spec.kochi
2003-12-21Make ACPI interpreter a bit permissive:kochi
2003-12-21Give up unresponding hardware when entering sleep state.kochi
2003-12-21Make ACPI interpreter a bit permissive:kochi
2003-12-15Fixes from PR#23177. Various lint/logic fixes:jmc
2003-12-13Merge ACPI-CA 20031203kochi
2003-12-12Just use the default field separatorjmc
2003-12-12Regen (picks up PNP8389 after devlist2h.awk changesjmc
2003-12-12Fix from PR#23177. Pass lint and while here use a regular field separatorjmc
2003-12-11make this compile again.christos
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-11-26Remove unused file.kochi
2003-11-20convert tab -> space (pointed out by Kanaoka-san)kochi
2003-11-20fix for ThinkPad 'large reference count' problem.kochi
2003-11-12- fix deadlocks due to using lock_status() from interrupt context.yamt
2003-11-12use snprintf("%X") instead of "%x" + strupr().yamt
2003-11-09* Preserve original $Revision$kochi
2003-11-03Remove acpiec locking from the list.mycroft
2003-11-03Rework slightly so we use acpi_match_hid() in pckbc_acpi_attach() too.mycroft
2003-11-03Match all PNP03?? IDs.mycroft
2003-11-03Match all PNP04?? IDs.mycroft
2003-11-03Match all PNP07?? IDs.mycroft
2003-11-03Use pmatch() so that we can use patterns.mycroft
2003-11-03Add a SMC ID.mycroft
2003-11-03More cleanup:mycroft
2003-11-03Clean up some messages:mycroft
2003-11-03Fix locking protocol, and use _GLK appropriately. From kochi, with somemycroft
2003-11-03* now the size of ACPI_DEVICE_INFO is variable:kochi
2003-11-03Add another item, and some comments on particular machines affected.mycroft
2003-11-02Add another one.mycroft
2003-11-02Fix LP64 bug.matt
2003-11-02acpi_res_parse_ioport(): if the added entry is next to a previous I/O portjdolecek
2003-11-01Dropped a word...mycroft
2003-11-01A small list of things needed here.mycroft
2003-11-01Don't bothering reinitializing the sensor name strings when the battery infomycroft
2003-11-01One more spot for a structure change.mycroft
2003-11-01make this compilable again with ACPI_DEBUG.yamt
2003-11-01Provide percentages for the threshold values too.mycroft
2003-11-01Whoops, made a typo there.mycroft
2003-11-01Split "load" into "charge rate" and "discharge rate", depending on the statemycroft
2003-11-01Small change to use the "last full capacity" as the capacity maximum.mycroft
2003-11-01There's no need to clear the data_s fields now that the VALID bits are correct.mycroft
2003-11-01sc_lockhandle is garbage.mycroft
2003-11-01Remove an unnecessary call to AcpiGlearGpe().mycroft
2003-11-01Correct arguments to AcpiClearGpe().mycroft
2003-11-01Do not install address handlers before calling AcpiEnableSubsystem() -- thismycroft
2003-11-01Remove some unused #defines.mycroft
2003-11-01Update copyright.mycroft
2003-11-01Correct arguments to AcpiInstallGpeHandler, as per Linux and FreeBSD.mycroft