#
9cc06b13 |
| 30-Apr-2024 |
jsg <jsg@openbsd.org> |
remove commented DEBUG_TIMER for timer driver removed in 2021
|
#
1b1d6ffb |
| 31-Mar-2024 |
kettenis <kettenis@openbsd.org> |
Enable rge(4).
|
#
f8512acd |
| 07-Mar-2024 |
kevlo <kevlo@openbsd.org> |
Enable dwxe(4)
ok kettenis@, deraadt@
|
#
85547fc8 |
| 02-Feb-2024 |
kettenis <kettenis@openbsd.org> |
Enable sximmc(4)
|
#
0785a13c |
| 27-Jan-2024 |
kettenis <kettenis@openbsd.org> |
Add a few drivers to support Allwinner D1.
|
#
009ac988 |
| 23-Sep-2023 |
kettenis <kettenis@openbsd.org> |
Add stfrng(4), a driver for the random number generator on the JH7110 SoC.
ok joel@, jca@
|
#
cee38298 |
| 29-Aug-2023 |
kettenis <kettenis@openbsd.org> |
Enable dwiic(4) and axppmic(4).
|
#
0db047f5 |
| 08-Jul-2023 |
kettenis <kettenis@openbsd.org> |
Add support for the PCIe controller on the JH7110 SoC.
MSIs don't work reliably so these are disabled for now. The stfpcie(4) driver is based on preliminary device tree bindings that might still ch
Add support for the PCIe controller on the JH7110 SoC.
MSIs don't work reliably so these are disabled for now. The stfpcie(4) driver is based on preliminary device tree bindings that might still change.
ok patrick@
show more ...
|
#
2b94700c |
| 08-Jul-2023 |
kettenis <kettenis@openbsd.org> |
Add support for the Motorcomm YT8521/YT8531 PHYs. Since these PHYs may need various board-dependent tweaks, pass the device tree node down to the PHY driver such that we can look at various properti
Add support for the Motorcomm YT8521/YT8531 PHYs. Since these PHYs may need various board-dependent tweaks, pass the device tree node down to the PHY driver such that we can look at various properties to make the necessary tweaks. Enable ytphy(4) on riscv64.
ok jsing@, patrick@
show more ...
|
#
3efac0e7 |
| 04-Jul-2023 |
kettenis <kettenis@openbsd.org> |
enable dwqe(4)
|
#
0d271635 |
| 24-Jan-2023 |
jca <jca@openbsd.org> |
Hook up the same USB device drivers as arm64/conf/GENERIC
Input from kettenis@, ok deraadt@ miod@
|
#
57aff904 |
| 26-Jun-2022 |
sthen <sthen@openbsd.org> |
add a few missing drivers for recent nics, input from jmatthew kettenis mbuhl deraadt
|
#
8aadf3ca |
| 12-Jun-2022 |
kettenis <kettenis@openbsd.org> |
Add stftemp(4), a driver for the temperature sensor integrated on the StarFive JH7100 SoC.
ok jsg@
|
#
d3781397 |
| 09-Jun-2022 |
kettenis <kettenis@openbsd.org> |
Add gpiorestart(4).
|
#
c41db536 |
| 08-Jun-2022 |
kettenis <kettenis@openbsd.org> |
Add stfpinctrl(4).
|
#
cba8e17d |
| 06-Jun-2022 |
kettenis <kettenis@openbsd.org> |
Enable stfclock(4) and make xhci(4) attach to fdt.
|
#
79e45e3f |
| 30-May-2022 |
kettenis <kettenis@openbsd.org> |
Add sfgpio(4), a driver for the GPIO controller found on the SiFive FU740 SoC.
ok jca@
|
#
3b631e80 |
| 18-Feb-2022 |
visa <visa@openbsd.org> |
Add mpfgpio(4), a driver for the PolarFire SoC MSS GPIO controller.
Feedback and OK kettenis@
|
#
9bf0468d |
| 16-Feb-2022 |
visa <visa@openbsd.org> |
Add mpfiic(4), a driver for the PolarFire SoC MSS I2C controller.
OK kettenis@
|
#
8b31f2a3 |
| 18-Jan-2022 |
visa <visa@openbsd.org> |
Add cdsdhc(4), a driver for the Cadence SD/SDIO/eMMC host controller.
Tested on a PolarFire SoC.
|
#
3276931a |
| 05-Jan-2022 |
visa <visa@openbsd.org> |
Add mpfclock(4), a driver for the PolarFire SoC MSS clock controller.
OK kettenis@
|
#
91aad4ce |
| 03-Jan-2022 |
visa <visa@openbsd.org> |
SOCs -> SoCs
|
#
ae8db96a |
| 30-Nov-2021 |
deraadt <deraadt@openbsd.org> |
enable uhid/fido from Ashton Fagg
|
#
bccaee56 |
| 02-Sep-2021 |
mlarkin <mlarkin@openbsd.org> |
aq(4) driver for Aquantia 1/2.5/5/10Gb/s PCIe ethernet adapters
Adds support for Aquantia AQC1xx family of PCIe ethernet adapters. This driver supports 1Gbps through 10Gbps modes of operation based
aq(4) driver for Aquantia 1/2.5/5/10Gb/s PCIe ethernet adapters
Adds support for Aquantia AQC1xx family of PCIe ethernet adapters. This driver supports 1Gbps through 10Gbps modes of operation based on the hardware and media/switch capabilities.
The initial code was ported from NetBSD, with jmatthew@ finishing up the Tx/Rx ring support and interrupt handler routine.
The driver only supports devices using firmware V2.
This diff enables aq(4) on riscv64 and amd64, the only platforms where I have tested the driver, but it likely works on other architectures as well.
show more ...
|
#
9f49305c |
| 25-Jul-2021 |
jsg <jsg@openbsd.org> |
enable iwm(4)
from Ashton Fagg who tested on 9260
|