summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2014-08-30Set the MRU to a full size frame instead of basing it on the MTU.Brad Smith
2014-08-30let the mru always be what the chip can do, not what the mtu implies.David Gwynne
2014-08-30Rewrite how queue heads are inserted and removed from the asynchronousMartin Pieuchot
2014-08-30Allow new devices to get an address when XHCI_DEBUG is defined.Martin Pieuchot
2014-08-29Fix checking sync for old synaptics touchpad (ver 5.9)Alexandr Shadchin
2014-08-27rxr ioctl handling.David Gwynne
2014-08-26dont base the mru on the mtu. unconditionally make it what theDavid Gwynne
2014-08-26Revert part of the if_rxr diff that incorrectly moves RX ring tailMike Belopuhov
2014-08-25We have never limited the definition of "supported SPF modules"Mike Belopuhov
2014-08-24Fix wrong IEEE 802.11 ioctl's:Vadim Zhukov
2014-08-24Add some TX BD flags for BCM5717 family chips.Brad Smith
2014-08-21Set the sensor's status when docking and undocking, not just its value.kspillner
2014-08-21Now that DVACT_DEACTIVATE is propagated to the children of a device whenMartin Pieuchot
2014-08-21Fix a copy and pasto with the standard ring setup with calling if_rxr_init()Brad Smith
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