index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
Age
Commit message (
Expand
)
Author
2016-01-04
mark the driver MPSAFE. most of this is cleaning up the oactive handling.
David Gwynne
2016-01-03
Fix typo in comment.
Mark Kettenis
2016-01-03
Add support for 100 series to pchtemp(4).
Daniel Dickman
2016-01-01
Reimplement vga_put() such that it compiles on i386 as well.
Mark Kettenis
2015-12-31
regen
Mark Kettenis
2015-12-31
Add some XEON-D devices.
Mark Kettenis
2015-12-31
Make ixgbe_start() mpsafe. This means the driver will no longer grab the
Mark Kettenis
2015-12-31
82544 on pcix busses needs a workaround that effectively doubles
David Gwynne
2015-12-31
Add pchtemp(4) a driver for the thermal sensor on recent Intel PCHs.
Mark Kettenis
2015-12-31
Provide a minimal implementation of the Linux vga_get/vga_put API and use it
Mark Kettenis
2015-12-31
Unconditionally set the "switchcookie". Fixes synchronous VT switching.
Mark Kettenis
2015-12-29
regen
Mark Kettenis
2015-12-29
Intel C610 Thermal Sensor
Mark Kettenis
2015-12-29
Tweak previous by de-indenting label and replacing remaining continues
mmcc
2015-12-29
shuffle tx code slightly and mark bge_start as mpsafe.
David Gwynne
2015-12-29
Set UltraDMA transfer mode. Some (early?) SATA drives, such as the Maxtor
Mark Kettenis
2015-12-29
Remove NULL-checks before free().
mmcc
2015-12-28
1. Add a loop_end label to the outer loop
mmcc
2015-12-28
Rework re_start and re_txeof to only check the producer/consumer ring
Jonathan Matthew
2015-12-28
use ulmin when looking at uio_resid to prevent wrapping around.
Ted Unangst
2015-12-27
set sensor type later on init
Joerg Jung
2015-12-27
fold for loops back into a wait function in a similar manner as acpiec does
Joerg Jung
2015-12-27
rename kbdled to backlight and mention chip model in comment
Joerg Jung
2015-12-27
extra taskq is gone, so also remove the no longer needed init variable
Joerg Jung
2015-12-27
simplify and unify keyboard backlight hooks, doing the same kassert instead of
Joerg Jung
2015-12-27
with Mark's fix in previous commit the extra taskq for delayed initialization
Joerg Jung
2015-12-26
Add support for the Perle Speed8 LE.
Mark Kettenis
2015-12-26
regen
Mark Kettenis
2015-12-26
Add Perle Speed8 LE.
Mark Kettenis
2015-12-25
enable iso keyboard munge fix for macbookair6,2
Joerg Jung
2015-12-24
more e-mail -> email
mmcc
2015-12-24
Remove a couple NULL-checks before free().
mmcc
2015-12-23
add aml_freevalue in a couple places, avoid storing a result that
Joshua Stein
2015-12-23
Drop unused goto label.
Visa Hankala
2015-12-22
Make xs_setprop a bit more useful by removing property nodes
Mike Belopuhov
2015-12-22
Implement a bus_dma(9) abstraction on top of Grant Table API
Mike Belopuhov
2015-12-22
Remove obsolete comment.
Mark Kettenis
2015-12-22
The Apple SMC is implemented on a H8S/2117 chip. Communication with the chip
Mark Kettenis
2015-12-21
add virtio-console driver
Stefan Fritsch
2015-12-21
Goto a loop_end label rather than using a continue statement for an
mmcc
2015-12-21
Introduce xen_intr_mask and xen_intr_unmask primitives
Mike Belopuhov
2015-12-21
Cleanup hypercall subsystem type defines
Mike Belopuhov
2015-12-21
Don't unmask the port in xen_intr_establish
Mike Belopuhov
2015-12-20
Advertise support for DRM version 1.4. We have support for all the necessary
Mark Kettenis
2015-12-20
Do not delay video(4) attachment if the device does not need to load
Martin Pieuchot
2015-12-19
Replace 'arc4random() % x' by 'arc4random_uniform(x)'.
tb
2015-12-19
Remove code that has been unused ever since we removed the agp ioctl interface.
Mark Kettenis
2015-12-19
Move agp_generic_enable() prototype to agpvar.h to unbreak the build on
Mark Kettenis
2015-12-19
Prevent GPU lockups with KMS & AGP-enable on Uninorth (G4) machines.
Martin Pieuchot
2015-12-19
Do not match Uninorth bridges until we have a working KMS with AGP
Martin Pieuchot
[next]