summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2014-11-01Super-Speed port feature definitions.Martin Pieuchot
2014-11-01Use usbd_set_port_feature() instead of rerolling it.Martin Pieuchot
2014-11-01Make it clear that dma buffers are link to xfers, no functional change.Martin Pieuchot
2014-10-31If an event is dequeued just/right after a device is detached, its pipesMartin Pieuchot
2014-10-31atheros ub94 support, from Matt MarkfortTed Unangst
2014-10-31regenTed Unangst
2014-10-31add atheros ub94. from Matt MarkfortTed Unangst
2014-10-31Enable timeouts, just in case(tm).Martin Pieuchot
2014-10-31Even in interrupt context curproc is not NULL.Martin Pieuchot
2014-10-31Use understandable messages when the per-xfer poison value is incorrect.Martin Pieuchot
2014-10-31remove unused and uneeded includes under NCY_ISA > 0 and NCY_PCI > 0Jonathan Gray
2014-10-30XFER_FREE is not used, ciao.Martin Pieuchot
2014-10-30muliply to get correct size for free. reported by kspillnerTed Unangst
2014-10-30Do not use void * for pointer artithmetics, it's a GNU extension, fromMartin Pieuchot
2014-10-30Do not enable interrupts before attaching usb(4), fix a panic when anMartin Pieuchot
2014-10-30Calculate the Route String when attaching a new device. This is stillMartin Pieuchot
2014-10-30zero the correct size, then free it.Ted Unangst
2014-10-30add some sizes to free()Ted Unangst
2014-10-28the if_rxring accounting would get screwed up if the first mbuf toDavid Gwynne
2014-10-27Stop supporting wsmoused and X in parallel. This code is racy andMartin Pieuchot
2014-10-26Add resource tracking for PCI ROMs.Mark Kettenis
2014-10-25Don't attempt to suspend/resume a partially attached drm(4) driver.Mark Kettenis
2014-10-24Always put controller into known state before device intialization.Brad Smith
2014-10-24obvious sizes for freeTed Unangst
2014-10-23Now that gcc2 is gone revert the removal of anonymous unions, means not havin...Brad Smith
2014-10-21Style + typos in debug printfs.Masao Uebayashi
2014-10-20Be sure to return if the pci interrupt can't be mapped, instead of fallingMiod Vallat
2014-10-20typo; deraadtTed Unangst
2014-10-20use SHA512 to hash entropy instead of MD5Ted Unangst
2014-10-19More gracefully handle firmware loading errors in ulpt(4).Stefan Sperling
2014-10-19Use sc_if->sk_pktlen to specify the maximum DMA transfer size and maximumBrad Smith
2014-10-18oops, too greedyMiod Vallat
2014-10-18Remove even more unnecessary `needs-flag' attributes from config machinery,Miod Vallat
2014-10-18Add VIDIOC_G_INPUT ioctl, some ports need it (at least ffmpeg)Jonathan Armani
2014-10-17convert old b functions to mem functionsTed Unangst
2014-10-16Additonal registers needs to be saved in sc_save2, not sc_save.Mark Kettenis
2014-10-16LID control method devices aren't required to offer _PSW, so don't skipMike Larkin
2014-10-16missing \n in printf; Daniel WadeTheo de Raadt
2014-10-15Sprinkle CPU_BUSY_CYCLE() in a few places.Masao Uebayashi
2014-10-15Revert previous (wrong commit message).Masao Uebayashi
2014-10-15pppx(4): Correct pppx_dev_lookup() and pppx_dev2pxd() local declarationsMasao Uebayashi
2014-10-12Do not compile sensor code if option SMALL_KERNELMiod Vallat
2014-10-12Remove unnecessary `needs-flag' attributes.Miod Vallat
2014-10-12Remove unnecessary `needs-flag' attributes.Miod Vallat
2014-10-12remove some unused filesJonathan Gray
2014-10-12regenJonathan Armani
2014-10-12Add Logitech Webcam C310Jonathan Armani
2014-10-11Comparsion -> ComparisonMiod Vallat
2014-10-10fix compilation without DIAGNOSTICJonathan Matthew
2014-10-09Revert "enable MSI support", it introduced a regression on some chips.Martin Pieuchot