Home | History | Annotate | Download | only in acpi
History log of /src/sys/dev/acpi/vald_acpi.c
RevisionDateAuthorComments
 1.8  07-Dec-2021  andvar fix various typos, mainly in comments.
 1.7  01-Nov-2021  andvar fix typos, mainly in words minimum and maximum, but also few others.
 1.6  29-Jan-2021  thorpej Use acpi_compatible_match().
 1.5  14-Jul-2016  msaitoh branches: 1.5.32;
KNF. No functional change.
 1.4  15-Apr-2010  jruoho branches: 1.4.2; 1.4.4; 1.4.6; 1.4.24; 1.4.42;
As discussed with jmcneill@, install a global "bus notification handler"
that receives all notifications and deliver notifications to drivers via it.
 1.3  14-Apr-2010  jruoho No need to spread the ACPICA type system any more than is necessary:

UINT8 -> uint8_t and UINT32 -> uint32_t.
 1.2  10-Apr-2010  jruoho Remove unnecessary casts.
 1.1  10-Apr-2010  jruoho Move vald(4) to sys/dev/acpi. This is MI and should work also on amd64.

ok jmcneill@

XXX: This is broken: it calls methods with absolute pathnames (almost
guaranteed not to be portable across models), it accesses methods
that are in the domain of other drivers, it walks the namespace on
its own, it contains plenty of magic constants, it does not
integrate with existing KPIs, etc. Summa summarum: this should be
rewritten as a more generic toshiba_acpi(4).
 1.4.42.1  05-Oct-2016  skrll Sync with HEAD
 1.4.24.1  03-Dec-2017  jdolecek update from HEAD
 1.4.6.2  11-Aug-2010  yamt sync with head.
 1.4.6.1  15-Apr-2010  yamt file vald_acpi.c was added on branch yamt-nfs-mp on 2010-08-11 22:53:17 +0000
 1.4.4.2  30-May-2010  rmind sync with head
 1.4.4.1  15-Apr-2010  rmind file vald_acpi.c was added on branch rmind-uvmplock on 2010-05-30 05:17:17 +0000
 1.4.2.2  30-Apr-2010  uebayasi Sync with HEAD.
 1.4.2.1  15-Apr-2010  uebayasi file vald_acpi.c was added on branch uebayasi-xip on 2010-04-30 14:43:07 +0000
 1.5.32.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed