summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2013-11-21Wrap debug code in {} because "a label can only be part of a statement andriz
2013-11-20As discussed with bouyer@, fix a too eager T-state validation check tojruoho
2013-11-19get rid of junk variablemacallan
2013-11-19(hopefully) shut up warnings about set-but-unused variables.macallan
2013-11-18minor tweaks to shut gcc4.8 warning off.nisimura
2013-11-17Add support for BCM5825, and BCM5860, 5861, 5862 from OpenBSD rev 1.143:bad
2013-11-17Create the sysctl variables on module initialization.bad
2013-11-17Make ubsec(4) loadable as kmod.bad
2013-11-17Fix locking botch. Callers of ubsec_rng_locked() lock and release sc_mtx alre...bad
2013-11-17Use callout_setfunc()/callout_schedule() instead of callout_reset(), it is ch...bad
2013-11-17Fix locking botch.skrll
2013-11-15fix unused variable warningnisimura
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