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
2023-12-11
Fix the shift of status bits 2:0 to 11:9 from <<8 to <<9.
Kenneth R Westerback
2023-11-28
correct spelling of FALLTHROUGH
Jonathan Gray
2023-11-11
Attach dwqe(4) to Intel Elkhart Lake PSE SGMII devices.
Stefan Sperling
2023-11-11
Correct wrong register offset macros for dwqe(4) DMA burst length.
Stefan Sperling
2023-11-10
Make ifq and ifiq interface MP safe.
Alexander Bluhm
2023-10-11
Add initial support for Elkhart Lake ethernet to dwqe(4).
Stefan Sperling
2023-10-11
fix bitmask of GMAC4 hwfeatures1 RX FIFO size
Stefan Sperling
2023-10-10
Correctly define GMAC_VERSION. Found by stsp@
Mark Kettenis
2023-10-10
Fiv the value written to dwqe(4) MAC_1US_TIC_CTR register.
Stefan Sperling
2023-10-09
Handle an arbitrary number of D11 cores and only disable them instead of
Mark Kettenis
2023-10-09
allow dwqe.c to build on architectures that do not have machine/fdt.h
Stefan Sperling
2023-09-11
Remove unnecessary <sys/selinfo.h> includes.
Vitaliy Makkoveev
2023-09-11
Remove unnecessary <sys/selinfo.h> includes.
Vitaliy Makkoveev
2023-09-11
Kill unused `aac_select'. Build test performed with uncommented aac(4)
Vitaliy Makkoveev
2023-08-29
Add FDT support for dwiic(4)
Mark Kettenis
2023-08-26
word fix in comment; from crystal kolipe
Jason McIntyre
2023-08-15
Replace a bunch of (1 << 31) with (1U << 31)
Miod Vallat
2023-08-07
Raise transmit threshold to 512 bytes. This makes dwqe(4) work at
Mark Kettenis
2023-07-25
Extend the PCKBC_CANT_TRANSLATE feature, specific to Tadpole/RDI hardware,
Miod Vallat
2023-07-13
Change function definitions using the identifier-list form used in the
Jonathan Gray
2023-07-06
Use mtx_init() to initialize stack-based mutexes
Visa Hankala
2023-07-04
Handle rx error.
Mark Kettenis
2023-07-04
Add some extra parenthesis for consistency.
Mark Kettenis
2023-05-25
Disable witness for mutexes created on the stack which allows
Kurt Miller
2023-05-23
Force comport initialization for some class of device
Denis Fondras
2023-04-28
Add support for RTL8188FTV chip to urtwn(4).
Kevin Lo
2023-04-27
Fix logic error in rtwn_r92e_get_txpower().
Kevin Lo
2023-04-27
Whitespace fix
Kevin Lo
2023-04-24
handle fixed-link configuration in the device tree.
David Gwynne
2023-04-23
rename sc_tick to sc_phy_tick. no functional change.
David Gwynne
2023-04-23
add iosf(4), a driver for the Intel OnChip System Fabric
David Gwynne
2023-04-22
reduce the delays used in the mii/mdio bus ops
David Gwynne
2023-04-22
use if_baudrate and if_link_state for mac config, not mii media values
David Gwynne
2023-04-18
Add another check to com probe
Jonathan Gray
2023-04-13
Catch up with box drawing characters which have been standardized in unicode
Miod Vallat
2023-04-11
fix double words in comments
Jonathan Gray
2023-04-07
register a mapping of dwqe interfaces to ofw nodes/phandles.
David Gwynne
2023-04-07
Determine PHY mode and pass the appropriate flags down to the PHY when we
Mark Kettenis
2023-04-05
Enable Force Unit Access (FUA) for write commands. This seems to fix
Marcus Glocker
2023-04-02
zap excessive semicolons; ok mglocker@
Anton Lindqvist
2023-03-28
revert bwfm.c rev 1.108
Jonathan Gray
2023-03-26
fix memory leaks in error paths
Jonathan Gray
2023-03-26
unifdef
Jonathan Gray
2023-03-22
fix GMAC_CHAN_RX_CONTROL write
Jonathan Gray
2023-03-19
Use a task to switch clocks on RK3568 as the clock API needs process context.
Mark Kettenis
2023-03-15
make WEP encryption work on bwfm(4)
Stefan Sperling
2023-02-17
spelling
Jonathan Gray
2023-02-16
Fix MAC address register offsets.
Mark Kettenis
2023-02-15
Don't print the version twice, but do print a newline before attaching the
Mark Kettenis
2023-02-13
Add dwqe(4), a driver for the Synopsis DesignWare Ethernet QoS controller
Patrick Wildt
[next]