summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2013-11-14If the Weltrend Semiconductor device found in SANWA SUPPLY TAP-TST10 electric...nonaka
2013-11-14regennonaka
2013-11-14Added Weltrend Semiconductor vendor and device.nonaka
2013-11-14Use __diagusedskrll
2013-11-13CID 1125827: Avoid buffer overrun (read past end of struct)christos
2013-11-13regen.msaitoh
2013-11-13Add Intel I347-AT4msaitoh
2013-11-10- avoid an uninitialised variable warningmrg
2013-11-10add a default case in xhci_init_slot().mrg
2013-11-09fix unused variable warningchristos
2013-11-09Whitespaceskrll
2013-11-09fixed unused variable warningchristos
2013-11-08Add GPIO programming to support more PHY.roy
2013-11-08move EVCNT only variable inside #ifdefnisimura
2013-11-08fix an array bound error which was spotted by gcc 4.8nisimura
2013-11-08fix unused variable warningschristos
2013-11-08fix unused variablechristos
2013-11-07Regen.msaitoh
2013-11-07Revert previos. Sorry.msaitoh
2013-11-07Add Quark X1000 devices.msaitoh
2013-11-07Add some Mobile 4th generation Intel Core Processor devicesmsaitoh
2013-11-07Regen.msaitoh
2013-11-07Add some Intel devices. Mainly taken from "Mobile 4th Generation Intel Coremsaitoh
2013-11-07bus->lock is always available now. Remove the old code that helped whenskrll
2013-11-07remove unusedchristos
2013-11-06Don't turn off aperture registers - some firmwares don't know how to turnmacallan
2013-11-06move some variables inside their #ifdef use.mrg
2013-11-04mark variables __diagusedchristos
2013-11-04mark a variable __diagusedchristos
2013-11-04remove unused codechristos
2013-11-04use __USE for debug variablechristos
2013-11-04use __USEchristos
2013-11-04add __USE() for unused volatile variables, so that we generate the same code.christos
2013-11-04Add missing braces.jdc
2013-11-04PR/48366 Always zero the allocated memory in xhci_alloc, not just inskrll
2013-11-02Turn the "esiop_intr: I shouldn't be there !" panic into a printfgson
2013-11-02sprinke __diagusedchristos
2013-11-01fix type in comparisonchristos
2013-11-01Style.skrll
2013-11-01DOTG is dead. Long live DWC2.skrll
2013-11-01Clean up (mostly remove unneeded) #includesskrll
2013-10-31 Add 40bit DMA bug workaround(BGEF_40BIT_BUG) from FreeBSD (part of r199670).msaitoh
2013-10-31Cleanup flag setting. No functional change.msaitoh
2013-10-30play the addref/delref game on suspend, prevents crash if the disk/CF Carddrochner
2013-10-30-recognize CF cards by the magic value in inquiry datadrochner
2013-10-30Fix incorrect function names in panic message strings.gson
2013-10-29Remove bogus cast. The LHS type is smaller, so let the compiler decidejoerg
2013-10-28Add support for scratchpad buffers (required for some XHCI devices).matt
2013-10-28Add an explicit initialization of .new_device = NULLmatt
2013-10-28Fix name of sysctl setup function.rkujawa