Age | Commit message (Collapse) | Author |
|
diff from Henrik Gustafsson
|
|
functionality for ACPI. Has not shown any regressions, and may solve
some EC race conditions.
Ok gwk@, canacar@, ckuethe@
|
|
|
|
|
|
COMPLETE and never SUCCESSFULLY_QUEUED.
|
|
- the endianness of the conversions don't depend on the endianness
of machine the conversions are built on, but the endianness of the
audio data itself. choose encoding conversions explicitly, instead
of relying on #defines based on the endianness of the machine.
- replace home-grown conversions with comparable conversions in
auconv.c and mulaw.c
- use the proper conversion for ulinear_be:16 -> slinear_le:16 in
auixp(4)
thanks ajacoutot@ and sthen@ for !x86 testing
|
|
Patch from Oleg Safiullin (a.k.a form@)
ok kettenis canacar weingart
|
|
|
|
With feedback from kettenis
|
|
|
|
|
|
marvell boards.
|
|
traditional intel iop and the new marvell one used on the ARC-1200 rev B.
|
|
|
|
|
|
a wdc(4) controller to appear. this code disables the compat mode using
some magic niklas gleaned from the linux driver.
|
|
cool ckuethe@
|
|
ok deraadt weingart
|
|
differently based on what OS is running. This diff causes us to run the
RedmondOS code path in hopes that it is "better" AML, or has better settings
for machine that do not support _OSI. This is the same method used by
other non-Redmond operating sytems.
suggestions/ok deraadt, agonized whimpers from the others.
|
|
amd64 the not ghetto architecture.
ok toby@
|
|
ok beck@
|
|
ok beck@,weingart@,gwk@
|
|
|
|
Noticed by robert@ while diagnosing a problem report by
Johan Lindman. ok weingart@
|
|
The values are truncated or zero extended as required. The spec
is somewhat ambigious on strings and integers requiring truncation
"before copy" so we try to be safe and zero terminate the buffer
in case the source is string.
Reported by ckuethe@, diagnosis, initial diff and feedback by kettenis@
ok kettenis@, beck@, weingart@, robert@, gwk@, ckuethe@
|
|
|
|
|
|
|
|
differently based on what OS is running. This diff causes us to run the
WinNT code path in hopes that it is "better" AML, or has better settings
for machine that do not support _OSI. This is the same method used by
other non-windows operating sytems.
ok gwk, beck, jordan
|
|
ok canacar@
|
|
ieee80211_plcp2rate() because I've got a late feedback from Damien that
he dislike the implementation method a lot.
|
|
- fix an incorrect setting of `retry times' in case of zd1211b
- increase max rx size so there's room for multi-frame transactions
(slightly modified version)
from the Linux zd1211rw driver:
- patch registers CR47 and CR157 on devices that require it
- fix power calibration setting on ZD1211B
|
|
panic when resetting the device - requested by many
fix ifconfig -M (the interface still has to be down though ie it won't
work while the interface is up).
fix AMPDU window for 4965AGN (has no effect since 802.11n is not
supported yet).
|
|
ok brad@ fgsch@ also tested by oga@
|
|
ok beck, gwk
|
|
stuff and have acpi actually do something.
note acpi is still disabled by default, but now will do more stuff when
enabled with config -e/boot -c
ok gwk@, weingart@, canacar@, deraadt@
|
|
significantly clean up the APM idle loop things. I actually can make
sense of what the APM idle loop is supposed to do.
Ok gwk@, beck@, and theo says ramdisks compile.
|
|
because it is easier to write these here in asm than it is to put them inline
with gcc's __asm() construct. Also, chances are amd64's versions will need
to be written in a different manner.
Basically yanked from ACPI spec V3, section 5.2.10.1.
Ok canacar@, beck@, gwk@
|
|
|
|
|
|
From Oleg Safiullin.
|
|
|
|
id. This lets the generic mixer init create more readable items. You
may need to update your mixerctl.conf.
Tested jmc@, ok ratchov@, jakemsr@ jdixon@
|
|
From: Kurt Mosiejczuk <kurt-openbsd-tech@se.rit.edu>
|
|
|
|
|
|
for there be dragons in xscale cache and it would not be cleaned correctly,
leading to wrong pcb data being restored on resume and eventually causing
panics.
|
|
Pablo Méndez Hernández.
|
|
ok kettenis
|
|
Help and OK reyk@
|