summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2013-08-06set ai_devid in struct agp_info so drm_agp_info() will work as intendedJonathan Gray
2013-08-05First stab at updating this monster to the Intel/FreeBSD current version.Mike Belopuhov
2013-08-03Enable MSI on RT810xE.Mark Kettenis
2013-08-02add Sierra Wireless MC8355 (Gobi 3000)Mike Belopuhov
2013-08-02regenMike Belopuhov
2013-08-01Add support for the Ralink RT3060, which uses the RT3572 MAC/BBP.Mark Kettenis
2013-08-01regenMark Kettenis
2013-08-01Ralink RT3060.Mark Kettenis
2013-08-01Add support for the RT3572 MAC/BBP. Crucial bits from Nathan Goings.Mark Kettenis
2013-07-29Fix typo/thinko; checking whether an address is bigger than 0 makes no sense.Mark Kettenis
2013-07-25Backout flow control support (rev 1.97) and RX TCP/UDP checksum offloadMark Kettenis
2013-07-21regenMartin Reindl
2013-07-21add another ATI RS690 PCIE bridgeMartin Reindl
2013-07-21Belkin N300 XR; Daryl TurnerTheo de Raadt
2013-07-19Don't use uninitialized variable when a simple 0 will do.Kenneth R Westerback
2013-07-16Correctly initialized the width value to 0 instead of passing garbageMartin Pieuchot
2013-07-15When a ucom(4) device is detached do not only abort its pipes but alsoMartin Pieuchot
2013-07-14The "probe" interrupt handler is mpsafe; mark it as such.Mark Kettenis
2013-07-12Expunge debug code that uses an uninitialized variable. Without theKenneth R Westerback
2013-07-11use fls as initially intendedMike Belopuhov
2013-07-10Remove unsigned comparison < 0.Brad Smith
2013-07-10Remove unsigned comparison < 0.Brad Smith
2013-07-10match linux and call i915_gem_object_wait_rendering__nonblockingJonathan Gray
2013-07-09pay attention to the #ifdefTheo de Raadt
2013-07-09move AHCI_DEBUG stuff into ahci.c so we can build with it enabled againJonathan Matthew
2013-07-09Add basic support for digitisers with pens in uhts(4).Edd Barrett
2013-07-09Fix a pair of aesthetic nits in dev/rnd.c:Bret Lambert
2013-07-08make use of udelay to reduce the diff to linuxJonathan Gray
2013-07-08add inline versions of udelay/mdelayJonathan Gray
2013-07-08add DRM_IOCTL_MODE_CURSOR2 definition from libdrm 2.4.46Jonathan Gray
2013-07-06Remove unsigned comparison < 0.Brad Smith
2013-07-06Advertise utpms(4) as being a WSMOUSE_TYPE_USB because even if it couldMartin Pieuchot
2013-07-06Use wsemuldisplaydevsubmatch.Mark Kettenis
2013-07-06s/wsemuldisplaysubmatch/wsemuldisplaydevsubmatch/gMark Kettenis
2013-07-05Add submatch function for use with config_found_sm(9).Mark Kettenis
2013-07-05Provide a forward declaration of struct device.Mark Kettenis
2013-07-05Correctly abort and free the pipe when detaching the device. Found theMartin Pieuchot
2013-07-05make use of the drm_i915_private macro to reduce the diff to linuxJonathan Gray
2013-07-05Use tmp_int to be able to pass back the -1 upon error and check for it properlyBrad Smith
2013-07-04Format string fix: %x instead of %p for intStefan Fritsch
2013-07-04Fall back to bit banging mode for DVO transmitter detectionJonathan Gray
2013-07-04Fixup Oops in the pipe config computationJonathan Gray
2013-07-04ensure single initialization and cleanup of backlight deviceJonathan Gray
2013-07-04set CPT FDI RX polarity bits based on VBTJonathan Gray
2013-07-04Workaround incoherence between fences and LLC across multiple CPUsJonathan Gray
2013-07-04Fix SDVO connector and encoder get_hw_state functionsJonathan Gray
2013-07-04Add no-lvds quirk for Fujitsu Esprimo Q900Jonathan Gray
2013-07-04Fix sdvo connector get_hw_state functionJonathan Gray
2013-07-03fix: cast void * to char *, fix format args for (u)int64_t,Stefan Fritsch
2013-07-03cast time_t to long long, time_t is signed, tv_nsec is longStefan Fritsch