summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2013-11-04regenJasper Lievisse Adriaanse
2013-11-04add vmware vendor idJasper Lievisse Adriaanse
2013-11-04Better defaults for the screen burner settings: all unblank actions enabled,Miod Vallat
2013-11-03Simplify jme_miibus_readreg() / jme_miibus_writereg() a bit by using theBrad Smith
2013-11-03Enable TX checksum offload.Brad Smith
2013-11-02Replace drm_handle_create/delete with drm_gem_handle_create/delete and makeMark Kettenis
2013-11-02replace rc4 with ChaCha20 here, too; ok djm, tedu, deraadtMarkus Friedl
2013-11-02Fix reference leak in i915_gem_mmap_ioctl().Mark Kettenis
2013-11-02Remove a layer of abstraction for fetching a configuration descriptor.Martin Pieuchot
2013-11-02Begin conversion of USB stack to return int instead of usbd_status,Jeremy Evans
2013-11-01Spacing.Martin Pieuchot
2013-11-01Sprinkle (long long) casts where %lld is being used to print daddr_tKenneth R Westerback
2013-11-01Reduce the differences with ehci(4)'s transfer decriptors. This is aMartin Pieuchot
2013-11-01Do not abuse the stack of the current process to prepend a report IDMartin Pieuchot
2013-11-01Move the abort_task storage to the generic USB xfer structure insteadMartin Pieuchot
2013-11-01move fd(4) from directly using disksort to using bufqs.David Gwynne
2013-10-31Pipe don't have states. Kill an useless & commented out chunk of code.Martin Pieuchot
2013-10-31usbd_pipe2device_handle() is not used, should not be used and die.Martin Pieuchot
2013-10-31replace workqs with tasks. makes the code a bit simpler cos adding an addedDavid Gwynne
2013-10-30Fix jagged diagonal lines (kernel part)Alexandr Shadchin
2013-10-30regenKenji Aoyama
2013-10-30Treat another OMRON UPS, BY35S, as ugen(4).Kenji Aoyama
2013-10-30Replace workqs with tasks.Martin Pieuchot
2013-10-30Add "handling" for dock/undock events for non-ACPI docks to acpithinkpad.Mike Larkin
2013-10-30replace the workq bits to supply new tx pkt descriptors with a task.David Gwynne
2013-10-30remove #include <sys/workq.h> cos this driver doesnt use it.David Gwynne
2013-10-30replace workqs with tasks.David Gwynne
2013-10-30replace workq_add_task with the task api.David Gwynne
2013-10-30deprecate taskq_systq() and replace it with extern struct taskqDavid Gwynne
2013-10-29Don't add sectors to blocks. Use DL_SECTOBLK() to change DL_GETPOFFSET()Kenneth R Westerback
2013-10-29Kill sc_attached, attach and detach events for USB devices are triggeredMartin Pieuchot
2013-10-29Move most of the uses of workqs in drm to the new task/taskq api.Jonathan Gray
2013-10-29implementing handling of the msg ring if its available. this lets us getDavid Gwynne
2013-10-28Use the correct value for the Interframe Gap Time 0 bit in the transmitMartin Pieuchot
2013-10-28tedu FDDI support and the 3 flavors the driver for DEC devices, evenMartin Pieuchot
2013-10-26Use the "activate" framework rather a shutdown hookTheo de Raadt
2013-10-26Unstub i915_gem_dumb_destroy() and radeon_mode_dumb_destroy().Mark Kettenis
2013-10-25Fix/re-enable RX checksum offload for 8168C/8168CP revisions after revision r...Brad Smith
2013-10-25fix an off by one when calculating the length of an sgl segmentMike Belopuhov
2013-10-25Add support for Microsoft XBox 360 controller as a uhid. It doesn't useJeremy Evans
2013-10-25regenJeremy Evans
2013-10-25Add Microsoft XBox 360 ControllerJeremy Evans
2013-10-24regenJasper Lievisse Adriaanse
2013-10-24add another smc hub as out found on the Nitrogen6XJasper Lievisse Adriaanse
2013-10-23Enable TX checksum offload.Brad Smith
2013-10-23Enable TX checksum offload.Brad Smith
2013-10-23Add support for displaying the cache write policy of RAID volumes to bioctl(8)Mark Kettenis
2013-10-23Checkpoint of work-in-progress DMA support for oaic(4). Not working yet,Miod Vallat
2013-10-23define some bits relating to the msg ringDavid Gwynne
2013-10-22Add code for SMC_CAPS_SINGLE_ONLY capability.Sylvestre Gallon