Age | Commit message (Collapse) | Author |
|
ok mbalmer@
|
|
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@
|
|
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.
|
|
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@
|
|
- 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@
|
|
|
|
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>
|
|
|
|
|
|
Pablo Méndez Hernández.
|
|
if the fix looks right, it seems to expose another problem that i
haven't found yet.
figured out by Denis Doroshenko at gmail dot com
|
|
still has to be looked at by marco when he has time)
|
|
|
|
|
|
|
|
|
|
|
|
These are the latest ones needed to build a kernel (on amd64)
without the MALLOC/FREE definitions in src/sys/sys/malloc.h
ok krw@
|
|
|
|
based ones. this renames the register defines for the revision A boards
(the intel ones) to ARC_RA instead of ARC_REG so we can differentiate them
from the ARC_RB registers for revision B that are coming.
|
|
mappings. without this a problem board can cause a panic when the interrupt
handler touches unallocated memory.
|
|
for Agere/LSI ET1310 Ethernet devices and ET1011 'TruePHY'.
All the gross register related bit macros are not yet removed.
Currently only Tx seems to work. Putting this in the
tree in case someone else wants to look at it while
I deal with exams for the next few weeks.
|