sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Sort SUBDIR.
Remove obsolete Makefile for acpi.ko.
Remove ia64.This includes:o All directories named *ia64*o All files named *ia64*o All ia64-specific code guarded by __ia64__o All ia64-specific makefile logico Mention of ia64 in com
Remove ia64.This includes:o All directories named *ia64*o All files named *ia64*o All ia64-specific code guarded by __ia64__o All ia64-specific makefile logico Mention of ia64 in comments and documentationThis excludes:o Everything under contrib/o Everything under crypto/o sys/xen/interfaceo sys/sys/elf_common.hDiscussed at: BSDcan
show more ...
Merge ACPICA 20130517.
A driver for Intel Rapid Start Technology ACPI device.Note that it is just for 'Advanced' configuration for Rapid start technology.
Merge ACPICA 20130418.
Merge ACPICA 20130214.
Merge ACPICA 20121114.
Merge ACPICA 20120816.
Merge ACPICA 20120711.
Add acpi_asus_wmi(4) -- driver for random extras found on WMI-compatibleAsus laptops. It is alike to acpi_asus(4), but uses WMI interface insteadof separate ACPI device.On Asus EeePC T101MT netbo
Add acpi_asus_wmi(4) -- driver for random extras found on WMI-compatibleAsus laptops. It is alike to acpi_asus(4), but uses WMI interface insteadof separate ACPI device.On Asus EeePC T101MT netbook it allows to handle hotkeys and on/off WLAN,Bluetooth, LCD backlight, camera, cardreader and touchpad.On Asus UX31A ultrabook it allows to handle hotkeys, on/off WLAN, Bluetooth,Wireless LED, control keyboard backlight brightness, monitor temperatureand fan speed. LCD brightness control doesn't work now for unknown reason,possibly requiring some video card initialization.Sponsored by: iXsystems, Inc.
Merge ACPICA 20120215.
Merge ACPICA 20120111.
Merge ACPICA 20111123.
Merge ACPICA 20110413.
Merge ACPICA 20110211.
Merge ACPICA 20101209.
Warn users that acpi.ko is deprecated and exit immediately unless the userset FORCE_BUILD. This is to avoid foot-shooting while making MFC to stablebranches easier.Discussed with: jhb
MFamd64: (based on) r209957Move logic of building ACPI headers for acpi_wakeup.c into better places,remove intermediate makefile and shell script, and reduce diff between i386and amd64.
Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a newfile acpi_apm.c, and place it on sys/x86/acpica.
Move the MADT parser for amd64 and i386 to sys/x86/acpica now that it isidentical on both platforms.
Disconnect acpi.ko from the build on i386. ACPI is now only supported whencompiled into the kernel, not as a loadable module.
Stop hard coding nm(1) and make it overridable.
Merge ACPICA 20100915.
123456