History log of /netbsd-src/sys/dev/acpi/acpica/OsdEnvironment.c (Results 1 – 7 of 7)
Revision Date Author Comments
# c69f42d3 21-Aug-2021 andvar <andvar@NetBSD.org>

fix mainly same typos as in my previous commit but outside sys/dev/dm.


# 2ef5adcc 12-Jun-2011 jruoho <jruoho@NetBSD.org>

Follow IA-64 with the x86-specific ACPI MD functions and move these where
they belong to. Remove an unused function. Minor KNF. No functional change.


# ec32b602 23-Aug-2009 jmcneill <jmcneill@NetBSD.org>

When ACPI is not present, free any resources used by the ACPICA. Also,
no need to complain (unless we're debugging) that ACPI is not present.


# b0fb7abf 18-Aug-2009 jmcneill <jmcneill@NetBSD.org>

Switch to ACPICA 20090730, and update for API changes.


# 9b2b412c 15-Dec-2007 perry <perry@NetBSD.org>

__FUNCTION__ -> __func__


# 4c1d81b2 09-Dec-2007 jmcneill <jmcneill@NetBSD.org>

Merge jmcneill-pm branch.


# cf31c67b 23-Mar-2006 kochi <kochi@NetBSD.org>

Move from sys/dev/acpi/acpica/Osd.