summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2014-02-09drm/radeon: do not try to uselessly update virtual memory pagetableJonathan Gray
2014-02-09drm/radeon: don't allow audio on DCE6Jonathan Gray
2014-02-09drm/radeon: fix card_posted check for newer asicsJonathan Gray
2014-02-09radeon: Fix system hang issue when using KMS with older cardsJonathan Gray
2014-02-09Do not allow to unconfigure a device by setting the configurationMartin Pieuchot
2014-02-09use linux style memory allocations in radeonJonathan Gray
2014-02-09use linux style memory allocations in ttmJonathan Gray
2014-02-09add some more linux compat functions for memory allocationJonathan Gray
2014-02-08Be conservative about the resources the controller advertises forChris Cappuccio
2014-02-08Stop disablng/enabling interrupts in the interrupt handler forChris Cappuccio
2014-02-06missing define for qla2100 supportJonathan Matthew
2014-02-06revert some HID changes that broke on older modelsjoshua stein
2014-02-06Almost-working QLA2100 support. This appears to be the best I can do forJonathan Matthew
2014-02-05We're never going to detach the host bridge on our machines.Mark Kettenis
2014-02-05We have WARN_ONCE now.Mark Kettenis
2014-02-05Do proper error handling in the fault handler. Fixes spurious SIGSEGVs asMark Kettenis
2014-02-05after running myx(4) without biglock in production for a few daysDavid Gwynne
2014-02-05Avoid calling delay(9) between checking and clearing the interrupt status bits.Mark Kettenis
2014-02-05Punt on handling responses if we haven't allocated the response queue yet.Mark Kettenis
2014-02-05- Recognize BCM5762 A0 chipset.Brad Smith
2014-02-05tiny style adjustmentsTed Unangst
2014-02-04Add WARN_ONCE.Mark Kettenis
2014-02-04Make sure the USB device pointer is valid even if attach fails sinceMartin Pieuchot
2014-02-04Revert part of rev 1.329 that involved bringing in some code from FreeBSDBrad Smith
2014-02-03Check if the device is being detached when returning from tsleep() andMartin Pieuchot
2014-02-03Fix a null dereference introduced when converting this driver to useMartin Pieuchot
2014-02-03use the same option as isp(4) to build without firmware.Jonathan Matthew
2014-02-02Brainboxes BB16PCI958. Contributed by Eric Huiban, thanks!Miod Vallat
2014-02-02regenMiod Vallat
2014-02-02Brainboxes IS200 BB16PCI958 puc(4)Miod Vallat
2014-02-02drm/i915: flush cursors harderJonathan Gray
2014-02-02sbus(4) glue for qla(4)Mark Kettenis
2014-02-02Add missing DRM_UNLOCK() in error path.Mark Kettenis
2014-02-02carve up qla_attach() into bits we can use to process loop and fabric changesJonathan Matthew
2014-02-02Rearrange interrupt register processing for 2200s. The mailbox semaphoreJonathan Matthew
2014-02-02drm/i915: Make data/link N value power of twoJonathan Gray
2014-02-02add min_t and div_u64 which will be used to reduce the diff to linuxJonathan Gray
2014-02-02drm/i915/dp: increase i2c-over-aux retry interval on AUX DEFERJonathan Gray
2014-02-02add a simple version of usleep_range() that DELAYs for the min valueJonathan Gray
2014-02-01drm/i915: Invalidate TLBs for the rings after a resetJonathan Gray
2014-02-01On sparc64, use the WWNs from Open Firmware, as the onboard ISP2200 that canMark Kettenis
2014-02-01Split bge(4)'s feature flags into bge_flags and bge_phy_flags.Brad Smith
2014-01-31tl(4) already allowed for reception of frames up to MCLBYTES in size soBrad Smith
2014-01-31Rewrite the receive filter handling code, reinstate the hash filter and cleanupBrad Smith
2014-01-31Fix a long standing VCPU reset sequence bug on BCM5906. The VCPU (Virtual CPU)Brad Smith
2014-01-31sc_function is set, but never used for anything useful. clean it up...David Gwynne
2014-01-31sc_lladdr is never used, so we can get the space in the sc back.David Gwynne
2014-01-30the option bit for controlling fast posting is in icb_fw_options, notJonathan Matthew
2014-01-30don't do a register test mailbox command before resetting the chip.Jonathan Matthew
2014-01-30Do not match control interfaces if their associated data interface isMartin Pieuchot