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-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
2016-03-17
regen
SASANO Takayoshi
2016-03-17
add TXIC TX382B (vendor 0x4651: product 0x3273)
SASANO Takayoshi
2016-03-17
Do not iterate all over the tree if OF_parent() is called on the root
Martin Pieuchot
2016-03-17
Replace curcpu_is_idle() by cpu_is_idle() and use it instead of rolling
Martin Pieuchot
2016-03-17
Only attempt to build the pci sdhc attachment when it is configured.
Jonathan Gray
2016-03-16
Make urndis(4) print tx/rx errors only if compiled in DEBUG mode.
Stefan Sperling
2016-03-16
Expose new audio ioctls that do one thing only: start and stop DMA,
Alexandre Ratchov
2016-03-15
'accomodate' -> 'accommodate' in comments.
Kenneth R Westerback
2016-03-15
Fix size passed to free(), found the hard way by Nick Permyakov
Jeremie Courreges-Anglas
2016-03-15
Ethernet drivers no longer need to include if_vlan_var.h for the VLAN
Christian Weisgerber
2016-03-15
usbd_is_dying() can't be part of the common rtwn(4) driver code once we
Stefan Sperling
2016-03-15
Exar XR17V354 puc(4) device, "high speed quad uart".
Mike Larkin
2016-03-15
sync
Mike Larkin
2016-03-15
Typo in part number in previous commit (fix Exar P/N from XR17C354 to
Mike Larkin
2016-03-15
sync
Mike Larkin
2016-03-15
sync
Mike Larkin
2016-03-15
Add Exar 4 port PCIe serial port (puc)
Mike Larkin
2016-03-14
Change a bunch of (<blah> *)0 to NULL.
Kenneth R Westerback
2016-03-14
Convert sparc drivers bpp and magma to uiomove
Stefan Kempf
2016-03-14
Correct the value of SRT_ENDTAG: it was documented incorrectly in early
Philip Guenther
2016-03-14
Allocate statistics command from the heap, pointed out by deraadt@
Mike Belopuhov
2016-03-13
In ichiic(4), ignore the SMBALERT# interrupt. This interrupt has been
Stefan Sperling
2016-03-11
don't check a stack-allocated array against NULL
mmcc
2016-03-11
Move rtwn(4) DMA init code back to the PCI part of the driver.
Stefan Sperling
2016-03-10
don't check stack-allocated arrays against NULL
mmcc
2016-03-10
Enforce some naming sanity. Stop using 'sc_link' to mean two different
Kenneth R Westerback
2016-03-09
Remove pointless function pointers from urtwn(4) softc. They didn't serve
Stefan Sperling
2016-03-09
Make rtwn(4) check for "unsupported test chip" error during attach again.
Stefan Sperling
2016-03-09
Make rtwn(4) stop the chip during DVACT_QUIESCE rather than DVACT_SUSPEND
Stefan Sperling
[next]