Age | Commit message (Expand) | Author |
2020-04-20 | Add athn(4) definitions for the block-ack/block-ack-request control register. | Stefan Sperling |
2020-04-19 | Add bcmmbox, a driver for the VideoCore messagebox interface on BCM283X. | tobhe |
2020-04-15 | wdsc(4), ncr53c9x: timestamp LUNs with time_uptime(9), not time_second(9) | cheloha |
2020-04-14 | Add bse(4), a driver for the Broadcom GENET v5 network interface found on | Mark Kettenis |
2020-04-06 | wi(4): tsleep(9) -> tsleep_nsec(9); ok stsp@ | cheloha |
2020-03-21 | Simplify some goto'ing that jumps a single line or | Kenneth R Westerback |
2020-03-16 | Actually attach panel (if we have one). | Mark Kettenis |
2020-03-16 | Replace video "framework" with a more generic port/endpoint "framework". | Mark Kettenis |
2020-03-15 | sparc64 issue being identified and removed, reapply r1.73: | Kenneth R Westerback |
2020-03-15 | Revert nvme back to last working commit for sparc64. | kmos |
2020-03-14 | ahci_get_pmp_ccb() returns a non-NULL pointer, fails a | Kenneth R Westerback |
2020-03-14 | Trailing whitespace, long lines, incorrect function names in | Kenneth R Westerback |
2020-03-13 | Recognize BCM43341 as a BCM43340 variant. | Patrick Wildt |
2020-03-13 | Bump nvme(4) max physio() i/o size to 128K. | Kenneth R Westerback |
2020-03-10 | Variables 'nowait' amd 'flags' should have died in 2008 with r1.36's | Kenneth R Westerback |
2020-03-10 | Coverity points out (12 + MAXMPS) can never be less than | Kenneth R Westerback |
2020-03-10 | Ooops. Need both files. | Kenneth R Westerback |
2020-03-10 | sgl (scatter gather list) and prpl (physical region page list) are two | Kenneth R Westerback |
2020-03-09 | Update the console device always when attaching the real device | YASUOKA Masahiko |
2020-03-06 | Process the NVRAM in bwfm(4) itself. So far we have relied on some | Patrick Wildt |
2020-03-04 | fix typo in previous | cheloha |
2020-03-04 | Restrict modes to those with an actually supported pixel clock. | Mark Kettenis |
2020-03-02 | Shuffle logic a bit to make sizes/limits more obvious. | Kenneth R Westerback |
2020-03-02 | Add rkdwhdmi(4), a driver for the HDMI transmitter found on the Rockchip | Mark Kettenis |
2020-03-01 | Use ffs() on sc_mps, removing need for sc_mps_bits. Replace ffs(64)-1 | Kenneth R Westerback |
2020-02-28 | nvme_enable() doesn't need parameters for both sc and sc->sc_mps_bits. | Kenneth R Westerback |
2020-02-27 | Trailing whitespace. | Kenneth R Westerback |
2020-02-25 | Make bwfm(4) call if_input() only once per interrupt. | Patrick Wildt |
2020-02-25 | pcic(4): i82365.c: tsleep(9) -> tsleep_nsec(9) | cheloha |
2020-02-21 | Add anxdp(4), a driver for the Analogix Display Port controller, | Patrick Wildt |
2020-02-20 | dwiic(4): tsleep(9) -> tsleep_nsec(9); ok claudio@ | cheloha |
2020-02-20 | pgt(4): tsleep(9) -> tsleep_nsec(9); ok claudio@ | cheloha |
2020-02-19 | Similar to other wireless drivers use bpf_mtap_hdr() to prepend the | Claudio Jeker |
2020-02-18 | Trailing whitespace. | Kenneth R Westerback |
2020-02-18 | Trailing whitespace is icky. Some KNF whitespace tweaks | Kenneth R Westerback |
2020-02-18 | Let aac(4) compile again by #include'ing selinfo.h. | Kenneth R Westerback |
2020-02-18 | Cleanup <sys/kthread.h> and <sys/proc.h> includes. | Martin Pieuchot |
2020-02-18 | rtsx(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ | cheloha |
2020-02-17 | Don't fake up an mbuf to prepend a readiotap header, just use bpf_mtap_hdr(). | Claudio Jeker |
2020-02-17 | Use m_defrag() to linearize an mbuf chain instead of hand rolling a solution | Claudio Jeker |
2020-02-17 | Use bpf_mtap_hdr() to prepend the radiotap header instead of faking an | Claudio Jeker |
2020-02-17 | The siop family members use various atop/ptoa dances (oosiop/osiop) or | Kenneth R Westerback |
2020-02-15 | *_minphys() functions that cap i/o sizes at a value larger than the | Kenneth R Westerback |
2020-02-15 | Don't touch the phase bit at nvme_poll_done(). This makes dumpsys() | YASUOKA Masahiko |
2020-02-15 | Eliminate gdt_minphys() as it doesn't do anything. As the comment says | Kenneth R Westerback |
2020-02-14 | Let's all agree to call our scsi_adapter variable '<dev>_switch'. | Kenneth R Westerback |
2020-02-14 | IPS_MAXFER, NAX_XFER, and MAXBSIZE are all defined | Kenneth R Westerback |
2020-02-13 | Nuke *_minphys() functions that either simply apply MAXPHYS or do | Kenneth R Westerback |
2020-02-07 | Nuke softc field 'sc_adapter" and just point sc_link's at shiney new | Kenneth R Westerback |
2020-02-06 | Remove pointless intermediate scsi_adapter field of softc by pointing | Kenneth R Westerback |