Home | History | Annotate | Download | only in wmi
History log of /src/sys/dev/acpi/wmi/wmi_hp.c
RevisionDateAuthorComments
 1.11  06-Jun-2018  maya Remove duplicate ;
 1.10  01-Jun-2017  chs branches: 1.10.8;
remove checks for failure after memory allocation calls that cannot fail:

kmem_alloc() with KM_SLEEP
kmem_zalloc() with KM_SLEEP
percpu_alloc()
pserialize_create()
psref_class_create()

all of these paths include an assertion that the allocation has not failed,
so callers should not assert that again.
 1.9  23-Apr-2015  pgoyette Update module dependencies for all the existing modules that depend on sysmon components.
 1.8  25-Feb-2014  pooka branches: 1.8.6;
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
the sysctl link sets are processed, and remove redundancy.

Shaves >13kB off of an amd64 GENERIC, not to mention >1k duplicate
lines of code.
 1.7  12-Oct-2012  cegger branches: 1.7.2;
Add support for various things:
- hddtemp sensor
- ambient light sensor on/off (via sysctl)
- display info
- docking station info
 1.6  16-Feb-2011  jruoho branches: 1.6.4; 1.6.14;
Make the WMI modules depend on the parent mapper.
 1.5  16-Feb-2011  jruoho Convert the homegrown module declarations to use ioconf.
 1.4  25-Oct-2010  jruoho branches: 1.4.2; 1.4.4;
Bump WARNS to 4.
 1.3  24-Oct-2010  jmcneill add support for building as modules
 1.2  30-Jun-2010  jruoho branches: 1.2.2;
Initialize pointers to NULL. Otherwise we may try to free garbage.
Tries to address a panic reported by David Demelier in PR kern/43504.
 1.1  08-Apr-2010  jruoho branches: 1.1.2; 1.1.4;
Add WMI mappings for HP laptops. Requested by cegger@.
Thanks to apb@ and cegger@ for initial testing.

XXX: This conflicts with hpqlb(4). Someone with the suitable hardware needs
to complete the list of hotkeys before -- and if -- this can replace
hpqlb(4). For now, the driver was left uncommented in the GENERICs.
 1.1.4.4  05-Mar-2011  rmind sync with head
 1.1.4.3  03-Jul-2010  rmind sync with head
 1.1.4.2  30-May-2010  rmind sync with head
 1.1.4.1  08-Apr-2010  rmind file wmi_hp.c was added on branch rmind-uvmplock on 2010-05-30 05:17:18 +0000
 1.1.2.4  06-Nov-2010  uebayasi Sync with HEAD.
 1.1.2.3  17-Aug-2010  uebayasi Sync with HEAD.
 1.1.2.2  30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1  08-Apr-2010  uebayasi file wmi_hp.c was added on branch uebayasi-xip on 2010-04-30 14:43:07 +0000
 1.2.2.2  11-Aug-2010  yamt sync with head.
 1.2.2.1  30-Jun-2010  yamt file wmi_hp.c was added on branch yamt-nfs-mp on 2010-08-11 22:53:17 +0000
 1.4.4.1  17-Feb-2011  bouyer Sync with HEAD
 1.4.2.1  06-Jun-2011  jruoho Sync with HEAD.
 1.6.14.3  03-Dec-2017  jdolecek update from HEAD
 1.6.14.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.6.14.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.6.4.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.6.4.1  30-Oct-2012  yamt sync with head
 1.7.2.1  18-May-2014  rmind sync with head
 1.8.6.2  28-Aug-2017  skrll Sync with HEAD
 1.8.6.1  06-Jun-2015  skrll Sync with HEAD
 1.10.8.1  25-Jun-2018  pgoyette Sync with HEAD

RSS XML Feed