summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2014-10-03we dont need the kernel lock to call bus_dmamap_load and unload thanksDavid Gwynne
2014-10-03dont need to hold the kernel lock to call MCLGETI and m_freem now.David Gwynne
2014-10-03dont take the kernel lock on every interrupt in case we might changeDavid Gwynne
2014-10-01Check that the speed of a new device does not exceed its parent's speedMartin Pieuchot
2014-09-30Fix another Ricoh SD controller which needs to be put into slow mode to work.Stefan Sperling
2014-09-30Add support for "physical devices". Tested on:Mark Kettenis
2014-09-30prevent dmesg spam from some new windows-only keys found on very newPeter Hessler
2014-09-29correctly decrement the C_SCSIXFER reference count in wdc_xfer flagsDavid Gwynne
2014-09-27retire Accoom Networks Artery T1/E1 drive; ok claudioTheo de Raadt
2014-09-27add some more sdtemp devicesJonathan Gray
2014-09-26Don't mask off revision bits for tests against a fullJonathan Gray
2014-09-26new ricoh controllers must also be pushed into "old slow mode" at resumeTheo de Raadt
2014-09-26Revert a part of r1.98 if_run.c which caused a regression on older genMike Larkin
2014-09-26Fix format signednessPhilip Guenther
2014-09-26Rework piglet and pig allocation. Currently the piglet gets allocatedMark Kettenis
2014-09-25Bring back rev 1.249. Now that mp_setperf() has been fixed, it should beMark Kettenis
2014-09-25include bpfilter.h so the softc will be the same size in all filesJonathan Gray
2014-09-24fix the build when DRMDEBUG is definedJonathan Gray
2014-09-24Kill two generic DVACT_DEACTIVATE handlers since this event is nowMartin Pieuchot
2014-09-24Replace a few malloc() calls with reallocarray() so it checks for overflow.Doug Hogan
2014-09-23Enable MSI support.Brad Smith
2014-09-23Release the acpi lock around calls to wsdisplay_suspend() andMark Kettenis
2014-09-23add Bay Trail and Braswell SMBusJonathan Gray
2014-09-23regenJonathan Gray
2014-09-23add Bay Trail and Braswell SMBusJonathan Gray
2014-09-23Fix high capacity (> 2GB) eMMC support.Raphael Graf
2014-09-23Make use of the red-black tree as the original Linux code did insteadJonathan Gray
2014-09-23dont need to call bpfdetach cos if_detach does it for you.David Gwynne
2014-09-22add Winchiphead CH382 support.sasano
2014-09-22the kn_hook member of a knote is a void *, so we dont have to castDavid Gwynne
2014-09-21add a missing break statement in the RL_HWREV_8168E_VL caseJonathan Gray
2014-09-21regensasano
2014-09-21add Winchiphead CH382 vendor/device IDsasano
2014-09-21Directly include sys/timeout.h so we don't depend onJonathan Gray
2014-09-20Make another fast path properly atomic.Mark Kettenis
2014-09-20On i386, agp_map_subregion might sleep, which is not allowed in some ofMark Kettenis
2014-09-19Use config_suspend_all(9).Mark Kettenis
2014-09-17be less confusing to the compiler when setting up the sge.David Gwynne
2014-09-16mark the mpii interrupt handler as mpsafe, and drop the kernel lockDavid Gwynne
2014-09-15update comments to reflect chacha20. from Max FillingerTed Unangst
2014-09-15Add generic support for bridges that support subtractive decoding.Mark Kettenis
2014-09-15mark the interrupt handler mpsafe, and drop the kernel lock in the scs_cmdDavid Gwynne
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2014-09-13Add HP Gen9 Smart Array/Smart HBA devices.Jonathan Gray
2014-09-13regenJonathan Gray
2014-09-13Add HP Gen9 Smart Array/Smart HBA devices and some devicesJonathan Gray
2014-09-12Something went amiss in last pcidevs_data.h generation/commit. Regen andKenneth R Westerback
2014-09-12dont leak a ccb in identifyDavid Gwynne
2014-09-12regenDavid Gwynne