Home | History | Annotate | Download | only in acpi
History log of /src/sys/dev/acpi/fujhk_acpi.c
RevisionDateAuthorComments
 1.5  29-Jan-2021  thorpej Use acpi_compatible_match().
 1.4  23-Apr-2015  pgoyette branches: 1.4.32;
Update module dependencies for all the existing modules that depend on sysmon components.
 1.3  25-Feb-2014  pooka branches: 1.3.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.2  02-Jun-2012  dsl branches: 1.2.2; 1.2.4;
Add some pre-processor magic to verify that the type of the data item
passed to sysctl_createv() actually matches the declared type for
the item itself.
In the places where the caller specifies a function and a structure
address (typically the 'softc') an explicit (void *) cast is now needed.
Fixes bugs in sys/dev/acpi/asus_acpi.c sys/dev/bluetooth/bcsp.c
sys/kern/vfs_bio.c sys/miscfs/syncfs/sync_subr.c and setting
AcpiGbl_EnableAmlDebugObject.
(mostly passing the address of a uint64_t when typed as CTLTYPE_INT).
I've test built quite a few kernels, but there may be some unfixed MD
fallout. Most likely passing &char[] to char *.
Also add CTLFLAG_UNSIGNED for unsiged decimals - not set yet.
 1.1  20-Feb-2011  jruoho branches: 1.1.2; 1.1.4; 1.1.8; 1.1.10;
Split fujbp(4) and fujhk(4) to separate instances from fujitsu(4). Allows
modularization and takes care of tsutsui@'s justified concern over the too
generic name "fujitsu". Ok gsutre@.
 1.1.10.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.1.10.1  30-Oct-2012  yamt sync with head
 1.1.8.2  06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1  20-Feb-2011  jruoho file fujhk_acpi.c was added on branch jruoho-x86intr on 2011-06-06 09:07:43 +0000
 1.1.4.2  05-Mar-2011  rmind sync with head
 1.1.4.1  20-Feb-2011  rmind file fujhk_acpi.c was added on branch rmind-uvmplock on 2011-03-05 20:53:04 +0000
 1.1.2.2  05-Mar-2011  bouyer Sync with HEAD
 1.1.2.1  20-Feb-2011  bouyer file fujhk_acpi.c was added on branch bouyer-quota2 on 2011-03-05 15:10:16 +0000
 1.2.4.1  18-May-2014  rmind sync with head
 1.2.2.2  03-Dec-2017  jdolecek update from HEAD
 1.2.2.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.3.6.1  06-Jun-2015  skrll Sync with HEAD
 1.4.32.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed