summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-10-01relax vendor comparison to match variations found in olderJoerg Jung
2015-10-01add const, prodded by mpiJoerg Jung
2015-10-01remove superfluous sensor_attach() added for debug reasonsJoerg Jung
2015-10-01fix semicolon after if statementJonathan Gray
2015-10-01No need to wakeup(9) the sensor thread because upd_refresh() does notMartin Pieuchot
2015-09-30add a (disabled) driver for the Apple System Management Controller (SMC) asJoerg Jung
2015-09-30Run the tx completion path without the kernel held. This makes theMark Kettenis
2015-09-30I missed an #ifdef notyet when enabling the aliasing ppgtt code.Mark Kettenis
2015-09-29Unlock interrupt handler rx path with intr_barrierChris Cappuccio
2015-09-29get rid of the mutex between access to the status block and myx_downDavid Gwynne
2015-09-29regenJoerg Jung
2015-09-29add keyboard/trackpad IDs found in recent MacBooks (12" retina)Joerg Jung
2015-09-29Huawei K4511 3G modem.Martin Pieuchot
2015-09-29regenMartin Pieuchot
2015-09-29Huawei K4511 3G modem.Martin Pieuchot
2015-09-28In low-level suspend routines, set cold=2. In tsleep(), use this toTheo de Raadt
2015-09-28The Linux code that handles the DPMS mode for inteldrm(4) can sleep now.Mark Kettenis
2015-09-28remove duplicate entry caused by the "Quanta Transcode" deviceJonathan Gray
2015-09-28Remove the "Quanta Transcode" device from the list of supported hardware.Mark Kettenis
2015-09-27Enable monitor hot plugging for the framebuffer console.Mark Kettenis
2015-09-27Fix bsd.rd upgrades over iwm(4), and fix `ifconfig iwm0 lladdr random`.Stefan Sperling
2015-09-27Align the way iwm(4) adds the MAC context with how it's done in Linux iwlwifi.Stefan Sperling
2015-09-27Use drm_fb_helper_restore_fbdev_mode() to restore the wscons framebufferMark Kettenis
2015-09-27regenMark Kettenis
2015-09-27Add another AMD RS780 PCIE found in a dmesg from tobiasu@Mark Kettenis
2015-09-27Switch remaining users of the FreeBSD refcount apis back to the originalJonathan Gray
2015-09-26Try a little bit harder to clean up if attaching inteldrm(4) fails.Mark Kettenis
2015-09-26Update drm_irq.c to the version from Linux 3.14.52.Mark Kettenis
2015-09-26Apparently Valleyview / Bay Trail has 32-bit BARs, so fetch the type insteadMark Kettenis
2015-09-26Make the PPGTT code work. Seems to fix the caching issues on Broadwell.Mark Kettenis
2015-09-26Make iwm(4) DPRINTFs show states by name instead of number.Stefan Sperling
2015-09-25Apparently 0 is not a power of 2 (despite <sys/param.h> claiming that it is).Mark Kettenis
2015-09-253.14 backports of some Broadwell fixes fromJonathan Gray
2015-09-25Disable IPS for now. Identified by jsg@ as the cause for the unsynchedMark Kettenis
2015-09-25Now that waitqueue_active() actually works, enable the WARN_ON that uses it.Mark Kettenis
2015-09-24Enable MSIs on hardware that supports it. On the Thinkpad X1, the APIC pinMark Kettenis
2015-09-24Properly implement waitqueue_active(). Gets rid of spuriousMark Kettenis
2015-09-24regenJonathan Gray
2015-09-24Add some more Broadwell graphics ids.Jonathan Gray
2015-09-24The devlist awk script didn't pickup the broadwell ids as they areJonathan Gray
2015-09-23Update inteldrm to the code from Linux 3.14.52 (which corresponds toMark Kettenis
2015-09-23In iwm(4), properly reset the RX ring by clearing RX buffer status memory.Stefan Sperling
2015-09-23In iwm(4), while not associated, pass the broadcast ethernet address toStefan Sperling
2015-09-22regenJasper Lievisse Adriaanse
2015-09-22add (unsupported) realtek wireless card as found in rpointel@'s x250, thoughJasper Lievisse Adriaanse
2015-09-20brad points out i need bpf_mtap_ether to reconstruct vlan headersDavid Gwynne
2015-09-20need to keep bpf in the tx path. got a bit ahead of myself there...David Gwynne
2015-09-19Avoid using a mutex in the rx completion path. Instead rely onMark Kettenis
2015-09-18Remove stray splx(9) call. Found by Maxime Villard's Brainy Code Scanner.Mark Kettenis
2015-09-18Remove unused variables, from Michael McConville.Martin Pieuchot