summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/wss_acpi.c
AgeCommit message (Expand)Author
2021-10-07Also print the device name with aprint_naive, like wss@pnpbios does.uwe
2021-10-06Don't use aprint_normal_dev("") to print the device name.uwe
2021-10-06Fix KASSERT triggered when attaching opl at wss.uwe
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-05-04constifyjdolecek
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2016-07-14KNF. No functional change.msaitoh
2016-01-15Don't skip entries in the table, one increment per iteration is enough.joerg
2011-06-02Split device_t/softc of all ad1848 variants properly. Compile test only.tsutsui
2011-06-02fix compile failure.nonaka
2010-10-02Drop _HID requirement for attachment under acpi(4). From now on,gsutre
2010-03-05Remove <dev/acpi/acpica.h> from all files. It is included fromjruoho
2009-08-18with new ACPICA, idstr may be NULL.cegger
2009-08-18Switch to ACPICA 20090730, and update for API changes.jmcneill
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-02-17Cut the amount of spam from acpi devices in roughly half by printingjmcneill
2008-04-05use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-02-20use aprint_*kochi
2005-12-11merge ktrace-lwp.christos
2004-05-01specify static where appropriate.kochi
2004-04-11Clean up memory allocated during autoconfigurationkochi
2004-04-11change acpi_resource_parse API to support _PRS parsing as well as _CRSkochi
2004-04-11return (x) -> return xkochi
2003-11-03More cleanup:mycroft
2003-11-03Clean up some messages:mycroft
2003-11-03* now the size of ACPI_DEVICE_INFO is variable:kochi
2003-10-31Catch up with ABI changes in ACPI-CA. Some additional changes to acpi_bat tomycroft
2003-01-13pull across the quirk table from the wss@pnpbios driver and use it identically.mrg
2002-12-30remove declaration of wss_acpi_config_interrupts since it no longer exists.matt
2002-12-28We no longer need to delay the call to wssprobe, so remove the disgustingjmcneill
2002-12-28Fix an uninitialized variable.matt
2002-12-28Add 'com at acpi' and 'wss at acpi' glue. These are both working great onjmcneill