| Age | Commit message (Expand) | Author |
| 2021-10-15 | Convert some debug messages to aprint_debug | jmcneill |
| 2021-01-29 | Use acpi_compatible_match(). | thorpej |
| 2020-12-07 | Fix 32-bit build. | jmcneill |
| 2020-12-06 | acpi: Use acpi_intr_establish to install interrupt handlers | jmcneill |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2010-08-07 | Remove the last ACPI driver -specific #ifdef, ACPI_FDC_DEBUG. | jruoho |
| 2010-04-14 | No need to spread the ACPICA type system any more than is necessary: | jruoho |
| 2010-04-10 | Remove unnecessary casts. | jruoho |
| 2010-03-05 | Remove <dev/acpi/acpica.h> from all files. It is included from | jruoho |
| 2010-03-02 | Format string cosmetics (mainly from %d to %u). | jruoho |
| 2009-09-16 | Allow for 'options ACPI_DEBUG' by providing module declarations | mlelstv |
| 2009-02-17 | Cut the amount of spam from acpi devices in roughly half by printing | jmcneill |
| 2008-03-16 | fix compilation | yamt |
| 2008-03-16 | Split device_t and softc for the ... wait for it ... [air quotes] MI | cube |
| 2008-02-18 | Use aprint_*_dev(), device_t and accessors. Constify a bit. | dyoung |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-02-20 | use aprint_* | kochi |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-07-11 | reduce the last commit to its essence; the rest was | drochner |
| 2005-07-11 | PR/30720: Nicolas Joly: compilation failure with ACPI_FDC_DEBUG | christos |
| 2005-05-29 | Sprinkle const freely and delete unnecessary casts. | christos |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-05-01 | specify static where appropriate. | kochi |
| 2004-04-11 | Clean up memory allocated during autoconfiguration | kochi |
| 2004-04-11 | change acpi_resource_parse API to support _PRS parsing as well as _CRS | kochi |
| 2004-04-10 | whitespace nit | kochi |
| 2003-11-03 | Match all PNP07?? IDs. | mycroft |
| 2003-11-03 | More cleanup: | mycroft |
| 2003-11-03 | Clean up some messages: | mycroft |
| 2003-11-03 | * now the size of ACPI_DEVICE_INFO is variable: | kochi |
| 2003-10-31 | Catch up with ABI changes in ACPI-CA. Some additional changes to acpi_bat to | mycroft |
| 2003-09-25 | imake this compile again. | christos |
| 2003-09-25 | Modify the fdcattach() interface again, splitting it into two parts, so that | mycroft |
| 2003-09-25 | Update for new attach method. | mycroft |
| 2003-08-15 | 'struct acpi_resources' will have references to malloc'ed memory. | kochi |
| 2003-06-18 | don't #include <sys/dkstat.h> where it is (appearently) unused | drochner |
| 2003-05-21 | size_t != unsigned int all the time. | christos |
| 2003-01-13 | Why do I always think 'evaluate' and type 'evalulate'? | jmcneill |
| 2003-01-09 | need to select proper IST for interrupt - IST_NONE is almost certainly not | jdolecek |
| 2003-01-09 | _FDE is optional, so don't print warning messages about it failing | jdolecek |
| 2003-01-09 | A few fallbacks: | jmcneill |
| 2003-01-09 | Enumerate floppy disk drives via ACPI (mmm, faster booting). Known to work | jmcneill |
| 2002-12-28 | Correctly pass the proper DRQ down to the common fdc driver. | jmcneill |
| 2002-12-28 | Add an fdc at acpi(4) attachment | jmcneill |