summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2014-08-20after allocating an mbuf and cluster you still need to init the lengthDavid Gwynne
2014-08-20Implement rxrinfo ioctl for cluster usage statisticsMike Belopuhov
2014-08-20Call audio_{pint,rint}() call-backs with the mutex held. Found byAlexandre Ratchov
2014-08-20Release CPU mutexes on EINVAL.doug
2014-08-20brad said i had some whitespace screwups in my previous diff. this cleansDavid Gwynne
2014-08-20remove the custom jumbo allocator. its never been enabled or used.David Gwynne
2014-08-20replace the custom jumbo allocator with MCLGETI.David Gwynne
2014-08-20replace the custom jumbo allocator with MCLGETI.David Gwynne
2014-08-20replace sks jumbo allocator with MCLGETI. the system provides jumbos inDavid Gwynne
2014-08-19yet another typoMiod Vallat
2014-08-19Enable rts5227, as found in my new Thinkpad x240.Peter Hessler
2014-08-19Three independent typos for `independent' or `independently'.Miod Vallat
2014-08-19Make sure state changes are properly serialized.Martin Pieuchot
2014-08-19in myx_start, replaceDavid Gwynne
2014-08-18dont rely on mbuf.h to provide pool.h.David Gwynne
2014-08-18its a bit silly to include mbuf.h to get to malloc.h. just includeDavid Gwynne
2014-08-15Remove support for public key operationsMike Belopuhov
2014-08-15Remove support for public key operationsMike Belopuhov
2014-08-15With deprecation of crypto(4) interface lofn(4) and nofn(4) becomeMike Belopuhov
2014-08-15unlink lofn(4) and nofn(4)Mike Belopuhov
2014-08-15Create a function which loads sgd in the mfi_iop_ops struct so that skinnyYASUOKA Masahiko
2014-08-14regenTodd C. Miller
2014-08-14Add USB hubs found on Intel Z97 chipset boards (one attached toTodd C. Miller
2014-08-14Implement rxrinfo ioctl for cluster usage statisticsMike Belopuhov
2014-08-14add some definitions from libdrm 2.4.56Jonathan Gray
2014-08-13match on Intel 9 series and 9 series LP PCH, and add 8 series KT to pucJonathan Gray
2014-08-13regenJonathan Gray
2014-08-13Add some more 9 series ids, correct some existing ones and addJonathan Gray
2014-08-11regenTodd C. Miller
2014-08-11Add some Intel Z97 chipset devices; ok deraadt@Todd C. Miller
2014-08-11Fewer <netinet/in_systm.h>Martin Pieuchot
2014-08-10Ask for the descriptor size corresponding to the number of ports presentMartin Pieuchot
2014-08-10Do not allocate space for the whole structure when we just want to storeMartin Pieuchot
2014-08-10sizeof() a pointer of the right struct to appease clang.Martin Pieuchot
2014-08-10Merge xhci_device_setup() into xhci_pipe_init() there's no reason toMartin Pieuchot
2014-08-10Since USB xfer pools are accessed in interrupt context, initialize themMartin Pieuchot
2014-08-10Set and check for XFER_BUSY in the common methods instead of doing itMartin Pieuchot
2014-08-09Add support for non-root hubs now that uhub(4) can deal with them. ForMartin Pieuchot
2014-08-09Correctly recognize Super Speed devices, this is part of the work toMartin Pieuchot
2014-08-09Handle super speed hub descriptors.Martin Pieuchot
2014-08-09Do not store the whole USB hub descriptor in the "struct usbd_hub"Martin Pieuchot
2014-08-08drm/radeon: fix typo in radeon_connector_is_dp12_capable()Jonathan Gray
2014-08-08drm/radeon/dp: fix lane/clock setup for dp 1.2 capable devicesJonathan Gray
2014-08-08drm/radeon/atom: fix dithering on certain panelsJonathan Gray
2014-08-08drm/radeon: only apply hdmi bpc pll flags when encoder mode is hdmiJonathan Gray
2014-08-08regenJonathan Gray
2014-08-08add bochs and microsoft emulated vgaJonathan Gray
2014-08-08Make sure asynchronous commands do not race with synchronous ones.Martin Pieuchot
2014-08-08Improve the logic to determine the maximum endpoint service interfaceMartin Pieuchot
2014-08-08Implement polling.Martin Pieuchot