summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/ym_acpi.c
AgeCommit message (Expand)Author
2010-03-05Remove <dev/acpi/acpica.h> from all files. It is included fromjruoho
2009-08-19Adapt for ACPICA API changes.jmcneill
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-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-08-14ACPI frontend for Yamaha OPL3-SA[23].itohy