summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2013-10-28 Set maximum read byte count to 2048 for PCI-X BCM5703/5704 devices.msaitoh
2013-10-27regen usbdevsrmind
2013-10-27usbdevs: add an entry for external WD disk.rmind
2013-10-26A fan reading of 0xff is also invalid (observed on AlphaServer DS20L).jdc
2013-10-26Add support for M25P16, tested on Raspberry PI with Digilent PmodSF.rkujawa
2013-10-26Add driver for ASIX AX88178a and AX88179 Ethernet interface.nonaka
2013-10-25Remove unused stuffmartin
2013-10-25Consistently ifdef a variable and all usesmartin
2013-10-25Mark a diagnostic-only variablemartin
2013-10-25Eliminate unused variablesmartin
2013-10-25Fix dmamap cleanup in an error pathmartin
2013-10-25Eliminate unused variablemartin
2013-10-25Add "i2c-at34c02" AT34C02 EEPROM. This is compatible with the AT24C02jdc
2013-10-25Allow the EEPROM size to be specified in the kernel configuration byjdc
2013-10-25Turn a few __unused into __diagusedmartin
2013-10-24Fix a few copy&pastos in an error pathmartin
2013-10-23fix copyright yearmacallan
2013-10-23minor cleanup:macallan
2013-10-23Add athn(4)skrll
2013-10-22Avoid "declaration of 'delay' shadows a global declaration" by renamingskrll
2013-10-22Fix build for missing chip.htodd
2013-10-21chip unused variable; let the system build againmbalmer
2013-10-21remove DIAGNOSTIC ifdef in preparation of a KASSERT that consumes itschristos
2013-10-20fix unused variable warningschristos
2013-10-202 splbios in a row does not make sense. make the second one splx.christos
2013-10-20move debugging code inside ifdef debugchristos
2013-10-20remove unusedchristos
2013-10-19add Ricoh MMC readermlelstv
2013-10-19use __USE() where appropriate.mrg
2013-10-19- remove set but unused variable.mrg
2013-10-19Mark a potentially unused variablemartin
2013-10-18remove unused variableschristos
2013-10-18move compat var in compat code.christos
2013-10-18Remove extraneous printf().jdc
2013-10-18Wrap several unused static inline functions with #if 0.apb
2013-10-18Wrap some long lines.skrll
2013-10-18Don't refer to uninitialised variable 'v'apb
2013-10-18Delete unused functionapb