| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2004-01-04 | Apply http://bugme.osdl.org/attachment.cgi?id=1777&action=view from | gendalia | |
| http://bugme.osdl.org/show_bug.cgi?id=1766 makes acpi work on my Dell Latitude D600, and should fix PR i386/23868. Approved by gimpy, thanks to soren for finding it. | |||
| 2003-12-21 | correct handling of _SI.SST method as it is described in ACPI spec. | kochi | |
| 2003-12-21 | Make ACPI interpreter a bit permissive: | kochi | |
| * emulate ReturnOp where expected but not existing (which is found in some buggy firmwares) from FreeBSD's local changes | |||
| 2003-12-21 | Give up unresponding hardware when entering sleep state. | kochi | |
| from FreeBSD's local changes. | |||
| 2003-12-21 | Make ACPI interpreter a bit permissive: | kochi | |
| * allow access beyond limit of a region (which is found in some buggy firmwares) from FreeBSD's local changes | |||
| 2003-12-15 | Fixes from PR#23177. Various lint/logic fixes: | jmc | |
| Fix some non-initialized variables close the output files when done Redo the printing for RCS strings so they don't expand in the awk script too Do proper tests for variables existance before accessing Verified output from all scripts is identical to original versions | |||
| 2003-12-13 | Merge ACPI-CA 20031203 | kochi | |
| 2003-12-12 | Just use the default field separator | jmc | |
| 2003-12-12 | Regen (picks up PNP8389 after devlist2h.awk changes | jmc | |
| 2003-12-12 | Fix from PR#23177. Pass lint and while here use a regular field separator | jmc | |
| and shift off the first entry to get the description. This fixes one that was getting missed and prevents future errors | |||
| 2003-12-11 | make this compile again. | christos | |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan | |
| This was the last commit of this kind to src/sys, which is now totally "NetBSD.org clean". Thanks for the patiance, and sorry for all the commits. | |||
| 2003-11-26 | Remove unused file. | kochi | |
| 2003-11-20 | convert tab -> space (pointed out by Kanaoka-san) | kochi | |
| 2003-11-20 | fix for ThinkPad 'large reference count' problem. | kochi | |
| from shaohua.li at intel.com | |||
| 2003-11-12 | - fix deadlocks due to using lock_status() from interrupt context. | yamt | |
| - process pending queries in EcUnlock() to close a race window. now there's no need to do polling for EcQuery(). - reorder inline functions and other prototypes so that the formers can get needed prototypes. - add missing prototypes. | |||
| 2003-11-12 | use snprintf("%X") instead of "%x" + strupr(). | yamt | |
| 2003-11-09 | * Preserve original $Revision$ | kochi | |
| * add __KERNEL_RCSID | |||
| 2003-11-03 | Remove acpiec locking from the list. | mycroft | |
| 2003-11-03 | Rework slightly so we use acpi_match_hid() in pckbc_acpi_attach() too. | mycroft | |
| 2003-11-03 | Match all PNP03?? IDs. | mycroft | |
| Also match more PNP0F?? IDs (e.g. the one the HP OmniBook reports). There's also no need to check IBM3780 any more, as the IBM and Acer machines which returned it also return a CID of PNP0F13. | |||
| 2003-11-03 | Match all PNP04?? IDs. | mycroft | |
| 2003-11-03 | Match all PNP07?? IDs. | mycroft | |
| 2003-11-03 | Use pmatch() so that we can use patterns. | mycroft | |
| 2003-11-03 | Add a SMC ID. | mycroft | |
| 2003-11-03 | More cleanup: | mycroft | |
| * Use ACPI_FAILURE() and ACPI_SUCCESS(). * Output exception strings in a few more places. | |||
| 2003-11-03 | Clean up some messages: | mycroft | |
| * Use AcpiFormatException() in a bunch of places. * acpi_resource_parse() already prints an error, so don't do it in the callers. | |||
| 2003-11-03 | Fix locking protocol, and use _GLK appropriately. From kochi, with some | mycroft | |
| modifications. | |||
| 2003-11-03 | * now the size of ACPI_DEVICE_INFO is variable: | kochi | |
| it can now accomodate multiple _CIDs sizeof(ACPI_DEVICE_INFO) should not be used * make ad_devinfo member in acpi_devnode a pointer * implement acpi_match_hid() to simplify matching devices; _CIDs are also taken into account now as well as _HID | |||
| 2003-11-03 | Add another item, and some comments on particular machines affected. | mycroft | |
| 2003-11-02 | Add another one. | mycroft | |
| 2003-11-02 | Fix LP64 bug. | matt | |
| 2003-11-02 | acpi_res_parse_ioport(): if the added entry is next to a previous I/O port | jdolecek | |
| entry, just expand the previous entry instead of adding separate mapping apparently some BIOSes make separate I/O port entries like this, and some drivers then fail to attach; this change fixes mappings like fdc0: io 0x3f2-0x3f3,0x3f4-0x3f5,0x3f7 irq 6 drq 2 to fdc0: io 0x3f2-0x3f5,0x3f7 irq 6 drq 2 change tested by Bernd Ernesti | |||
| 2003-11-01 | Dropped a word... | mycroft | |
| 2003-11-01 | A small list of things needed here. | mycroft | |
| 2003-11-01 | Don't bothering reinitializing the sensor name strings when the battery info | mycroft | |
| is updated. Do print out the battery manufacturer info, though. (It's too bad we can't return this through envsys........) | |||
| 2003-11-01 | One more spot for a structure change. | mycroft | |
| 2003-11-01 | make this compilable again with ACPI_DEBUG. | yamt | |
| 2003-11-01 | Provide percentages for the threshold values too. | mycroft | |
| 2003-11-01 | Whoops, made a typo there. | mycroft | |
| 2003-11-01 | Split "load" into "charge rate" and "discharge rate", depending on the state | mycroft | |
| of the battery. | |||
| 2003-11-01 | Small change to use the "last full capacity" as the capacity maximum. | mycroft | |
| 2003-11-01 | There's no need to clear the data_s fields now that the VALID bits are correct. | mycroft | |
| 2003-11-01 | sc_lockhandle is garbage. | mycroft | |
| 2003-11-01 | Remove an unnecessary call to AcpiGlearGpe(). | mycroft | |
| 2003-11-01 | Correct arguments to AcpiClearGpe(). | mycroft | |
| 2003-11-01 | Do not install address handlers before calling AcpiEnableSubsystem() -- this | mycroft | |
| is done by AcpiInitializeObjects() anyway. | |||
| 2003-11-01 | Remove some unused #defines. | mycroft | |
| 2003-11-01 | Update copyright. | mycroft | |
| 2003-11-01 | Correct arguments to AcpiInstallGpeHandler, as per Linux and FreeBSD. | mycroft | |
