summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic
AgeCommit message (Expand)AuthorFilesLines
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.dlg5-12/+19
2020-06-19Add support for BCM4359 SDIO variants such as the AP6359SA module foundkettenis1-2/+7
2020-06-19Whitespace.krw1-2/+2
2020-06-19Whitespace. Two short lines to one line.krw2-14/+13
2020-06-11Make use of hardware crypto for CCMP. The tricky bits had been lyingjmatthew2-5/+23
2020-06-08update drm to linux 5.7jsg5-90/+104
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt1-3/+1
2020-05-25change wsdisplay attribute type from long to uint32_tjsg4-34/+34
2020-05-25rename wsdisplay alloc_attr() to pack_attr()jsg2-12/+12
2020-05-23Fix typo in a comment that originated in wpi(4) and has spread elsewhere.stsp1-2/+2
2020-05-17restore VGA fonts on VT switchjsg1-1/+2
2020-05-16Don't attempt to reset the state of the flip-flop associated with thejsg1-7/+1
2020-05-15Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading.stsp1-55/+9
2020-05-15Some newer bwfm(4) chips from Cypress hold their regulatorypatrick3-3/+67
2020-04-30Fix use of uninitialized 'wh' variable in error path of ar5008_rx_process().stsp1-6/+4
2020-04-29Add the 'nomimo' nwflag which disables MIMO in 11n mode.stsp1-38/+51
2020-04-28Configure Tx interrupt mitigation thresholds on athn(4) devices.stsp2-2/+12
2020-04-27Offload CCMP (WPA2) encryption and decryption to athn(4) hardware.stsp3-91/+234
2020-04-21Revert r1.207. Apparently mpi(4) on sparc64 blows up ifkrw1-6/+7
2020-04-21Add bcmdmac, a driver for the DMA controller found on BCM283x SoCs.tobhe1-0/+126
2020-04-20Add athn(4) definitions for the block-ack/block-ack-request control register.stsp1-1/+10
2020-04-19Add bcmmbox, a driver for the VideoCore messagebox interface on BCM283X.tobhe2-0/+509
2020-04-15wdsc(4), ncr53c9x: timestamp LUNs with time_uptime(9), not time_second(9)cheloha2-6/+6
2020-04-14Add bse(4), a driver for the Broadcom GENET v5 network interface found onkettenis3-0/+1278
2020-04-06wi(4): tsleep(9) -> tsleep_nsec(9); ok stsp@cheloha1-3/+3
2020-03-21Simplify some goto'ing that jumps a single line orkrw1-12/+6
2020-03-16Actually attach panel (if we have one).kettenis1-1/+7
2020-03-16Replace video "framework" with a more generic port/endpoint "framework".kettenis1-1/+4
2020-03-15sparc64 issue being identified and removed, reapply r1.73:krw2-5/+16
2020-03-15Revert nvme back to last working commit for sparc64.kmos2-17/+9
2020-03-14ahci_get_pmp_ccb() returns a non-NULL pointer, fails akrw1-14/+6
2020-03-14Trailing whitespace, long lines, incorrect function names inkrw1-13/+14
2020-03-13Recognize BCM43341 as a BCM43340 variant.patrick1-1/+2
2020-03-13Bump nvme(4) max physio() i/o size to 128K.krw2-5/+16
2020-03-10Variables 'nowait' amd 'flags' should have died in 2008 with r1.36'skrw1-10/+3
2020-03-10Coverity points out (12 + MAXMPS) can never be less thankrw1-5/+2
2020-03-10Ooops. Need both files.krw1-2/+2
2020-03-10sgl (scatter gather list) and prpl (physical region page list) are twokrw1-8/+8
2020-03-09Update the console device always when attaching the real deviceyasuoka1-3/+3
2020-03-06Process the NVRAM in bwfm(4) itself. So far we have relied on somepatrick2-2/+52
2020-03-04fix typo in previouscheloha1-2/+2
2020-03-04Restrict modes to those with an actually supported pixel clock.kettenis2-8/+18
2020-03-02Shuffle logic a bit to make sizes/limits more obvious.krw1-14/+12
2020-03-02Add rkdwhdmi(4), a driver for the HDMI transmitter found on the Rockchipkettenis3-0/+1436
2020-03-01Use ffs() on sc_mps, removing need for sc_mps_bits. Replace ffs(64)-1krw2-6/+5
2020-02-28nvme_enable() doesn't need parameters for both sc and sc->sc_mps_bits.krw1-6/+6
2020-02-27Trailing whitespace.krw1-7/+7
2020-02-25Make bwfm(4) call if_input() only once per interrupt.patrick2-14/+12
2020-02-25pcic(4): i82365.c: tsleep(9) -> tsleep_nsec(9)cheloha1-3/+3
2020-02-21Add anxdp(4), a driver for the Analogix Display Port controller,patrick2-0/+949