Age | Commit message (Collapse) | Author |
|
|
|
From Jim Giannoules <gortag@gmail.com>
|
|
|
|
|
|
display resolution, and if one is found, pick the built-in font it points
to, instead of the first font from the list. If the index is wrong and the
font list is shorter, revert to the previous behaviour of using the first
ROM font.
This fixes the font discrepency on my B132L (INTERNAL_EG_1280) where PDC
would use the 10x20 font, which is third in the list, and OpenBSD would
use the 8x16 font instead.
Tested on byte- and word- roms, gsc and pci cards.
|
|
proper MAC addresses even if you plug it into an i386 machine.
ok miod@
|
|
interested in the first few KB.
ok grange@
|
|
allow resources that are only 5 bytes long. Prevents dmesg spamming
on the OQO.
|
|
|
|
|
|
From Laurence Tratt; thanks!
|
|
to prevent the hwm growing beyond that. this allows the livelock mitigation
to do something where the hwm used to grow beyond twice the rx rings size.
ok kettenis@ claudio@
|
|
compiled into drm. I'd forgotten about that. if DRMDEBUG is defined,
build in the printfs, else no-op them. Shaves a bunch of string from the
kernel
Fix two cases in mach64_irq.c where this would lead to unused variable
warnings.
Reminded by an entirely different comment by djm@.
|
|
This is so we can update libdrm, where some of the types in there depend
on these defines. This interface may well not be the one that ends up
being used when we finally have kernel modesetting working, so add a
comment to that effect.
after discussion with matthieu@ and miod@, ok miod@.
|
|
with other net80211 flags (we no longer need to shift.)
|
|
- implement A-MPDU frames buffering and reordering
- implement A-MSDU decapsulation
- process/send ADDBA Request, ADDBA Response and DELBA action frames
- process Block Ack Request control frames (including MTBAR)
- implement PBAC support (Protected Block Ack)
- add some incomplete HT Capabilities and HT Operation IEs parsing
Add more Management Frame Protection bits based on 802.11w Draft 7.0:
- implement SA Query procedure (both AP and STA)
- cleanup BIP
Fix some bugs:
- fix check for WEP key length that otherwise caused a stack smash in
ieee80211_wep_encrypt (pointed out by Xavier Santolaria on macppc)
- properly stop EAPOL timeout: fixes a panic that occured in HostAP mode
when turning the interface down while a 4-way handshake is in progress
(pointed out by Doughertys)
Did some code cleanup too.
The HT bits are currently not compiled in (IEEE80211_NO_HT is defined)
because they won't be ready until after the next release and I didn't
want to grow the kernel or to inadvertently introduce new bugs.
They are here such that other people can look at the code.
Notice that I had to add an extra parameter to ic_send_mgmt() for
action frames, that is why there are small changes in drivers defining
their own ic_send_mgmt() handler.
Sorry for the not very incremental diff but this has been sitting in
my tree for too long now.
|
|
ok grange@, oga@, todd@
|
|
use with dfu-util. tested with openmoko by ian@. ok miod@
|
|
|
|
* .status should never stay at OK permanently
* use .flags more sparingly
ok mk
|
|
dmesg spam produced by the mistakes noticed by stsp@, thanks
|
|
environment sensors. These are found at least on VIA Epia SN18000G
boards.
Not enabled at 0x162e and 0x164e because probing these may not be
safe according to kettenis (guess where my schsio is).
Much help from kettenis. Input from const and fgs.
ok kettenis
|
|
ok jsg@, miod@
|
|
from/tested by Joerg Niendorf in pr 6053.
|
|
|
|
Joerg Niendorf in pr 6053.
|
|
No functional changes.
ok krw@ miod@
|
|
its country code, but I had forgotten one line in the layout table.
This now picks the correct layout for swedish and british (uk) sun keyboards.
|
|
Fixes PR 5916 & 5959.
ok toby@
|
|
of ACPI S3 suspend/resume support. This is for i386.
Help/comments from art, toby, marco, jordan, kurt
ok marco@, kurt@
|
|
from void * to u_int_8 * to avoid redundant and illegal lvalue
casts. No functional changes.
ok krw@
|
|
ok jakemsr@ krw@
|
|
Tested by Seth Hanford.
|
|
|
|
|
|
|
|
data buffer.
|
|
to issue a command.
|
|
|
|
fake 32-bit precision. Allowed by recent audio(4) changes.
|
|
lose a couple of unnecessary casts. No functional change.
Feedback from kettenis@
ok kettenis@ marco@
|
|
handling.
ok ratchov; tested by naddy, thanks
|
|
discussed with and ok ratchov; manpage tweak from naddy, thanks
|
|
thanks to Vit Skibinskiy <bucker(ik)skibinski.pp.ru>
|
|
Written by Pyun YongHyeon for FreeBSD, ported to DragonFlyBSD
by Sepherosa Ziehau and then ported to OpenBSD by me.
ok dlg@
|
|
|
|
|
|
ok niklas@ otto@
|
|
krw@ miod@ ok.
|
|
ok millert@ tedu@
|