Home | History | Annotate | Download | only in wmi
History log of /src/sys/dev/acpi/wmi/wmi_acpivar.h
RevisionDateAuthorComments
 1.7  16-Apr-2020  rin Revert previous for now:
http://mail-index.netbsd.org/source-changes/2020/04/16/msg116278.html

The reasoning turned out to be wrong; __KERNEL_RCSID() in header files
does *not* overwrite RCSID in main source files. The real problem is that
it inserts its RCSID into *every* object files. However, it can be still
useful even if heavily duplicated.
 1.6  16-Apr-2020  rin Stop using __KERNEL_RCSID() in header files; it confuses ident(1) by
overwriting RCSID in main source files.

XXX
The first argument of __KERNEL_RCSID() is neglected for ELF. If we wish
to have RCSID of header files in kernel binary, we need something like
__FBSDID() macro in FreeBSD.
 1.5  28-Oct-2010  jruoho branches: 1.5.72;
Install EC space handler and pass everything to acpiec(4).
Should fix PR # 43659.
 1.4  05-Jun-2010  jruoho branches: 1.4.2;
Remove trailing white space.
 1.3  31-May-2010  pgoyette Extract ACPIVERBOSE into a kernel module. The module can be builtin
by defining 'options ACPIVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

ACPIVERBOSE also includes code to dump acpi/wmi data.
 1.2  08-Apr-2010  jruoho branches: 1.2.2; 1.2.4;
Semantics.
 1.1  08-Apr-2010  jruoho Move acpiwmi(4) to the "sys/dev/acpi/wmi" -subdirectory.
 1.2.4.4  05-Mar-2011  rmind sync with head
 1.2.4.3  03-Jul-2010  rmind sync with head
 1.2.4.2  30-May-2010  rmind sync with head
 1.2.4.1  08-Apr-2010  rmind file wmi_acpivar.h was added on branch rmind-uvmplock on 2010-05-30 05:17:18 +0000
 1.2.2.4  06-Nov-2010  uebayasi Sync with HEAD.
 1.2.2.3  17-Aug-2010  uebayasi Sync with HEAD.
 1.2.2.2  30-Apr-2010  uebayasi Sync with HEAD.
 1.2.2.1  08-Apr-2010  uebayasi file wmi_acpivar.h was added on branch uebayasi-xip on 2010-04-30 14:43:07 +0000
 1.4.2.2  11-Aug-2010  yamt sync with head.
 1.4.2.1  05-Jun-2010  yamt file wmi_acpivar.h was added on branch yamt-nfs-mp on 2010-08-11 22:53:17 +0000
 1.5.72.1  20-Apr-2020  bouyer Sync with HEAD

RSS XML Feed