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