summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-12-22Make xs_setprop a bit more useful by removing property nodesMike Belopuhov
2015-12-22Implement a bus_dma(9) abstraction on top of Grant Table APIMike Belopuhov
2015-12-22Remove obsolete comment.Mark Kettenis
2015-12-22The Apple SMC is implemented on a H8S/2117 chip. Communication with the chipMark Kettenis
2015-12-21add virtio-console driverStefan Fritsch
2015-12-21Goto a loop_end label rather than using a continue statement for anmmcc
2015-12-21Introduce xen_intr_mask and xen_intr_unmask primitivesMike Belopuhov
2015-12-21Cleanup hypercall subsystem type definesMike Belopuhov
2015-12-21Don't unmask the port in xen_intr_establishMike Belopuhov
2015-12-20Advertise support for DRM version 1.4. We have support for all the necessaryMark Kettenis
2015-12-20Do not delay video(4) attachment if the device does not need to loadMartin Pieuchot
2015-12-19Replace 'arc4random() % x' by 'arc4random_uniform(x)'.tb
2015-12-19Remove code that has been unused ever since we removed the agp ioctl interface.Mark Kettenis
2015-12-19Move agp_generic_enable() prototype to agpvar.h to unbreak the build onMark Kettenis
2015-12-19Prevent GPU lockups with KMS & AGP-enable on Uninorth (G4) machines.Martin Pieuchot
2015-12-19Do not match Uninorth bridges until we have a working KMS with AGPMartin Pieuchot
2015-12-19Add xs_setprop to set device propertiesMike Belopuhov
2015-12-19Fixup a few bugs in xen_intr_{establish,disestablish}Mike Belopuhov
2015-12-18Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutexMark Kettenis
2015-12-18Fix urtw(4) on big-endian architectures. Patch by Cedric Tessier.Stefan Sperling
2015-12-18Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutexMark Kettenis
2015-12-18Remove two error-on-NULL conditions for allocations that can't fail.mmcc
2015-12-18Remove an error-on-NULL condition after a mallocarray() call that cannotmmcc
2015-12-17sprinkling ifndef __linux__ around two variable declarations could notTed Unangst
2015-12-17s/expresion/expression/gmmcc
2015-12-17If CORB/RIRB are not running, log error message unconditonnalyAlexandre Ratchov
2015-12-17Add display brightness support. This is available on the last few generationsMark Kettenis
2015-12-17Missing include, spotted by benoit@Martin Pieuchot
2015-12-17Use config_mountroot(9) instead of startuphook_establish(9).Martin Pieuchot
2015-12-16Don't attempt to get the ThinkLight state if neither the KLCG nor the MLCGMark Kettenis
2015-12-16Refactor umass_detach() in order to pass a size to free(9).Martin Pieuchot
2015-12-15ignore unlikely temperature values like -127 degCJoerg Jung
2015-12-15add 2 more temperature keys found in macbook pro (10,2)Joerg Jung
2015-12-15add more temperature keys found in newer macbook airs (6,1 and 7,2)Joerg Jung
2015-12-15make sure the read fan description is always nul terminatedJoerg Jung
2015-12-14Handle the keyboard backlight found on newer Thinkpads. Doesn't handle theMark Kettenis
2015-12-14Add initial 802.11n support to the iwm(4) driver.Stefan Sperling
2015-12-14"harware" -> "hardware"mmcc
2015-12-13Hook up the ThinkLight to the keyboard backlight support code.Mark Kettenis
2015-12-13Sort button defines.Mark Kettenis
2015-12-12Add OpenBSD Id.Reyk Floeter
2015-12-12Add OpenBSD CVS/RCS Ids.Reyk Floeter
2015-12-12x2APIC is currently enabled on HV guests only, not on bare metal, toReyk Floeter
2015-12-12enable keyboard backlight support via wskbd(4) hooksJoerg Jung
2015-12-12Identify hypervisors before configuring other children of the mainbusReyk Floeter
2015-12-12add new ioctls to control keyboard backlightsJoerg Jung
2015-12-11remove wrapper function and call LKSB key write directlyJoerg Jung
2015-12-11remove no longer needed prototypeJoerg Jung
2015-12-11instead of checking the status everywhere do it directly after (trying) theJoerg Jung
2015-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APIMartin Pieuchot