Age | Commit message (Collapse) | Author |
|
is the same. Factor them into one function. Saves another 450 bytes on
amd64.
|
|
relatively small, so inline them. This shrinks the kernel by about 500
bytes and saves a tree lookup.
|
|
|
|
- add Mobility Radeon HD 2600 found in a hp 8510p
ok brad
|
|
needs the actual interrupts. Oops!
|
|
|
|
|
|
use the constant for IPL_SCHED, and not splsched(), which doesn't do what
we want.
ok art@. Tested by Paul de Weerd.
|
|
also, do not set the privacy bit in the capinfo field of (re)assoc
requests, even for RSNA.
|
|
option which makes the vnd device emulate the geometry of the
specified disktab(5) entry. No change in behaviour or geometry
unless -t is used.
API for vnd configuration ioctl (VNDIOCSET) changes, so mount_vnd
must be in sync with kernel.
Tested & ok jsing@ 'Lovely' deraadt@
|
|
subtype, not a boolean indicating assoc or reassoc.
rename the parameter and use if (type == IEEE80211_FC0_SUBTYPE_REASSOC_REQ)
instead of if (reassoc).
it worked only because IEEE80211_FC0_SUBTYPE_ASSOC_REQ is equal to 0.
|
|
not an EDCA Parameter Set element (spotted by IEEE80211_STA_ONLY).
|
|
{ipw,iwi}_start which is wrong (node reference is not released).
from pgt(4).
|
|
and transmitter to idle state times out for chips where the status
bits in question never change (observed in detail with DM9102A) and
therefore the warning would highly likely be a false positive.
From FreeBSD
|
|
|
|
- remove extraneous spaces
- better column alignment
- sort vendors by vendor-id
- sort products by vendor-id,device-id
- group products by vendor-id rather than vendor-name
- fix vendor-id for Motorola SB4100 (checked with vendor driver)
ok brad@
|
|
exact reverse of each other. if there is a mismatch don't erstablish the
link and print enough so that we should be able to find the culprit.
|
|
pcb. the state key ptr in the pcb is the one that had to be used by pf
outbound. but by convention the state key pointer in the pkthdr is the one
used INbound, so pf follows its reverse pointer to find the sk to use,
and since a reverse doesn't exist for locally terminated connections the
reverse pointer is null and thus the whole game a noop.
note that this only affects packets FROM local udp/tcp sockets, for the
other direction everything works as expected.
|
|
|
|
OK deraadt@, henning@
|
|
gets bigger than 255. OK henning@
|
|
instead of putting up and tearing down on open and close, some chips got
unstable with it being done repeatedly.
From drm git. Tested by several.
|
|
wedged.
This avoids early temination of long-running commands.
From Keith Packard, via drm git. Tested by several on various chipsets.
|
|
Found by LLVM/Clang Static Analyzer.
ok henning@ mpf@
|
|
ok oga@
|
|
|
|
some whitespace cleanup too.
|
|
0=normal ack). all bits are currently set to 0.
use this bitmap to set the ACK policy of the QoS control field of
outgoing QoS frames.
|
|
|
|
ieee80211_mgmt_output() and ieee80211_encap().
use new IEEE80211_C_APPMGT capability flag where appropriate.
rename ic_tim_mcast to ic_tim_mcast_pending.
|
|
initial patch from me, reworked by oga@.
found by LLVM/Clang Static Analyzer.
ok oga@
|
|
initial patch from me, reworked by oga@.
found by LLVM/Clang Static Analyzer.
ok oga@
|
|
Won't sleep with a spinlock here anymore.
|
|
from drm git.
|
|
This requires that structures defined within __packed structures must
independently request that they themselves become __packed, too.
worked on with toby
CVS: ----------------------------------------------------------------------
|
|
create just partitions 'i' -> 'l'. jsing@ had noted same discord.
|
|
ok jsing@
|
|
looking for the place to write the disklabel, i.e. partoffp != NULL.
tested & ok jsing@
|
|
Tested by ckuethe@ and many users, thanks!
|
|
sc_print_addr(); ok krw@
|
|
replaced by a function long ago..
ok blambert@
|
|
|
|
|
|
plus cast to vaddr_t where necassary
from Miod's todo list
ok miod@
|
|
abort commands, needed to eventually support command timeouts for non-polled
commands... no functional change.
|
|
|
|
functions right after reading the BMSR as it was before the addition
of the fiber support and simplify brgphy_fiber_status() a bit.
ok dlg@
|
|
|
|
drivers can report 2-3x times the number of actual packets being
transmitted by only incrementing the counter for descriptors with
buffers being freed.
ok kettenis@
|
|
|