summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-252-12/+12
* Fix typo in a comment that originated in wpi(4) and has spread elsewhere.stsp2020-05-231-2/+2
* restore VGA fonts on VT switchjsg2020-05-171-1/+2
* Don't attempt to reset the state of the flip-flop associated with thejsg2020-05-161-7/+1
* Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading.stsp2020-05-151-55/+9
* Some newer bwfm(4) chips from Cypress hold their regulatorypatrick2020-05-153-3/+67
* Fix use of uninitialized 'wh' variable in error path of ar5008_rx_process().stsp2020-04-301-6/+4
* Add the 'nomimo' nwflag which disables MIMO in 11n mode.stsp2020-04-291-38/+51
* Configure Tx interrupt mitigation thresholds on athn(4) devices.stsp2020-04-282-2/+12
* Offload CCMP (WPA2) encryption and decryption to athn(4) hardware.stsp2020-04-273-91/+234
* Revert r1.207. Apparently mpi(4) on sparc64 blows up ifkrw2020-04-211-6/+7
* Add bcmdmac, a driver for the DMA controller found on BCM283x SoCs.tobhe2020-04-211-0/+126
* Add athn(4) definitions for the block-ack/block-ack-request control register.stsp2020-04-201-1/+10
* Add bcmmbox, a driver for the VideoCore messagebox interface on BCM283X.tobhe2020-04-192-0/+509
* wdsc(4), ncr53c9x: timestamp LUNs with time_uptime(9), not time_second(9)cheloha2020-04-152-6/+6
* Add bse(4), a driver for the Broadcom GENET v5 network interface found onkettenis2020-04-143-0/+1278
* wi(4): tsleep(9) -> tsleep_nsec(9); ok stsp@cheloha2020-04-061-3/+3
* Simplify some goto'ing that jumps a single line orkrw2020-03-211-12/+6
* Actually attach panel (if we have one).kettenis2020-03-161-1/+7
* Replace video "framework" with a more generic port/endpoint "framework".kettenis2020-03-161-1/+4
* sparc64 issue being identified and removed, reapply r1.73:krw2020-03-152-5/+16
* Revert nvme back to last working commit for sparc64.kmos2020-03-152-17/+9
* ahci_get_pmp_ccb() returns a non-NULL pointer, fails akrw2020-03-141-14/+6
* Trailing whitespace, long lines, incorrect function names inkrw2020-03-141-13/+14
* Recognize BCM43341 as a BCM43340 variant.patrick2020-03-131-1/+2
* Bump nvme(4) max physio() i/o size to 128K.krw2020-03-132-5/+16
* Variables 'nowait' amd 'flags' should have died in 2008 with r1.36'skrw2020-03-101-10/+3
* Coverity points out (12 + MAXMPS) can never be less thankrw2020-03-101-5/+2
* Ooops. Need both files.krw2020-03-101-2/+2
* sgl (scatter gather list) and prpl (physical region page list) are twokrw2020-03-101-8/+8
* Update the console device always when attaching the real deviceyasuoka2020-03-091-3/+3
* Process the NVRAM in bwfm(4) itself. So far we have relied on somepatrick2020-03-062-2/+52
* fix typo in previouscheloha2020-03-041-2/+2
* Restrict modes to those with an actually supported pixel clock.kettenis2020-03-042-8/+18
* Shuffle logic a bit to make sizes/limits more obvious.krw2020-03-021-14/+12
* Add rkdwhdmi(4), a driver for the HDMI transmitter found on the Rockchipkettenis2020-03-023-0/+1436
* Use ffs() on sc_mps, removing need for sc_mps_bits. Replace ffs(64)-1krw2020-03-012-6/+5
* nvme_enable() doesn't need parameters for both sc and sc->sc_mps_bits.krw2020-02-281-6/+6
* Trailing whitespace.krw2020-02-271-7/+7
* Make bwfm(4) call if_input() only once per interrupt.patrick2020-02-252-14/+12
* pcic(4): i82365.c: tsleep(9) -> tsleep_nsec(9)cheloha2020-02-251-3/+3
* Add anxdp(4), a driver for the Analogix Display Port controller,patrick2020-02-212-0/+949
* dwiic(4): tsleep(9) -> tsleep_nsec(9); ok claudio@cheloha2020-02-201-6/+7
* pgt(4): tsleep(9) -> tsleep_nsec(9); ok claudio@cheloha2020-02-201-3/+4
* Similar to other wireless drivers use bpf_mtap_hdr() to prepend theclaudio2020-02-194-86/+24
* Trailing whitespace.krw2020-02-185-42/+42
* Trailing whitespace is icky. Some KNF whitespace tweakskrw2020-02-181-52/+52
* Trailing whitespace is icky. Some KNF whitespace tweakskrw2020-02-181-2/+2
* Let aac(4) compile again by #include'ing selinfo.h.krw2020-02-181-1/+2
* Cleanup <sys/kthread.h> and <sys/proc.h> includes.mpi2020-02-182-4/+2