summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2023-02-04Initial driver for Universal Flash Storage (UFS) Host Controllers.Marcus Glocker
2023-02-03Remove redundant DIAGNOSTIC wrappers around KASSERT macros.Miod Vallat
2023-01-01update drm to linux 6.1.2Jonathan Gray
2022-12-30Do not send (normal) packets before we reach the run state. Logic copiedMark Kettenis
2022-12-27Fix array bounds mismatch with clang 15Patrick Wildt
2022-11-25nvme can do 64bit dma.David Gwynne
2022-11-17whitespace fixes. no functional change.David Gwynne
2022-10-28Replace audio(9) get_props() with duplex check in open() in non-duplex driversKlemens Nanni
2022-10-26Make audio(9) get_props() optional, remove it from duplex driversKlemens Nanni
2022-10-21constify global identity tablesKlemens Nanni
2022-10-16Change function definitions using the identifier-list form used in theJonathan Gray
2022-10-12Extend struct todr_chip_handle with a todr_quality member. This allows usMark Kettenis
2022-09-16Make mfii(4) recover from firmware FAULT state on startup.Stefan Sperling
2022-08-31Introduce iic_intr_disestablish() and use it in ihidev(4).Mark Kettenis