summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2020-07-09Move sc->sc_link initialization closer to config_found() invocationKenneth R Westerback
2020-07-06Repair athn(4) in client mode against WPA2 access points.Stefan Sperling
2020-07-05Double checking you committed the correct diff sometimes paysKenneth R Westerback
2020-07-05Nuke struct scsi_link's "scsibus" member. The two drivers using itKenneth R Westerback
2020-07-04Nestle all sc_c.sc_link initialization near config_found() invocation.Kenneth R Westerback
2020-07-02Shuffle things around so that sc->sc_link initialization isKenneth R Westerback
2020-07-02Shuffle things around so that sc->sc_link initialization isKenneth R Westerback
2020-07-02Shuffle things around so that sc->sc_link initialization isKenneth R Westerback
2020-07-01If the adapter card needs to keep track of its own id on the bus, orKenneth R Westerback
2020-06-30adjust functions for new const in drm MI code; ok jsgTheo de Raadt
2020-06-29Don't create sd(4) devices for nvme(4) namespaces that areKenneth R Westerback
2020-06-27Nuke trailing whitespace.Kenneth R Westerback
2020-06-27No need to bzero()/memset() 'struct scsibus_attach_args' variablesKenneth R Westerback
2020-06-27Replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-06-26ath(4): fix ATH_TICKS()cheloha
2020-06-24kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha
2020-06-24Use SDEV_NO_ADAPTER_TARGET instead of the value that is beingKenneth R Westerback
2020-06-24Use SDEV_NO_ADAPTER_TARGET instead of the value of adapter_buswidth toKenneth R Westerback
2020-06-24Use SDEV_NO_ADAPTER_TARGET instead of -1 to indicateKenneth R Westerback
2020-06-24Nuke some pointless *_dev_probe() and *_dev_free() functions andKenneth R Westerback
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.David Gwynne
2020-06-19Add support for BCM4359 SDIO variants such as the AP6359SA module foundMark Kettenis
2020-06-19Whitespace.Kenneth R Westerback
2020-06-19Whitespace. Two short lines to one line.Kenneth R Westerback
2020-06-11Make use of hardware crypto for CCMP. The tricky bits had been lyingJonathan Matthew
2020-06-08update drm to linux 5.7Jonathan Gray
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2020-05-23Fix typo in a comment that originated in wpi(4) and has spread elsewhere.Stefan Sperling
2020-05-17restore VGA fonts on VT switchJonathan Gray
2020-05-16Don't attempt to reset the state of the flip-flop associated with theJonathan Gray
2020-05-15Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading.Stefan Sperling
2020-05-15Some newer bwfm(4) chips from Cypress hold their regulatoryPatrick Wildt
2020-04-30Fix use of uninitialized 'wh' variable in error path of ar5008_rx_process().Stefan Sperling
2020-04-29Add the 'nomimo' nwflag which disables MIMO in 11n mode.Stefan Sperling
2020-04-28Configure Tx interrupt mitigation thresholds on athn(4) devices.Stefan Sperling
2020-04-27Offload CCMP (WPA2) encryption and decryption to athn(4) hardware.Stefan Sperling
2020-04-21Revert r1.207. Apparently mpi(4) on sparc64 blows up ifKenneth R Westerback
2020-04-21Add bcmdmac, a driver for the DMA controller found on BCM283x SoCs.tobhe
2020-04-20Add athn(4) definitions for the block-ack/block-ack-request control register.Stefan Sperling
2020-04-19Add bcmmbox, a driver for the VideoCore messagebox interface on BCM283X.tobhe
2020-04-15wdsc(4), ncr53c9x: timestamp LUNs with time_uptime(9), not time_second(9)cheloha
2020-04-14Add bse(4), a driver for the Broadcom GENET v5 network interface found onMark Kettenis
2020-04-06wi(4): tsleep(9) -> tsleep_nsec(9); ok stsp@cheloha
2020-03-21Simplify some goto'ing that jumps a single line orKenneth R Westerback
2020-03-16Actually attach panel (if we have one).Mark Kettenis
2020-03-16Replace video "framework" with a more generic port/endpoint "framework".Mark Kettenis
2020-03-15sparc64 issue being identified and removed, reapply r1.73:Kenneth R Westerback
2020-03-15Revert nvme back to last working commit for sparc64.kmos