summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-01-09match on C610Jonathan Gray
2015-01-09regenJonathan Gray
2015-01-09Add some Intel Xeon E5 v3 and C610/X99 ids.Jonathan Gray
2015-01-09implement mfii_scsi_cmd_io for handling actual io. previously i gotDavid Gwynne
2015-01-08Use the correct config registers for the RTL8139 family. Unlike the RTL8169Brad Smith
2015-01-07Only MS IntelliMouse have a Z axis, prevent a false positive triggeredMartin Pieuchot
2015-01-07use the same trick as mpii for posting the request descriptor withDavid Gwynne
2015-01-07Fix impi(4) to make watchdog work and not to panic.YASUOKA Masahiko
2015-01-07replace bcopy with memcpy. still cant see the bug im looking for.David Gwynne
2015-01-07i may as well turn bzero into memset while i am busy not havingDavid Gwynne
2015-01-06We do not support freeing memory using reqbufs with a zero size soJonathan Armani
2015-01-06Support for MEDION S4222 which needs another funky umass quirk. FromMartin Pieuchot
2015-01-06regenMartin Pieuchot
2015-01-06MediaTek Inc. from Ingo Feinerer.Martin Pieuchot
2015-01-06Always enable the receive filter. It was being enabled via sis_init()Brad Smith
2015-01-05there's already three different types of chips in this family ofDavid Gwynne
2015-01-05Prevent a race condition upon resume by adding a supplementary delay.Martin Pieuchot
2015-01-04Only set the status of a completed xfer just before giving it back toMartin Pieuchot
2015-01-04return 0 for success in ucycom_param() instead of uninitialised memoryJonathan Gray
2015-01-04Fix error handling for re_encap() within re_start() and some tidying up.Brad Smith
2015-01-03Implement BMAC support; ports 2 & 3 work now as well.Mark Kettenis
2015-01-03(new) device driver for Silicon Labs CP2110 USB HID based UART.uaa
2015-01-03Make port 1 on the 4x1G card work. Port 2 & 3 still need some work.Mark Kettenis
2015-01-02Identify NCT5104D variant in dmesg. (No lm here, these are used for com andChris Cappuccio
2015-01-02there's no need to defer the removal of the iic sensors to a task, we canDavid Gwynne
2015-01-02When chaining TRBs, calculate the TD Size as described in sectionMartin Pieuchot
2015-01-02Holds up much better under load with an IPL on the block pool.Mark Kettenis
2015-01-02Still locks up under load, but otherwise fairly functional.Mark Kettenis
2015-01-02Report the TT Think Time of USB2.0 Hubs.Martin Pieuchot
2015-01-02give the device ref taken in vscsikqfilter to the knote, and unrefDavid Gwynne
2015-01-02store all state needed to defer probe/detach events in vscsi_devevent_task.David Gwynne
2014-12-29Toggle the TX_RING_KICK_WRAP bit when appropriate.Mark Kettenis
2014-12-29Some missing break's.Brad Smith
2014-12-29Some cleaning up of the ioctl handling bits to bring things in lineBrad Smith
2014-12-29Some cleaning up of the ioctl handling bits to bring things in lineBrad Smith
2014-12-29It sends and receives packets (until we run out of the initial receive blocks).Mark Kettenis
2014-12-28Fairly complete Rx path hardware initialization.Mark Kettenis
2014-12-28Attach USB HID devices from the Generic Destop page, usage pointer toMatthieu Herrb
2014-12-28remove a surplus argument to printf caught by -WformatJonathan Gray
2014-12-28mask with & not &&Jonathan Gray
2014-12-26More code. Transmitting packets somewhat works now.Mark Kettenis
2014-12-26unifdef INET. missed a few headers in previous roundsTed Unangst
2014-12-23not necessary to zero hash context; the hash final functions all do that.Ted Unangst
2014-12-23tmp is a bad name for a shactxTed Unangst
2014-12-22Replace switch workq with taskq, using the blambert@ method (tm).Kenneth R Westerback
2014-12-22amd64 now also uses the ssyms mechanism.Theo de Raadt
2014-12-22unifdef INETTed Unangst
2014-12-21WSCONS_EVENT_WSMOUSED_SLEEP and WSCONS_EVENT_WSMOUSED_CLOSE not used anymore.Alexandr Shadchin
2014-12-21WSMOUSE_INPUT_WSMOUSED_CLOSE not used anymore.Alexandr Shadchin
2014-12-21Always clear a port reset feature after setting it, or at least try to.Martin Pieuchot