summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2022-08-29static const, not const staticJonathan Gray
2022-08-21A couple of minor changes for rtl8192eu:Kevin Lo
2022-08-15remove unused smc91cxx_activate()Jonathan Gray
2022-08-13Correct rx data rate for rtl8192euKevin Lo
2022-08-01Fix bogus indent. NFCMiod Vallat
2022-07-27Enumerate and shift PHY mode bits.James Hastings
2022-07-15fix typos in previousTheo de Raadt
2022-07-15Implement support for framebuffers that don't start on a page boundary.Mark Kettenis
2022-07-14Protect all writers to ifm_cur with a mutex. ifmedia_match() doesAlexander Bluhm
2022-07-12Protect interface media list with a mutex. This is just a startAlexander Bluhm
2022-07-10Remove trailing whitespace. No code change.Mike Larkin
2022-07-02Remove unused device poll functions.Visa Hankala
2022-06-30Fix bwfm(4) crash during detach on USB.Stefan Sperling
2022-06-28constify miscellaneous arm64 pin and clock tablesChristian Weisgerber
2022-06-28Remove commented out variables and excessive blank lines inAnton Lindqvist
2022-06-27Fix comment.Miod Vallat
2022-06-27Allow the pluart(4) baud rate to be changed.Anton Lindqvist
2022-06-27Fix bwfm(4) ifconfig media display on devices with sta_info command version 3.Stefan Sperling
2022-06-21Revert part of r1.212, which caused a regression in a previously workingBjorn Ketelaars
2022-06-19pluart(4) does not report the correct baudrate for the hardware consoleAnton Lindqvist
2022-06-11Bring back PL011 UART FIFO support to pluart(4). This time with workingAnton Lindqvist
2022-06-05use the write lemtohXX functions for bits of the stats structure.David Gwynne
2022-06-03expose hardware counters as kstats.David Gwynne
2022-05-02Disable DMA as part of the hardware reset, preventing the device fromAnton Lindqvist
2022-05-02Use the given queue id argument which happen to already be equal toAnton Lindqvist
2022-04-21Use memset() to initialize struct ieee80211_rxinfo properly.Stefan Sperling
2022-04-16constify SCSI adapter entry pointsChristian Weisgerber
2022-04-09atascsi: constify method tablesChristian Weisgerber
2022-04-08lm, uguru, fins, wbenv: constify sensor tablesChristian Weisgerber
2022-03-21Constify struct {audio,midi,radio,video}_hw_if. No functional change.Miod Vallat
2022-03-20Introduce an alternative mechanism for wifi drivers to communicateStefan Sperling