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-04-05
Use the "idr" API here as well, reducing the diffs to Linux.
Mark Kettenis
2016-04-05
Add $OpenBSD$ markers.
Mark Kettenis
2016-04-05
Now that we the "idr" API, we can get rid of a lot of
Mark Kettenis
2016-04-05
Add an implementation of the Linux "idr" API.
Mark Kettenis
2016-04-05
Remove completely out-of-date comment about locking protocol.
Mark Kettenis
2016-04-05
Split out the generic GEM code (like Linux did) and switch it over to
Mark Kettenis
2016-04-05
Add vma offset manager code.
Mark Kettenis
2016-04-05
Add atomic_add_unless(), another strange linux interface.
Mark Kettenis
2016-04-05
Add a linux-compatible rbtree interface on top of our implementation in
Mark Kettenis
2016-04-04
Enable creation of softraid volumes using disks with non-512 byte
Kenneth R Westerback
2016-04-03
Remove erroneous whitespace added in previous change.
Patrick Wildt
2016-04-03
Implement a way to extract memory information from a node. This can be
Patrick Wildt
2016-04-03
The callers of fdt_next_node() expect it to return NULL if a next node
Patrick Wildt
2016-04-02
Reduce dmesg spam by knocking out some acpi hardware IDs that don't need a
Mark Kettenis
2016-04-02
Add support for I2C HID devices with GPIO signalled interrupts.
Jonathan Gray
2016-04-02
Make the gpio intr_establish callback return an int so the same function
Jonathan Gray
2016-04-01
Move atomics.h include dance to an earlier stage
Mike Belopuhov
2016-04-01
Remove outdated unused compat define. mono_time no longer exists and
Jonathan Gray
2016-03-31
The USB console port on Aruba 7xxx wireless controllers shows up as
Reyk Floeter
2016-03-31
sync
Reyk Floeter
2016-03-31
Add Aruba CP210x for the integrated "Aruba Networks USB to UART Bridge
Reyk Floeter
2016-03-30
Add support for multitouch input to wsmouse.
Ulf Brosziewski
2016-03-30
Hook up the gpio interrupt on devices that use it for card detection.
Mark Kettenis
2016-03-30
Expose the functionality that triggers a check for card insertion or removal.
Mark Kettenis
2016-03-30
Add support for gpio-based interrupts.
Mark Kettenis
2016-03-29
Print address and irq in the same way as sdhc(4)and bytgpio(4).
Mark Kettenis
2016-03-29
Check if a device is present (using _STA) in acpi_foundhid. This prevents
Mark Kettenis
2016-03-29
Implement a cleaner way to prevent acpivout(4) from attaching if we have
Mark Kettenis
2016-03-29
make the ie(4)s bpf_mtap_ether outgoing packets like all the other drivers
David Gwynne
2016-03-28
Replace 0 with NULL.
Mark Kettenis
2016-03-28
Adding each and every new acpi device driver to acpi_foundhid() is
Mark Kettenis
2016-03-28
Match based on _HID instead of the driver name.
Mark Kettenis
2016-03-28
Add support for card detect through a GPIO signal.
Mark Kettenis
2016-03-28
Add bytgpio(4) a driver for the gpio controllers found on Intel's Bay Trail
Mark Kettenis
2016-03-28
Add infrastructure that allows gpio drivers to register themselves with
Mark Kettenis
2016-03-28
Add definitions for GPIO resources.
Mark Kettenis
2016-03-28
OpenBSD has stopped using the SVr4 KDENABIO/KDDISABIO ioctls for at
Matthieu Herrb
2016-03-27
Make it possible to override the standard card detect mechanism. The SD
Mark Kettenis
2016-03-27
Always sleep at same priority.
Martin Pieuchot
2016-03-27
Kill async code commented out for more than 10 years.
Martin Pieuchot
2016-03-21
Replace magic number in urtwn(4) with corresponding macro from ic/r92creg.h.
Stefan Sperling
2016-03-21
In ral(4) RT2860 code, replace custom defrag with m_defrag().
Stefan Sperling
2016-03-21
Fix watchdog timeouts and dropped frames under load with RT2860 ral(4).
Stefan Sperling
2016-03-21
The common part of rtwn(4) needs help from attachment drivers to determine
Stefan Sperling
2016-03-20
Update the axen driver to initialize the hardware on reset. Change was sugges...
Brandon Mercer
2016-03-19
Remove the unused flags argument from VOP_UNLOCK().
natano
2016-03-19
Reduces the noise around the global ``ticks'' variable by renaming all
Martin Pieuchot
2016-03-19
Reduces the noise around the global ``ticks'' variable by renaming
Martin Pieuchot
2016-03-17
'miliseconds' -> 'milliseconds' in comments.
Kenneth R Westerback
2016-03-17
add TXIC TX382B entry.
SASANO Takayoshi
[next]