summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2014-01-23a lot of people have pointed out to me that taking a lock just to read anDavid Gwynne
2014-01-23factor the mutex/bus_space handling of the sts block out.David Gwynne
2014-01-23if cold, do not use tsleep, but use the delay path.Theo de Raadt
2014-01-23drm/radeon/atom: initialize more atom interpretor elements to 0Jonathan Gray
2014-01-23drm/radeon/atom: workaround vbios bug in transmitter table on rs780Jonathan Gray
2014-01-23drm/radeon/atom: workaround vbios bug in transmitter table on rs880 (v2)Jonathan Gray
2014-01-23drm/radeon: Fix sideport problems on certain RS690 boardsJonathan Gray
2014-01-23Add support for rebuilding a RAID5 volume. Lots of testing is stillJoel Sing
2014-01-23drm/radeon: fix resume on some rs4xx boards (v2)Jonathan Gray
2014-01-22Assert copyright.Joel Sing
2014-01-22Add some debug messages to the rebuild process and fix a bogus comment.Joel Sing
2014-01-22drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebookJonathan Gray
2014-01-22drm/i915: No LVDS hardware on Intel D410PT and D425KTJonathan Gray
2014-01-22drm/i915: quirk away phantom LVDS on Intel's D525MW mainboardJonathan Gray
2014-01-22drm/i915: quirk away phantom LVDS on Intel's D510MO mainboardJonathan Gray
2014-01-22add DMI_EXACT_MATCH macro, handled the same as DMI_MATCH for nowJonathan Gray
2014-01-22drm/edid: add quirk for Medion MD30217PGJonathan Gray
2014-01-22fix endianness for FC4 type registrationJonathan Matthew
2014-01-22Do not attempt to handle rebuild work units in the RAID5 work unitJoel Sing
2014-01-22Add a debug flag for rebuild.Joel Sing
2014-01-22Allocate two work units for use by rebuild/scrub.Joel Sing
2014-01-22Make rebuild a discipline specific function pointer. For now, this defaultsJoel Sing
2014-01-22dont piggyback on C_PRIVATEXFER because it must not touch splx.David Gwynne
2014-01-22- Unconditionally set IFCAP_VLAN_MTUBrad Smith
2014-01-22simplify ubcmtp_matchjoshua stein
2014-01-22The sr_rebuild function does not actually do the rebuild, it only startsJoel Sing
2014-01-22Provide inline dummy implementations of drm_sysfs_connector_add() andMark Kettenis
2014-01-22Move sr_dump from the RAID5 code into shared code. Rename it toJoel Sing
2014-01-22bring inteldrm back up after resume using DVACT_WAKEUP (non-cold, ableTheo de Raadt
2014-01-22Handle the case where a chunk is in a rebuild state during writes.Joel Sing
2014-01-22Switch metadata saves from the system workq to the system taskq.Joel Sing
2014-01-22udav(4): add CoreChip RD9700 supportsasano
2014-01-22Use DIV_ROUND_UP instead of howmany to reduce the diffs with Linux.Mark Kettenis
2014-01-22Emit a warning if no entropy was supplied by the boot loader.Joel Sing
2014-01-22add a missing argument to a printfJonathan Gray
2014-01-22add a missing argument to a debug printfJonathan Gray
2014-01-22add a missing argument to a debug printfJonathan Gray
2014-01-22fixup a few debug printfs; pointed out by jsg@Mike Belopuhov
2014-01-22add a missing argument to a debug printfJonathan Gray
2014-01-22re-generated from usbdevssasano
2014-01-22missing printf arg, spotted by jsg@Jonathan Matthew
2014-01-22Remove a pesky free that was supposed to be removed in an earlier commit.Joel Sing
2014-01-22add CoreChip RD9700 (idVendor:idProduct=0x0fe6:0x9700) definitionsasano
2014-01-22iscsid can handle multiple outstanding commands per lun. with the latencyDavid Gwynne
2014-01-21introduce fine grained locking.David Gwynne
2014-01-21Add virtio random driverStefan Fritsch
2014-01-21Order the volume state transitions by state value.Joel Sing
2014-01-21Add missing states to the RAID 5 volume transitions.Joel Sing
2014-01-21Always fill in the broadcast address so as to handle broadcast packets ifBrad Smith
2014-01-21Use Linux compat functions to do kernel memory allocations in the bits of codeMark Kettenis