Age | Commit message (Collapse) | Author |
|
ok dlg@
|
|
With help from matthieu@ and mpi@.
OK mpi@
|
|
fix language (feed -> fed) in a comment
16 -> MD5_DIGEST_LENGTH for legibility
No change to resulting object file.
ok djm@
|
|
|
|
|
|
|
|
Pointed out by LLVM.
ok kettenis@
|
|
be declared as PANEL or SYNAPTICS it doesn't implement GCALIBCOORDS for
the moment.
This makes ws(4) happier as it can now uses the touchpad directly wich
in turn makes my touchpad usable if the bluetooth HID mouse is not
detected or ums(4) is disable.
|
|
|
|
|
|
ok miod@
|
|
ok deraadt@
|
|
hard way by otto@
|
|
|
|
but the value passed forward throughout the ioctl handler otherwise is an
unsigned value.
Pointed out by LLVM.
bktr_core.c:1737:13: error: comparison of unsigned expression < 0 is always false
bktr_core.c:1779:13: error: comparison of unsigned expression < 0 is always false
bktr_core.c:2063:16: error: comparison of unsigned expression < 0 is always false
ok krw@
|
|
ok deraadt@
|
|
from linux 3.8.13
|
|
from linux 3.8.13
|
|
from linux 3.8.13
|
|
from linux 3.8.13
|
|
from linux 3.8.13
this does not currently do the ipi to run wbinvd() on all processors
|
|
from linux 3.8.13
|
|
from linux 3.8.13
|
|
from linux 3.8.13
|
|
tc_frequency is unsigned
ok kettenis@
|
|
ok deraadt@
|
|
when checking wether an ipmi sensor is critial.
From Matthias Pitzl; OK deraadt@
|
|
Pointed out by LLVM.
if_axe.c:1059:29: error: comparison of unsigned expression < 0 is always false
if_smsc.c:1250:28: error: comparison of unsigned expression < 0 is always false
ok jsg@ mikeb@
|
|
and shouldn't do another SCI query. Such a spurious SCI query blocks on
certain HP laptops, which in turn blocks the acpi thread.
tested by many
ok mlarkin@
|
|
noticed by Alexey Suslikov
|
|
|
|
There is no reason to use IPL_VM and it breaks with the recent
IPL_MPSAFE changes.
discussed with kettenis@
|
|
get the HID descriptor with usbhidctl -r, among others. ok mpi@
|
|
Disable that code and use the write-only rasops code instead on the affected
chips.
|
|
discipline supports redundancy. In the non-redundant case, there is little
to gain my failing the chunk, in fact it just makes any form of data
recovery significantly harder.
ok krw@ todd@
|
|
Pointed out by LLVM.
bktr_os.c:478:22: error: comparison of unsigned expression < 0 is always false
ok krw@ kettenis@
|
|
Pointed out by LLVM.
drm_irq.c:154:10: error: comparison of unsigned expression < 0 is always false
kettenis@ says it should be signed and this is what the equivalent Linux code does.
ok jsg@
|
|
rows and columns redraw the destination area instead of reading pixel values
from the framebuffer. This can be a considerable performance win. Only
works together with RI_VCONS.
ok miod@
|
|
pointed out by Owain G. Ainsworth
|
|
properly updated by the newer hardware (seen in the TX completion case).
This leads to very poor transmit performance in the beginning of a TCP
connection. Linux and FreeBSD don't rely on BGE_STATFLAG_UPDATED bit
since they enable MSI and tagged status for 5717+. Doing the same does
indeed fix an issue.
Change was tested by David Imhoff on 5719, 5720 and 5721/5750, Hrvoje
Popovski on 5704 B0, sthen@ on 5723/5784, benno@ on 5704 A3, and
me on 5719, 5720 adn 5714/5715. No objections from kettenis@ and dlg@.
|
|
handled within sis_miibus_statchg() instead of calling
sis_init().
Based on the FreeBSD sis(4) driver.
ok mikeb@ sthen@
|
|
|
|
This prevent some Logitech Mice, at least G500 and G9x, that
contain various HID devices including a keyboard without LEDs
to keep disconnecting right after being attached.
Problem reported by abieber@ and Damien Couderc, ok miod@
|
|
|
|
ifconfig done by a user won't alter our negotiated flow control settings.
Both problems were identified by David Imhoff <dimhoff_devel @ xs4all !nl>
Tested by David on 5719, 5720, 5721, Hrvoje Popovski on 5704 B0, sthen@ on
5723/5784, naddy@ and jmatthew@ on 5702/5703, benno@ on 5704 A3 and me on
5715 and 5719.
|
|
transfer is submitted when a zero-length bulk or interrupt transfer
is requested.
This is the missing part of FreeBSD's svn r159024 that should have
been committed with ehci's r1.57.
ok uebayasi@
|
|
Pointed out by LLVM.
ok mikeb@
|
|
Pointed out by LLVM.
ok ratchov@
|
|
|
|
|