Age | Commit message (Expand) | Author |
2014-02-22 | disable POOL_DEBUG for release | Jonathan Gray |
2014-02-22 | basic i210/i211 support (improved after looking at gollo@ i210 diff on misc) | Chris Cappuccio |
2014-02-22 | take us to -release mode | Theo de Raadt |
2014-02-21 | Do the lid control further on in the resume sequence, since this is | Theo de Raadt |
2014-02-21 | spelling | Theo de Raadt |
2014-02-21 | these two drivers should be doing their repair at DVACT_WAKEUP time | Theo de Raadt |
2014-02-21 | spacing | Theo de Raadt |
2014-02-21 | remove stray printf; ok pirofti | Theo de Raadt |
2014-02-20 | Remove some code that has no effect. | Mark Kettenis |
2014-02-20 | Support for /etc/random.seed in bootsd (disk-only boot blocks) | Miod Vallat |
2014-02-20 | More turd shining; cleanup the message that prints the firmware revision and | Mark Kettenis |
2014-02-20 | revert previous commit; didn't intend to commit those bits | Mark Kettenis |
2014-02-20 | Avoid printing the "nvram corrupt" message for onboard 2200s found on Sun | Mark Kettenis |
2014-02-20 | jsg@ pointed out i am bad at loops. | David Gwynne |
2014-02-20 | knf | David Gwynne |
2014-02-20 | pull the isr reads out into per chip variants we get to via pointers | David Gwynne |
2014-02-19 | /etc/random.seed support (only loaded from disk devices). | Miod Vallat |
2014-02-19 | Don't try to close(-1) if EPERM. | Miod Vallat |
2014-02-19 | /etc/random.seed support. | Miod Vallat |
2014-02-19 | Unbreak the tree; include <machine/atomic.h> instead of relying on something | Mark Kettenis |
2014-02-19 | tweak the response queue handling so it looks like qle. the important | David Gwynne |
2014-02-19 | If a disk returns a size of 0, treat it as an error to let the | Martin Pieuchot |
2014-02-19 | the RESP_IN register is 32bits, so consistently use a u_int32_t to | David Gwynne |
2014-02-19 | massage the response queue handling a bit: | David Gwynne |
2014-02-19 | qle seems fine with msi interrupts | David Gwynne |
2014-02-19 | remove some dead code - all the chips we handle can do type 4 commands, | Jonathan Matthew |
2014-02-19 | add qla and qle everywhere we currently have isp, commented out except for | Jonathan Matthew |
2014-02-19 | drm/radeon: 0x9649 is SUMO2 not SUMO | Jonathan Gray |
2014-02-19 | drm/i915: fix missed hunk after GT access breakage | Jonathan Gray |
2014-02-19 | drm/i915: initialize gt_lock early with other spin locks | Jonathan Gray |
2014-02-19 | drm/i915: fix up gt init sequence fallout | Jonathan Gray |
2014-02-19 | drm/i915: fix long-standing SNB regression in power consumption after resume v2 | Jonathan Gray |
2014-02-19 | Partially revert "drm/i915: unconditionally use mt forcewake on hsw/ivb" | Jonathan Gray |
2014-02-18 | sio_intr_shutdown() used to be a shutdown hook, and eventually became an | Miod Vallat |
2014-02-18 | Bump version numbers. | Joel Sing |
2014-02-18 | Actually check to see if the CPU supports tsc, rather than assuming that | Joel Sing |
2014-02-18 | convert printfs into a few different debug categories, leaving port | Jonathan Matthew |
2014-02-18 | fix IPComp interop with linux: switch Z_PARTIAL_FLUSH to Z_FINISH for | Markus Friedl |
2014-02-18 | drm/i915: VLV2 - Fix hotplug detect bits | Jonathan Gray |
2014-02-18 | drm/i915: Hold mutex across i915_gem_release | Jonathan Gray |
2014-02-17 | The device driver ioctl code can sleep, so calling it from a timeout is *not* | Mark Kettenis |
2014-02-17 | iha and trm are good targets to avoid a space crisis on the install media; | Theo de Raadt |
2014-02-17 | Convert bcopy()s to memcpy()s. | Martin Pieuchot |
2014-02-17 | x86_atomic_testset_i32 and x86_atomic_testset_i are not used, so remove | David Gwynne |
2014-02-17 | Add initial support for i354 MAC and M88E1543 PHY. | Jonathan Gray |
2014-02-17 | use the DEVNAME macro to get the name of the interrupt rather than the | David Gwynne |
2014-02-17 | use a bus_space subregion to talk to the mbox registers so you can | David Gwynne |
2014-02-15 | drm/radeon/DCE4+: clear bios scratch dpms bit (v2) | Jonathan Gray |
2014-02-15 | nep(4); start of a driver for the Sun Neptune 10/100/1000/10G Ethernet chip. | Mark Kettenis |
2014-02-15 | drm/radeon: fix surface sync in fence on cayman (v2) | Jonathan Gray |