Home | History | Annotate | Download | only in acpi
History log of /src/sys/dev/acpi/dalb_acpi.c
RevisionDateAuthorComments
 1.19  29-Jan-2021  thorpej Use acpi_compatible_match().
 1.18  23-Apr-2015  pgoyette branches: 1.18.32;
Update module dependencies for all the existing modules that depend on sysmon components.
 1.17  16-Feb-2011  jruoho branches: 1.17.14; 1.17.32;
Change the preprocessor defines around the module(9)'s modcmd() calls such
that the modules show in modstat(8) even though these are "builtin".
 1.16  25-Oct-2010  jruoho branches: 1.16.2; 1.16.4;
Add support for module(9).
 1.15  24-Apr-2010  jruoho Do not use __func__ with ACPI_DEBUG_PRINT (it already adds it).
 1.14  15-Apr-2010  jruoho As discussed with jmcneill@, install a global "bus notification handler"
that receives all notifications and deliver notifications to drivers via it.
 1.13  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.12  10-Apr-2010  jruoho Remove unnecessary casts.
 1.11  09-Apr-2010  jruoho Use ACPI_DEBUG_PRINT instead of a local DPRINTF.
 1.10  08-Mar-2010  jruoho branches: 1.10.2;
Remove unused struct sysctllog from the softc.
 1.9  05-Mar-2010  jruoho Remove <dev/acpi/acpica.h> from all files. It is included from
<dev/acpi/acpivar.h>. Ditto for <dev/sysmon/sysmonvar.h>, <sys/bus.h>,
<dev/pci/pcivar.h>, and <dev/isa/isavar.h>.

Also nuke a lot of unused and invalid headers. Some of these are audibly
provided by standard headers (namely <sys/param.h> and <sys/device.h>), some
have nothing to do with ACPI devices (e.g. <sys/syslog.h>), and some are
nonexistent local includes (e.g. "mpu_ym.h"). Moreoever, try to group the
includes into their respective blocks.

Tested with GENERIC and ALL (i386). No functional change.
 1.8  02-Mar-2010  jruoho Format string cosmetics (mainly from %d to %u).
 1.7  24-Feb-2010  dyoung A pointer typedef entails trading too much flexibility to declare const
and non-const types, and the kernel uses both const and non-const
PMF qualifiers and device suspensors, so change the pmf_qual_t and
device_suspensor_t typedefs from "pointers to const" to non-pointer,
non-const types.
 1.6  31-Jan-2010  jruoho branches: 1.6.2;
Add a detachment routine.
 1.5  08-Jan-2010  dyoung Expand PMF_FN_* macros.
 1.4  05-Jan-2010  jruoho Use acpi_eval_struct() to simplify code.

ok pgoyette@, jmcneill@
 1.3  16-Sep-2009  mlelstv Allow for 'options ACPI_DEBUG' by providing module declarations
and using memory allocation macros instead of calling AcpiOs* stubs
directly.
 1.2  01-Jun-2008  jmcneill branches: 1.2.2; 1.2.4; 1.2.8; 1.2.22;
Don't reload usageid on resume, this should never change.
 1.1  18-May-2008  cegger acpidalb(4): Driver for PNP0C32 Hotkeys aka "Direct Application Launch Buttons".
"awesome" jmcneill
 1.2.22.4  11-Aug-2010  yamt sync with head.
 1.2.22.3  11-Mar-2010  yamt sync with head
 1.2.22.2  04-May-2009  yamt sync with head.
 1.2.22.1  01-Jun-2008  yamt file dalb_acpi.c was added on branch yamt-nfs-mp on 2009-05-04 08:12:34 +0000
 1.2.8.2  23-Jun-2008  wrstuden Add files to branch that were added on -current.

After this, all that's left of update is to merge some changes
that had conflicts.
 1.2.8.1  01-Jun-2008  wrstuden file dalb_acpi.c was added on branch wrstuden-revivesa on 2008-06-23 05:02:13 +0000
 1.2.4.2  04-Jun-2008  yamt sync with head
 1.2.4.1  01-Jun-2008  yamt file dalb_acpi.c was added on branch yamt-pf42 on 2008-06-04 02:05:10 +0000
 1.2.2.2  02-Jun-2008  mjf Sync with HEAD.
 1.2.2.1  01-Jun-2008  mjf file dalb_acpi.c was added on branch mjf-devfs2 on 2008-06-02 13:23:13 +0000
 1.6.2.2  06-Nov-2010  uebayasi Sync with HEAD.
 1.6.2.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.10.2.2  05-Mar-2011  rmind sync with head
 1.10.2.1  30-May-2010  rmind sync with head
 1.16.4.1  17-Feb-2011  bouyer Sync with HEAD
 1.16.2.1  06-Jun-2011  jruoho Sync with HEAD.
 1.17.32.1  06-Jun-2015  skrll Sync with HEAD
 1.17.14.1  03-Dec-2017  jdolecek update from HEAD
 1.18.32.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed