Home | History | Annotate | Download | only in acpi
History log of /src/sys/dev/acpi/aibs_acpi.c
RevisionDateAuthorComments
 1.7  29-Jan-2021  thorpej Use acpi_compatible_match().
 1.6  01-Jun-2017  chs branches: 1.6.24;
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.5  23-Apr-2015  pgoyette Update module dependencies for all the existing modules that depend on sysmon components.
 1.4  14-Aug-2012  jruoho branches: 1.4.2; 1.4.16;
Collect rnd(9) entropy from coretemp(4), acpibat(4), aibs(4), hpacel(4),
thinkpad(4), and aps(4).
 1.3  06-Aug-2011  jruoho branches: 1.3.2;
If both the new and the old methods are available, prefer the old ones, as
the new ones may not be functional in this case.
 1.2  20-Jun-2011  pgoyette branches: 1.2.2;
Initialize sensors states before registering.
 1.1  12-Jun-2011  jruoho Rewrite the aibs(4) driver in order to support new models. Draws from the
revision 1.6 (claudio@) of the OpenBSD's equivalent driver. Tested by mrg@.
 1.2.2.2  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.2.2.1  20-Jun-2011  cherry file aibs_acpi.c was added on branch cherry-xenmp on 2011-06-23 14:19:57 +0000
 1.3.2.1  30-Oct-2012  yamt sync with head
 1.4.16.2  28-Aug-2017  skrll Sync with HEAD
 1.4.16.1  06-Jun-2015  skrll Sync with HEAD
 1.4.2.1  03-Dec-2017  jdolecek update from HEAD
 1.6.24.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed