summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-02-06Handle hibernate button in the same way as suspend does: send anDavid Coppa
2015-02-06Fix a hibernate crash on some machines due to unmapping a page thatMike Larkin
2015-02-05Do what the comments suggest and check for port-[ab]-ignore-cd properties,Miod Vallat
2015-02-04Kill annoying comments about ether_input()Martin Pieuchot
2015-01-31regenJonathan Gray
2015-01-31Add some more Intel 5th gen Core ids and the xHCI id used inJonathan Gray
2015-01-28- Add PCH2 and PCH LPT to the list of chips capable of only 9K jumbos.Brad Smith
2015-01-28drm/radeon: allow geom rings to be setup on r600/r700 (v2)Jonathan Gray
2015-01-28drm/radeon: fix VGT_GS_INSTANCE_CNT registerJonathan Gray
2015-01-27Ignore buttons for which _STA indicates they're not present, enabled orMark Kettenis
2015-01-27Vommiting errors about failed reset or stall clear are not usefull toMartin Pieuchot
2015-01-27remove #include <sys/workq.h>. it wont exist anymore soon.David Gwynne
2015-01-27i forgot to fix ipw when i removed the second task argument.David Gwynne
2015-01-27remove the second void * argument on tasks.David Gwynne
2015-01-27Rewrite receive filter handling and ioctl bits.Brad Smith
2015-01-26Set PCIe max read request size to 2K to help with TX performance.Brad Smith
2015-01-26Update the Samsung SSD controller comment.Brad Smith
2015-01-25Correct a bit test for DDR2 CAS Latency and recognise CL7 and CL6.Jonathan Gray
2015-01-24Use bus_dmamem_alloc_range(9) to make sure the ring descriprtors can beMark Kettenis
2015-01-24Remove a comment that is no longer true with MCLGETI and jumbos onBrad Smith
2015-01-23break after return is useless.David Gwynne
2015-01-22Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.Kenneth R Westerback
2015-01-22Reduce the number of intermediate buffers by pre-allocating DMA buffersMartin Pieuchot
2015-01-22Use correct error type and remove unused interface pointer.Martin Pieuchot
2015-01-21Do not try to stop and reset endpoints if USB transfers are abortedMartin Pieuchot
2015-01-21Add a comment above the autopad checking.Brad Smith
2015-01-21Use the RL_FLAG_AUTOPAD flag when trying to determine whenBrad Smith
2015-01-20Make ix(4) work on strict alignment architectures. The Intel networkingMark Kettenis
2015-01-20Check for out-of-range indices when searching the default dac and adc.Alexandre Ratchov
2015-01-20rework the audio key handling to allocate a message to send to theDavid Gwynne
2015-01-20Fix size of the bcopy when extracting the MAC address.Brad Smith
2015-01-20Remove use of the link change interrupt handling, not all controllersBrad Smith
2015-01-20Some fixes for handling link state changes.Brad Smith
2015-01-20And the variable too.Brad Smith
2015-01-20Back out a chunk of rev 1.34 that wasn't supposed to go in with theBrad Smith
2015-01-20printf wasn't supposed to go in.Brad Smith
2015-01-20#include <sys/syslimits.h> to allow operation without requiring the noiseTheo de Raadt
2015-01-19`wellspring' Apple keyboards found on Macbook Air need slightly differentMiod Vallat
2015-01-19Remove dead store causing clang to warn; dhillMiod Vallat
2015-01-19use SYMLOOP_MAX rather than MAXSYMLINKSTheo de Raadt
2015-01-18Do not trust the content of event TRBs coming from the hardware andMartin Pieuchot
2015-01-18Complete synchronous abort method modeled after the existing ones.Martin Pieuchot
2015-01-18Do not try to free xfers before aborting the pipes, otherwise a clownMartin Pieuchot
2015-01-18Since we are no longer resetting rings when a Babble or Stall conditionMartin Pieuchot
2015-01-17Split the consumer & producer logic into two different functions inMartin Pieuchot
2015-01-17resume_randomness() before spinning up other cpus...Theo de Raadt
2015-01-16Move to using PATH_MAXTheo de Raadt
2015-01-15Remove a variable no longer used in re_tick().Brad Smith
2015-01-15Fix subtle breakage for polled commands introduced during iopool conversion.Miod Vallat
2015-01-15Define a new wscons mouse type for Synaptics clickpad devices that lackJonathan Gray