| Age | Commit message (Expand) | Author |
| 2021-10-07 | Also print the device name with aprint_naive, like wss@pnpbios does. | uwe |
| 2021-10-06 | Don't use aprint_normal_dev("") to print the device name. | uwe |
| 2021-10-06 | Fix KASSERT triggered when attaching opl at wss. | uwe |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-05-04 | constify | jdolecek |
| 2019-05-08 | Merge isaki-audio2 branch, the overhaul of audio subsystem. | isaki |
| 2016-07-14 | KNF. No functional change. | msaitoh |
| 2016-01-15 | Don't skip entries in the table, one increment per iteration is enough. | joerg |
| 2011-06-02 | Split device_t/softc of all ad1848 variants properly. Compile test only. | tsutsui |
| 2011-06-02 | fix compile failure. | nonaka |
| 2010-10-02 | Drop _HID requirement for attachment under acpi(4). From now on, | gsutre |
| 2010-03-05 | Remove <dev/acpi/acpica.h> from all files. It is included from | jruoho |
| 2009-08-18 | with new ACPICA, idstr may be NULL. | cegger |
| 2009-08-18 | Switch to ACPICA 20090730, and update for API changes. | jmcneill |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-02-17 | Cut the amount of spam from acpi devices in roughly half by printing | jmcneill |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 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 |
| 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-11 | return (x) -> return x | kochi |
| 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-01-13 | pull across the quirk table from the wss@pnpbios driver and use it identically. | mrg |
| 2002-12-30 | remove declaration of wss_acpi_config_interrupts since it no longer exists. | matt |
| 2002-12-28 | We no longer need to delay the call to wssprobe, so remove the disgusting | jmcneill |
| 2002-12-28 | Fix an uninitialized variable. | matt |
| 2002-12-28 | Add 'com at acpi' and 'wss at acpi' glue. These are both working great on | jmcneill |