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
2018-08-09
Hook up the rasops text emulation functions so we only write out
Patrick Wildt
2018-08-09
Implement out-of-band interrupt support in the bwfm(4) SDIO backend.
Patrick Wildt
2018-08-09
Make imxesdhc(4) pass per-function cookies to the SD/MMC bus.
Patrick Wildt
2018-08-09
Allow passing per-function cookies through the SD/MMC bus to SDIO
Patrick Wildt
2018-08-09
Correct the bitmask that returns the function count. We missed a bit
Patrick Wildt
2018-08-09
regen
Mark Kettenis
2018-08-09
ASMedia ASM1184e PCIe switch.
Mark Kettenis
2018-08-08
Fix possible division by zero caused by bogus usb descriptors. From
Alexandre Ratchov
2018-08-08
Implement IRQ masking and unmasking in imxgpio(4).
Patrick Wildt
2018-08-08
regen
Kevin Lo
2018-08-08
Fix Realtek product name from RT8188 to RTL8188CE
Kevin Lo
2018-08-06
Give the FDT interrupt API a more generic naming by replacing the
Patrick Wildt
2018-08-05
ifconfig ioctl's that bring interfaces up the first time may issue
Theo de Raadt
2018-08-05
Fix typo that caused us to misassign parents.
Mark Kettenis
2018-08-05
Decouple unveil from the pledge flags, by adding dedicated unveil flags
Bob Beck
2018-08-04
Implement a few missing RK3288 clocks and implement resets.
Mark Kettenis
2018-08-04
avoid using a value uninitialised
Jonathan Gray
2018-08-03
Pass PCIe requester ID as sideband data here as well.
Mark Kettenis
2018-08-03
Let ahci(4) match on _CLS instead of _HID when attaching at acpi(4). Avoids
Mark Kettenis
2018-08-03
Implement setting the CPU clock for Allwinner H3/H5 SoCs.
Mark Kettenis
2018-08-03
Also attach as a regulator if the FDT provides the fixed voltage value.
Mark Kettenis
2018-08-03
Implement DVFS support.
Mark Kettenis
2018-08-03
- use memset() for for clearing hashtbl
Kevin Lo
2018-08-03
Add mue(4), a driver for Microchip LAN75xx/LAN78xx 10/100/1000 USB Ethernet
Kevin Lo
2018-08-02
Add I2C attachment code to ssdfb(4). The difference between the I2C
Patrick Wildt
2018-08-02
Add delay when increasing the voltage of a regulator that has a
Mark Kettenis
2018-08-01
Fix various RK3399 clocks and add support for getting the clock frequency
Mark Kettenis
2018-08-01
Implement a partial update mechanism. Since the SPI-connected display
Patrick Wildt
2018-07-31
Display color depth alongside resolution when attaching simplefb(4).
Frederic Cambus
2018-07-31
Stop reversing bytes read from the framebuffer. That was added since
Patrick Wildt
2018-07-31
Implement setting the voltage of the regulators.
Mark Kettenis
2018-07-31
Correctly set the dividers for the clock of the "big" cores.
Mark Kettenis
2018-07-31
Fix setting the voltage; the code was using the wrong variable as a step size.
Mark Kettenis
2018-07-30
If we keep the BIOS framebuffer, stick to the desired framebuffer size
Mark Kettenis
2018-07-30
define WSMOUSE_TYPE_TOUCHPAD so non-elantech drivers can stop
Joshua Stein
2018-07-30
Use the MI interrupt enable/distable API instead of the MD one on i386 and
Mark Kettenis
2018-07-30
Inline trivial uaudio_id_name(). From Michael Bombardieri, thanks.
Alexandre Ratchov
2018-07-30
Add support for the GIC v3 ITS and use it to implement MSI support for
Mark Kettenis
2018-07-30
Add ssdfb(4), a driver for the SSD1309 controller that drives an
Patrick Wildt
2018-07-30
apply the loop settle delay to handling of loop up and loop reset events,
Jonathan Matthew
2018-07-30
extend the loop settle time to 200ms, and adjust the check so that we'll
Jonathan Matthew
2018-07-28
Add function to convert a PCI device "tag" into a PCIe requester ID.
Mark Kettenis
2018-07-28
Make use of PCI_FLAGS_MSI_ENABLED such that drivers for hardware with broken
Mark Kettenis
2018-07-27
Use the MI interrupt enable/distable API instead of the MD one on amd64 and
Mark Kettenis
2018-07-27
No need to test if pointer is NULL to call free(9). From
Alexandre Ratchov
2018-07-26
Add imxspi(4), a driver for the i.MX SPI controller. This is the first
Patrick Wildt
2018-07-26
Implement calculating the SPI controller frequency in imxccm(4).
Patrick Wildt
2018-07-26
don't dump status iocbs twice
Jonathan Matthew
2018-07-26
remove "bad startup mboxes" printf - it never indicates a real problem,
Jonathan Matthew
2018-07-25
Implement a MSGBUF control packet mechanism based on the command
Patrick Wildt
[next]