summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2014-03-10match on C600 IDF controllers and DH8900Jonathan Gray
2014-03-10regenJonathan Gray
2014-03-10add Xeon E5 v2, DH8900, and a few other devicesJonathan Gray
2014-03-09Print interrupt string *after* establishing it.Mark Kettenis
2014-03-09regenJonathan Gray
2014-03-09add some more Xeon E5 devicesJonathan Gray
2014-03-09drm/radeon: set the full cache bit for fences on r7xx+Jonathan Gray
2014-03-09use linux style memory allocations in shared drm codeJonathan Gray
2014-03-09remove dri1 interfacesJonathan Gray
2014-03-09regenBrad Smith
2014-03-09- Add Hirose vendor id and USB-100 FastE Ethernet idoduct idBrad Smith
2014-03-08better loop conditions. ok kettenis ratchov sasanoTed Unangst
2014-03-08Add the RX earlyoff support for older chips (8168{E-VL,EP, F}) and RXDV GATEDBrad Smith
2014-03-08Only attempt to load firmware if we actually have some.Mark Kettenis
2014-03-08Attempt to recover if wide and/or synchronous transfers fail.Mark Kettenis
2014-03-08A bit of spring cleaning.Mark Kettenis
2014-03-08Enable tagged queueing.Mark Kettenis
2014-03-08Check the appropriate struct member for the various SDEV_* quirks.Mark Kettenis
2014-03-08Enable DMA bursting. Not sure it actually makes things faster, but bothMark Kettenis
2014-03-08Dumb xhci(4) implementation.Martin Pieuchot
2014-03-08Recognize super speed devices, note that this driver sill usesMartin Pieuchot
2014-03-08Attach to host controller drivers advertising USB 3.0 support and assignMartin Pieuchot
2014-03-08Add various super speed defines, mostly the same as in FreeBSD toMartin Pieuchot
2014-03-08Add defines for upcoming USB 3.0 support.Martin Pieuchot
2014-03-08Pass M_ZERO to malloc(9) when allocating usbd pipes to make sure toMartin Pieuchot
2014-03-07Make sure a SCSI initiator ID provided by Open Firmware overrides the valueMark Kettenis
2014-03-07Reduce the number of ccbs by a factor three since we need up to three requestMark Kettenis
2014-03-07Print the wrong device descriptor's bMaxPacketSize before correcting itMartin Pieuchot
2014-03-07Indtroduce usbd_get_hub_descriptor() to start cleaning uhub(4)'s mess.Martin Pieuchot
2014-03-07Use the revision number for coherency. No object change.Martin Pieuchot
2014-03-07Do not define per-driver DEBUG variable when USB_DEBUG is defined. It'sMartin Pieuchot
2014-03-07Provide the appropriate default values for the SCSI initiaror ID on sgi andMark Kettenis
2014-03-07Transfer descriptors already have a back pointer to the USB deviceMartin Pieuchot
2014-03-07We already have three identical copies of the *hci_str() function,Martin Pieuchot
2014-03-07Duplicate enum values are a bad idea.Mark Kettenis
2014-03-06Turn usbd_xfer_isread() into a public function so that we can useMartin Pieuchot
2014-03-06Add include guards.Martin Pieuchot
2014-03-06Makes the "cleartoggle" function provided by HC drivers optionalMartin Pieuchot
2014-03-06Make sure we don't attach to those silly AMI MegaRAIDs that expose theMark Kettenis
2014-03-06Set the correct clock rate for ISP1020/1020A.Mark Kettenis
2014-03-06Cleanup dead code.Gerhard Roth
2014-03-05force cfattach decl to same form as othersTheo de Raadt
2014-03-05Make this compile on sparc64 too.Mark Kettenis
2014-03-05Introduce qlw(4), a new driver for QLogic ISP SCSI HBAs. For now onlyMark Kettenis
2014-03-05Raise the delay before initializing sdmmc. Still a hack so the XXX stays,Stuart Henderson
2014-02-25Wait for the RIRB DMA engine to come ready. Needed on the audio deviceMark Kettenis
2014-02-25Abort and close all the interrupt pipes when detaching HID devices sinceMartin Pieuchot
2014-02-25convert most printfs into DPRINTFs to cut down on dmesg spam, and addJonathan Matthew
2014-02-25match on Atom C2000Jonathan Gray
2014-02-25regenJonathan Gray