Home | History | Annotate | Download | only in acpi
History log of /src/sys/dev/acpi/hpqlb_acpi.c
RevisionDateAuthorComments
 1.11  29-Jan-2021  thorpej Use acpi_compatible_match().
 1.10  23-Apr-2015  pgoyette branches: 1.10.32;
Update module dependencies for all the existing modules that depend on sysmon components.
 1.9  16-Feb-2011  jruoho branches: 1.9.14; 1.9.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.8  26-Oct-2010  jruoho branches: 1.8.2; 1.8.4;
Add support for module(9).
 1.7  05-Mar-2010  jruoho branches: 1.7.2;
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.6  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.5  30-Jan-2010  jruoho branches: 1.5.2;
Add the _COMPONENT definition for ACPI_DEBUG.
 1.4  08-Jan-2010  dyoung Expand PMF_FN_* macros.
 1.3  25-Sep-2009  dyoung Use deviter_first()/deviter_next() instead of accessing alldevs
directly. Compile-tested, only.
 1.2  02-May-2008  simonb branches: 1.2.4; 1.2.6; 1.2.8;
Sprinkle a teeny bit of KNF goodness..
 1.1  01-May-2008  cegger hpqlb(4): driver for HP Quick Launch buttons - found on HP Pavilion Notebooks
 1.2.8.2  02-Jun-2008  mjf Sync with HEAD.
 1.2.8.1  02-May-2008  mjf file hpqlb_acpi.c was added on branch mjf-devfs2 on 2008-06-02 13:23:13 +0000
 1.2.6.2  18-May-2008  yamt sync with head.
 1.2.6.1  02-May-2008  yamt file hpqlb_acpi.c was added on branch yamt-pf42 on 2008-05-18 12:33:34 +0000
 1.2.4.3  11-Mar-2010  yamt sync with head
 1.2.4.2  16-May-2008  yamt sync with head.
 1.2.4.1  02-May-2008  yamt file hpqlb_acpi.c was added on branch yamt-nfs-mp on 2008-05-16 02:23:53 +0000
 1.5.2.2  06-Nov-2010  uebayasi Sync with HEAD.
 1.5.2.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.7.2.1  05-Mar-2011  rmind sync with head
 1.8.4.1  17-Feb-2011  bouyer Sync with HEAD
 1.8.2.1  06-Jun-2011  jruoho Sync with HEAD.
 1.9.32.1  06-Jun-2015  skrll Sync with HEAD
 1.9.14.1  03-Dec-2017  jdolecek update from HEAD
 1.10.32.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed