History log of /netbsd/sys/dev/acpi/wmi/files.wmi (Results 1 – 8 of 8)
Revision Date Author Comments
# f0e7ff4c 16-Feb-2011 jruoho <jruoho@NetBSD.org>

Add a skeleton driver for Asus EeePC acpiwmi(4) mappings.


# 117351d1 24-Oct-2010 jruoho <jruoho@NetBSD.org>

Add acpiwmi(4) mappings for MSI laptops.

XXX: It may be necessary to fix PR # 43659 before this works on all models.


# 460de0d6 06-Aug-2010 jruoho <jruoho@NetBSD.org>

Remove the acpiwmi(4) dump from the ACPIVERBOSE module. Instead of this
complex solution, just use aprint_debug(9) in the driver.


# fb6eaa4e 19-Jul-2010 jakllsch <jakllsch@NetBSD.org>

correct an obvious typo: acpwmi -> acpiwmi


# 6c40070d 31-May-2010 pgoyette <pgoyette@NetBSD.org>

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

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.

show more ...


# 5a858cc4 08-Apr-2010 jruoho <jruoho@NetBSD.org>

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 th

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.

show more ...


# a913ee75 08-Apr-2010 jruoho <jruoho@NetBSD.org>

Move acpiwmi(4) to the "sys/dev/acpi/wmi" -subdirectory.


# d97f534e 08-Apr-2010 jruoho <jruoho@NetBSD.org>

Add WMI mappings for Dell laptops. Requested and tested by mrg@.