summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2013-05-17Make it clear that the code related to a transfer submission doesn'tMartin Pieuchot
2013-05-17Don't leak information to userland in case the actual transfer length isMartin Pieuchot
2013-05-16burner supportMark Kettenis
2013-05-16attach to new RTL8188RU id, from Sigi RudzioStuart Henderson
2013-05-16syncStuart Henderson
2013-05-16add another RTL8188 id, from Sigi RudzioStuart Henderson
2013-05-15remove unused variableAlexandre Ratchov
2013-05-15sync the list of pre haswell intel video devices with linuxJonathan Gray
2013-05-15regenJonathan Gray
2013-05-15add some more Intel video devicesJonathan Gray
2013-05-15Introduce a global interrupt-aware mutex protecting dataAlexandre Ratchov
2013-05-15Add support for Intel E7221 integrated graphics.Mark Kettenis
2013-05-12In wsdisplay_switchtoconsole(), make sure we really are the console beforeMark Kettenis
2013-05-12Handle big (a.k.a. >2TB) disks by adding logic to handle the 12 and 16Kenneth R Westerback
2013-05-12fix use after free in case the mbuf needs defragmentationStefan Fritsch
2013-05-11Another small tweak to get things close to Linux.Mark Kettenis
2013-05-11whitespaceMark Kettenis
2013-05-11Remove some #ifdef 0'd code that we're never going to use again.Mark Kettenis
2013-05-10bail if device_lookup doesn't find anything; brings vscsi(4)Mike Belopuhov
2013-05-09- use NETGEAR vendor ID for NETGEAR products, not LINKSYS.Miod Vallat
2013-05-09A few more changes to reduce the diffs to the Linux code.Mark Kettenis
2013-05-09Add a #define such that we can say "struct drm_i915_private" to reduce theMark Kettenis
2013-05-08The "locking" in i915_gem_object_move_to_inactive() makes no sense. Get ridMark Kettenis
2013-05-08Move reset commands from that attach path to an own function.Marcus Glocker
2013-05-08Maxime Villard reported an uninitialised variable access inJonathan Gray
2013-05-08fix some leaks in error pathsJonathan Gray
2013-05-08re-commit uthum_activate() removal, now that uhidev(4) can handle it.Stuart Henderson
2013-05-07When deactivating child devices do not panic if their driver doesMartin Pieuchot
2013-05-07fix a double free in an error pathJonathan Gray
2013-05-06syncBrian Callahan
2013-05-06Revert Cavium Networks back to Cavium - it was right in the first place.Brian Callahan
2013-05-06syncBrian Callahan
2013-05-06Add OCTEON Plus CN50XX Network Processor id.Brian Callahan
2013-05-05Add nonblocking argument to i915_gem_object_pin() andMark Kettenis
2013-05-05Remove a supefluous check.Mark Kettenis
2013-05-05With KMS, the inteldrm_quiesce dance isn't needed anymore. Zap the code.Mark Kettenis
2013-05-05Remove some #ifdef'ed out code that's never going to get used again.Mark Kettenis
2013-05-04revert uthum_activate removal, it is needed in the detach path as found theStuart Henderson
2013-05-04In i915_alloc_ifp() and i965_alloc_ifp() use extent_alloc_subregion() to makeMark Kettenis
2013-05-04- remove unused DPRINTFN, simple DPRINTF is enoughStuart Henderson
2013-05-03break out the battery status into excruciating detail. makes it harder forDavid Gwynne
2013-05-02always attach the battery sensor if the adapter lets us query it.David Gwynne
2013-05-01provide a sensor for the battery backup unit (bbu) on mfi boards thatDavid Gwynne
2013-05-01there's some extra bits for the bbu status that freebsd dont have. provideDavid Gwynne
2013-05-01provide a couple of %b things for mfi_hw_present and mfi_adapter_ops cosDavid Gwynne
2013-05-01dont need to walk alldevs during sensor creation looking for the logicalDavid Gwynne
2013-04-30Clear the right pixels when scrolling backwards.Mark Kettenis
2013-04-30white space tweakDavid Gwynne
2013-04-30white space fixesDavid Gwynne
2013-04-30use MR_DCMD consistently. some MD_DCMD was in there somehow.David Gwynne