Home | History | Annotate | Download | only in acpi
History log of /src/sys/dev/acpi/fujbp_acpi.c
RevisionDateAuthorComments
 1.5  29-Jan-2021  thorpej Use acpi_compatible_match().
 1.4  25-Feb-2014  pooka branches: 1.4.44;
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.3  02-Jun-2012  dsl branches: 1.3.2; 1.3.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.2  15-Mar-2012  bouyer Do not use uninitialized level if fujitsu_bp_get_brightness() returned
an error; from gcc -O3 (completely harmless in this case though).
 1.1  20-Feb-2011  jruoho branches: 1.1.2; 1.1.4; 1.1.8; 1.1.10; 1.1.14;
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.14.1  05-Apr-2012  mrg sync to latest -current.
 1.1.10.3  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.2  30-Oct-2012  yamt sync with head
 1.1.10.1  17-Apr-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 fujbp_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 fujbp_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 fujbp_acpi.c was added on branch bouyer-quota2 on 2011-03-05 15:10:16 +0000
 1.3.4.1  18-May-2014  rmind sync with head
 1.3.2.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.4.44.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed