summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2013-09-23correct some radeon entries and add new Intel Ethernet and 8 series idsJonathan Gray
2013-09-22Support MSI for virtio. This is useful for bhyve.Stefan Fritsch
2013-09-21regenMiod Vallat
2013-09-21Oxford OXPCIE952 parallel port puc(4) board; contributed by Markus UhlinMiod Vallat
2013-09-21Allow for an out-of-softc indirection to reach the software copy of theMiod Vallat
2013-09-21regenJasper Lievisse Adriaanse
2013-09-21add several devices found on the hp microserver gen8 and add some moreJasper Lievisse Adriaanse
2013-09-20Unify and document usbd_transfer(9).Martin Pieuchot
2013-09-20Use a working magic sequence to configure absolute mode for elantech v2.Stefan Sperling
2013-09-20remove debug code. not sure how this lasted so long.Ted Unangst
2013-09-19Do no try to clear the endpoint, as it if has stalled, if theMartin Pieuchot
2013-09-18sync the execbuffer relocation code with linux 3.8.13Jonathan Gray
2013-09-18return after done in atascsi_disk_unmap.David Gwynne
2013-09-17Add support for AMD Family 15h Models 10h-1Fh Processors.Mark Kettenis
2013-09-17regenMark Kettenis
2013-09-17Rename existing AMD Family 15h Models 00h-0Fh Processor entries and addMark Kettenis
2013-09-15Make it clearer that sc_wdc_bio.blkno is actuall a disk hardwareKenneth R Westerback
2013-09-13Fix sign of returned error code.Mark Kettenis
2013-09-12sync drm_mm with linux 3.8.13Jonathan Gray
2013-09-12Add basic support for eMMC memory.Raphael Graf
2013-09-11regenMark Kettenis
2013-09-11Another AMD Hudson-2 PCIE bridge.Mark Kettenis
2013-09-10Enable some code that seems to relate to an errata forJonathan Gray
2013-09-08switch to using linux style pci match tablesJonathan Gray
2013-09-08Unbreak vmx(4) on i386. The right shift of 32 bits for the DSHReyk Floeter
2013-09-06need sys/device.hTheo de Raadt
2013-09-06Fix build with USB_DEBUG defined, pipes don't have refcounters anymore.Martin Pieuchot
2013-09-06Missing semicolons.Martin Pieuchot
2013-09-05ugold(4) is a driver for PCsensor's USB gold TEMPer temperaturesasano
2013-09-03When /dev/wsmouse is opened right after resume, some synaptics touchpadsStefan Sperling
2013-09-03Only free the per-protocol descriptor if a touchpad cannot be correctlyMartin Pieuchot
2013-09-02fb refcount must be initialised to 1 not 0 to match the behaviourJonathan Gray
2013-09-02use DRM_MEMORYBARRIER() for smp_mb__*Jonathan Gray
2013-09-02add static back to functions that originally had itJonathan Gray
2013-09-01drm/radeon: update line buffer allocation for dce6Jonathan Gray
2013-09-01drm/radeon: update line buffer allocation for dce4.1/5Jonathan Gray
2013-08-30Turn on msi for mfii(4).Christiano F. Haesbaert
2013-08-29Add support for advanced btcoex. This commit is not really neededSylvestre Gallon
2013-08-28vmx(4) uses 4 different types of 128bit descriptors in little-endianReyk Floeter
2013-08-27Give RS400/RS480/RS690 another chance. These were previously disabledJonathan Gray
2013-08-27implement drm_pcie_get_speed_cap_mask()Jonathan Gray
2013-08-27stash pci chipset and bridge tags in the drm_device structJonathan Gray
2013-08-26add a define for the link capabilities register forJonathan Gray
2013-08-26Add a stubbed out version of drm_pcie_get_speed_cap_mask() andJonathan Gray
2013-08-26remove an uneeded printfJonathan Gray
2013-08-25call if_link_state_change when link state actually changes; ok claudioMike Belopuhov
2013-08-25new ciss devices from Scott Benesh of HP via FreeBSDJonathan Gray
2013-08-25regenJonathan Gray
2013-08-25new ciss devices from Scott Benesh of HP via FreeBSDJonathan Gray
2013-08-23don't call if_link_state_change if link state is not changedMike Belopuhov