summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2020-03-14ahci_get_pmp_ccb() returns a non-NULL pointer, fails aKenneth R Westerback
2020-03-14Trailing whitespace, long lines, incorrect function names inKenneth R Westerback
2020-03-13Recognize BCM43341 as a BCM43340 variant.Patrick Wildt
2020-03-13Bump nvme(4) max physio() i/o size to 128K.Kenneth R Westerback
2020-03-10Variables 'nowait' amd 'flags' should have died in 2008 with r1.36'sKenneth R Westerback
2020-03-10Coverity points out (12 + MAXMPS) can never be less thanKenneth R Westerback
2020-03-10Ooops. Need both files.Kenneth R Westerback
2020-03-10sgl (scatter gather list) and prpl (physical region page list) are twoKenneth R Westerback
2020-03-09Update the console device always when attaching the real deviceYASUOKA Masahiko
2020-03-06Process the NVRAM in bwfm(4) itself. So far we have relied on somePatrick Wildt
2020-03-04fix typo in previouscheloha
2020-03-04Restrict modes to those with an actually supported pixel clock.Mark Kettenis
2020-03-02Shuffle logic a bit to make sizes/limits more obvious.Kenneth R Westerback
2020-03-02Add rkdwhdmi(4), a driver for the HDMI transmitter found on the RockchipMark Kettenis
2020-03-01Use ffs() on sc_mps, removing need for sc_mps_bits. Replace ffs(64)-1Kenneth R Westerback
2020-02-28nvme_enable() doesn't need parameters for both sc and sc->sc_mps_bits.Kenneth R Westerback
2020-02-27Trailing whitespace.Kenneth R Westerback
2020-02-25Make bwfm(4) call if_input() only once per interrupt.Patrick Wildt
2020-02-25pcic(4): i82365.c: tsleep(9) -> tsleep_nsec(9)cheloha
2020-02-21Add anxdp(4), a driver for the Analogix Display Port controller,Patrick Wildt
2020-02-20dwiic(4): tsleep(9) -> tsleep_nsec(9); ok claudio@cheloha
2020-02-20pgt(4): tsleep(9) -> tsleep_nsec(9); ok claudio@cheloha
2020-02-19Similar to other wireless drivers use bpf_mtap_hdr() to prepend theClaudio Jeker
2020-02-18Trailing whitespace.Kenneth R Westerback
2020-02-18Trailing whitespace is icky. Some KNF whitespace tweaksKenneth R Westerback
2020-02-18Let aac(4) compile again by #include'ing selinfo.h.Kenneth R Westerback
2020-02-18Cleanup <sys/kthread.h> and <sys/proc.h> includes.Martin Pieuchot
2020-02-18rtsx(4): tsleep(9) -> tsleep_nsec(9); ok mpi@cheloha
2020-02-17Don't fake up an mbuf to prepend a readiotap header, just use bpf_mtap_hdr().Claudio Jeker
2020-02-17Use m_defrag() to linearize an mbuf chain instead of hand rolling a solutionClaudio Jeker
2020-02-17Use bpf_mtap_hdr() to prepend the radiotap header instead of faking anClaudio Jeker
2020-02-17The siop family members use various atop/ptoa dances (oosiop/osiop) orKenneth R Westerback
2020-02-15*_minphys() functions that cap i/o sizes at a value larger than theKenneth R Westerback
2020-02-15Don't touch the phase bit at nvme_poll_done(). This makes dumpsys()YASUOKA Masahiko
2020-02-15Eliminate gdt_minphys() as it doesn't do anything. As the comment saysKenneth R Westerback
2020-02-14Let's all agree to call our scsi_adapter variable '<dev>_switch'.Kenneth R Westerback
2020-02-14IPS_MAXFER, NAX_XFER, and MAXBSIZE are all definedKenneth R Westerback
2020-02-13Nuke *_minphys() functions that either simply apply MAXPHYS or doKenneth R Westerback
2020-02-07Nuke softc field 'sc_adapter" and just point sc_link's at shiney newKenneth R Westerback
2020-02-06Remove pointless intermediate scsi_adapter field of softc by pointingKenneth R Westerback