| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
ok millert, kettenis, jcs, phessler, deraadt, mpi
|
|
|
|
| |
ok kettenis
|
|
|
|
|
| |
rather than DVACT_RESUME
in snapshots for a long time, looked at by pirofti kettenis mlarkin
|
|
|
|
|
|
|
| |
Put the activate function in the proper place in cfattach.
Tested by jasper@ on eeepc-900
Okay kettenis@
|
|
|
|
|
|
|
|
| |
kernel resumes normal (non-cold, able to run processes, etc) operation.
Previously we were relying on specific DVACT_RESUME op's in drivers
creating callback/threads themselves, but that has become too common,
indicating the need for a built-in mechanism.
ok dlg kettenis, tested by a sufficient amount of people
|
|
|
|
|
|
| |
being called in a workq.
ok kettenis@
|
|
|
|
|
|
|
|
|
| |
revision:
sys/dev/acpi/asus_acpi.c r1.4
sys/dev/cardbus/cardbus_exrom.c r1.11
sys/dev/cardbus/cardbus_exrom.h r1.6
ok kettenis@
|
|
|
|
|
|
|
| |
The audio side is a bit lacking; it does not yet mute all types of
devices.
from Alexander Polakov
ok jakemsr
|
|
|
|
|
| |
activate function
ok kettenis
|
|
|
|
|
|
|
| |
PWR_{SUSPEND,RESUME} so that they match the values of DAVCT_{SUSPEND,RESUME}
so that we can eventually (many more steps...) kill the powerhook garbage
and use the activate mechanism.
no objections
|
| |
|
|
|
|
| |
Originaly from jordan
|
|
|
|
|
|
|
|
|
| |
from jsign@
Change the camel capitalized key defines to full capitals,
and add some keys found on the eeepc 1000H
ok marco@
|
|
|
|
|
|
| |
structs and sprinkle some aml_freevalue() (diff initially from deanna@).
ok marco@
|
| |
|
|
|
|
|
|
| |
now too.
ok kettenis deraadt
|
|
|
|
|
|
|
|
| |
it didnt have enough oks from the right people, it did break machines
that were previously working, and it bloated the RAMDISKS and install
media beyond the constraints of the media.
requested by deraadt@
|
|
|
|
|
|
| |
Old guts of code still exists, needs to be torn out next
ok marco@
ok brad@
|
|
ASUS laptops (including the ASUS EeePC) - largely based on NetBSD's
asus(4) driver. On the ASUS EeePC this allows us to enable/disable
wireless, change screen brightness and use the volume keys.
ok jsg@, weingart@
|