summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-10-19Revert transfer submission to r1.85. Seems to make okan@'s scannerMartin Pieuchot
2015-10-19Move bge rxeof and txeof outside the kernel lock.Jonathan Matthew
2015-10-18The change of 5.7's sys/arch/i386/i386/bus_space.c andSASANO Takayoshi
2015-10-18Backport another Broadwell fix from Linux 3.15Mark Kettenis
2015-10-17Fix the code that sets up the MCH BAR on systems where the (buggy) BIOSMark Kettenis
2015-10-16Put some iwm(4) debug code into #ifdef IWM_DEBUG.Stefan Sperling
2015-10-16Clean up iwm(4) scanning logic a bit: Reset sc_scanband in callers ofStefan Sperling
2015-10-16Oops, committed old version of previous diff with a typo in it: NLL -> NULLStefan Sperling
2015-10-16In iwm(4), correctly size and map the mbuf used for large firmware commands.Stefan Sperling
2015-10-15avoid using a var uninitialisedJonathan Gray
2015-10-13Prevent a NULL-pointer dereference when closing a ugen(4) nodeMartin Pieuchot
2015-10-12Always initialise the index into iwm's tx queue array, fixing aStefan Sperling
2015-10-11Add a symbolic name for the special '-1' value of iwm's sc_wantresp.Stefan Sperling
2015-10-10In iwm(4), set mbuf pointers to NULL after freeing mbufs.Stefan Sperling
2015-10-10add location to the fan descriptionJoerg Jung
2015-10-10fix wrong brackets in if statementJoerg Jung
2015-10-09Remove evil hack. I've never seen the printf fire, and xenocara no longerMark Kettenis
2015-10-08Implement set_pages_array_wb() and set_pages_array_wc() for powerpc. SinceMark Kettenis
2015-10-08Call em_start() when we detect a link state change such that packets startMark Kettenis
2015-10-07In i915_gem_fault(), move the "out" label after the switch state such that weMark Kettenis
2015-10-060xffffffff is 32 bits, not 24 bitsMatthew Dempsky
2015-10-06Make sure that tx_buffer->next_eop is properly set before we bump the numberMark Kettenis
2015-10-06Make iwm(4) set the MAC address the same way other wireless drivers do.Stefan Sperling
2015-10-05Simplify iwm(4) newstate task by only queuing one state transitionStefan Sperling
2015-10-04tweak initial output a bit: do not show number of light sensors, just show ifJoerg Jung
2015-10-04a macmini has no light sensor, but reading from light sensor keys isJoerg Jung
2015-10-04remove duplicate key, found by kettenisJoerg Jung
2015-10-04Fix memory leak in error path.Jonathan Matthew
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