summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2022-03-14Fix Tx performance on urtwn(4) RTL8192EU devices.Stefan Sperling
2022-03-13Revert previous commit. It breaks the serial console on my rpi4.Mark Kettenis
2022-03-11Enable PL011 UART FIF0 support in pluart(4). The FIFO depth depends onAnton Lindqvist
2022-03-08remove files used by isa radio drivers removed in 2016Jonathan Gray
2022-03-07remove WD33C93 SCSI codeJonathan Gray
2022-03-06Look for firmware for Apple Silicon devices in /etc/firmware/apple-bwfm.Mark Kettenis
2022-03-04Add support for the BCM4387. The firmware for this variant uses a new scanMark Kettenis
2022-03-02The firmware for the bwfm(4) variants in Apple Silicon Macs has variantsMark Kettenis
2022-02-22Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h>Philip Guenther
2022-02-16Make room for a cookie argument passed to audio_attach_mi(). CurrentlyAnton Lindqvist
2022-02-15unifdef __OpenBSD__Jonathan Gray
2022-01-14update drm to linux 5.15.14Jonathan Gray
2022-01-11add Synopsys Degisnware UART (dw-apb-uart) supportSASANO Takayoshi
2022-01-09spellingJonathan Gray
2022-01-07fix aac build after -Wno-uninitialized was removedJonathan Gray
2022-01-05rename ETHERTYPE_PAE to ETHERTYPE_EAPOL.David Gwynne
2022-01-04remove the last part of driver for aic-6250 scsi on aviionJonathan Gray
2022-01-04remove files missed when sgi was removedJonathan Gray
2022-01-03the prism54 domain is long abandonedJonathan Gray
2021-12-27Support reading OTP information from a few more chips, necessary to learnPatrick Wildt
2021-12-27Fix off-by-one in blob download, where in the case that the blob is evenlyPatrick Wildt
2021-12-27BCM4387 needs the D11 cores to be held in reset by us, the firmwarePatrick Wildt
2021-12-27Send TxCap and WiFi calibration blobs to the chip.Patrick Wildt
2021-12-27Handle trailing odd-sized 1024 byte blocks when calculating TCM RAM size.Patrick Wildt
2021-12-26Add information about TCM rambase and how to check the SR capability forPatrick Wildt
2021-12-22Disable minimum power consumption in hostap mode. This improves connectionTobias Heider
2021-12-20bus_dmamem_unmap() should not be called from interrupt context, so freePatrick Wildt