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
/
ic
Age
Commit message (
Expand
)
Author
2024-05-22
Fix some bogus masking for the HCS (Host Controller Status) register.
Marcus Glocker
2024-05-22
Make the interrupt status poll function generic, rather than for only one
Marcus Glocker
2024-05-21
Remove obsolete comment, and fix some spacing.
Marcus Glocker
2024-05-21
Only enable BUS_DMA_64BIT if the controller supports it.
Marcus Glocker
2024-05-20
Introduce some macros for static intr. aggr. and slot integers, and do
Marcus Glocker
2024-05-20
Add flag to switch between normal interrupts (one interrupt per completed
Marcus Glocker
2024-05-19
Use aggregation interrupts like stated in the documentation; Setup values
Marcus Glocker
2024-05-16
As of the documentation, the value of the Command UPIU expected_xfer_len
Marcus Glocker
2024-05-15
Remove unused variable.
Marcus Glocker
2024-05-15
Fix multi-slot support.
Marcus Glocker
2024-05-15
Also free CCBs in the error case. Fixes an intermittent panic seen on
Marcus Glocker
2024-05-13
Add bio(4) support to nvme(4). Provide information on controller and configured
Kenneth R Westerback
2024-05-13
remove prototypes with no matching function
Jonathan Gray
2024-05-12
Introduce debugging levels, to make debugging a bit more useful.
Marcus Glocker
2024-05-12
rtw_host_rfio was removed in 2007
Jonathan Gray
2024-05-12
comsiraddr was removed in 2016
Jonathan Gray
2024-05-11
fix prototype; iosf_i2c_relese -> iosf_i2c_release
Jonathan Gray
2024-05-10
Revert r1.108. An Intel 11th Gen i5 Framework laptop with a SanDisk SN850 disk
Kenneth R Westerback
2024-05-10
Fix broken debugging.
Marcus Glocker
2024-05-09
Back then I faced intermittent file-system corruptions for which setting
Marcus Glocker
2024-05-09
Sprinkle some more DPRINTFs.
Marcus Glocker
2024-05-09
Pack hardware descriptor structures.
Marcus Glocker
2024-05-09
Parse the OCS response value for completed commands, and set error on
Marcus Glocker
2024-05-09
Perform bus DMA synchronization to update the command descriptors.
Marcus Glocker
2024-05-09
Use 1U for bit operations on 32-bit registers.
Marcus Glocker
2024-05-09
Don't do math on KVA to get the required slot offset since that could
Marcus Glocker
2024-05-09
Don't use the task id for UPIU commands. We don't use task management
Marcus Glocker
2024-05-09
Don't schedule interrupt aggregation when commands are still in-progress.
Marcus Glocker
2024-05-09
Prevent that scheduling of new commands is interfering with processing
Marcus Glocker
2024-05-09
Don't relay on the doorbell register to track our slots. As of the
Marcus Glocker
2024-05-06
Add support for Tx checksum offloading to dwqe(4).
Stefan Sperling
2024-05-03
Make qwx(4) call into ifmedia more like iwx(4) does it.
Stefan Sperling
2024-05-03
Add support for Rx checksum offloading to dwqe(4).
Stefan Sperling
2024-04-29
remove unused global vars
Jonathan Gray
2024-04-25
Adjust macro definitions for dwqe(4) Rx descriptors.
Stefan Sperling
2024-04-25
Mask off MAC management counter interrupts. The driver doesn't know how
Jonathan Matthew
2024-04-23
use 1U << 31 to avoid undefined behaviour
Jonathan Gray
2024-04-19
As of the documentation, the UTP Command Descriptor Base Address (UCDBA)
Marcus Glocker
2024-04-15
Don't wait forever in nvme_poll(). Respect the timeout provided by a scsi_xfer.
Kenneth R Westerback
2024-04-15
Don't hang in nvme_poll() if the nvme controller has disconnected from the pcie
Kenneth R Westerback
2024-04-14
with empty body loops, put final semicolon on a new line for readability
Jonathan Gray
2024-04-13
correct indentation
Jonathan Gray
2024-04-03
Reuse the timeout from struct scsi_xfer rather than declaring one in
Miod Vallat
2024-03-29
skip dwqe_tx_proc() processing while the interface is not up
Stefan Sperling
2024-03-09
Ensure that qwx(4) clears the OACTIVE flag when Tx rings have space again.
Stefan Sperling
2024-03-04
Reduce high limit of dwqe(4) receive ring by one.
Alexander Bluhm
2024-03-02
implement qwx(4) monitor status ring polling
Stefan Sperling
2024-03-02
silently ignore update-stats events from qwx(4) firmware
Stefan Sperling
2024-03-02
repair QWX_DEBUG build
Stefan Sperling
2024-02-29
align qwx_ce_rx error code checking with linux ath11k driver
Stefan Sperling
[next]