summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-04-15gpiodcf(4): unbreak compilationcheloha1-2/+2
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 onkettenis5-1/+1451
2020-04-14Add BCM54210E support.kettenis2-7/+59
2020-04-14Add flags to specify whether internal delays should be configured for RGMII.kettenis1-1/+3
2020-04-14regenkettenis1-2/+5
2020-04-14Add Broadcom BCM54210E.kettenis1-1/+3
2020-04-14Implement acpi_getprop(), the ACPI equivalent of OF_getprop().kettenis2-3/+55
2020-04-14Fix loop condition in sparc64-specific radeondrm_setcolor()jca1-2/+2
2020-04-14Prevent uninitialized use of bbs and bls in the error pathjca1-2/+2
2020-04-13Fix a recently introduced iwn(4) problem where the link gets stuck sincestsp1-9/+5
2020-04-12Turn those spinlock and seqlock inline functions to macrosjca2-18/+25
2020-04-12Add support for the _CCA method. This method indicates whether DMA iskettenis2-4/+9
2020-04-11Use acpi_getsta(); avoids printing "no _STA method" messages and assumeskettenis1-10/+3
2020-04-10The Raspberry Pi4 (suing UEFI firmware in ACPI mode) uses QWord()kettenis1-1/+8
2020-04-09When I removed CCK fallback from iwm(4) I accidentally left an else-if blockstsp1-8/+1
2020-04-09Assign and enable clocks; RK3328 has them.kettenis1-1/+5
2020-04-09Fix an automatic Tx rate control issue in iwn(4).stsp2-70/+174
2020-04-08Add RK3328 Crypto/RNG clocks.kettenis2-1/+11
2020-04-08Add glass console support.kettenis1-1/+20
2020-04-08Set correct pixel format. Fix limits on number of characters in thekettenis1-2/+8
2020-04-08Bump size of the buffer we use to fetch device tree properties. Thekettenis1-2/+2
2020-04-07Claim framebuffer that was configured by bootloader.kettenis1-1/+11
2020-04-07Abstract the head of knote lists. This allows extending the lists,visa8-25/+25
2020-04-07Implement support for "usb-nop-xceiv" PHYs.kettenis1-2/+41
2020-04-07Fix off-by-one in check for valid pin numbers and use the existingkettenis1-4/+4
2020-04-06acpi(4): acpi_sleep(): tsleep(9) -> tsleep_nsec(9)cheloha1-7/+6
2020-04-06wi(4): tsleep(9) -> tsleep_nsec(9); ok stsp@cheloha1-3/+3
2020-04-06sunkbd(4): timeout_add(9) -> timeout_add_msec(9); ok kettenis@cheloha1-7/+3
2020-04-06pcppi(4), spkr(4): ticks -> millisecondscheloha2-27/+27
2020-04-06Remove redundant VOP_CLOSE() and vput(). The fail branch will closevisa1-3/+1
2020-04-06fix previous: use the correct offset for sq/rq creation, and don'tjmatthew1-4/+3
2020-04-06Make it possible to use ix(4) with MSI-X, currently disabled by default.mpi2-38/+184
2020-04-06Add a helper function for writing physical addresses for queues intojmatthew1-22/+32
2020-04-06Update my email address.pirofti5-10/+10
2020-04-04Return ENETRESET on success from mcx_up() so mcx_ioctl() will calljmatthew1-6/+7
2020-04-03Put back the code to enable and set the output tap delay. Tis fixeskettenis1-1/+6
2020-04-03Move the responsibility of syncing the data buffers from the USBpatrick6-36/+114
2020-04-03Add rkrng(4), a driver for the random number generator found on variouskettenis2-1/+129
2020-04-03The dtb I'm using for my rockpro64 has an "assigned-clocks" property sokettenis1-1/+2
2020-04-03Revert "drm/dp_mst: Skip validating ports during destruction, just ref"jsg1-16/+0
2020-04-03Fix an automatic Tx rate control issue in iwm(4) and iwx(4).stsp4-27/+48
2020-04-03Fix incoherencies of errors returned by various *kqfilter routines.mpi4-8/+8
2020-04-02Fix use-after-free zyd(4) upon Tx error and device detach.stsp1-4/+5
2020-04-02Remove iwm(4) 11n mode CCK Tx rate fallback.stsp2-63/+10
2020-04-02iwm's LQ_CMD can work asynchronously from interrupt context.stsp2-32/+9
2020-04-02Remove 'done' flag from struct iwx_tx_data. Check data->m == NULL instead.stsp2-9/+4
2020-04-02Remove 'done' flag from struct iwm_tx_data. Check data->m == NULL instead.stsp2-9/+4
2020-04-01USB control requests to the root hub differ from those to devices. Forpatrick1-2/+3
2020-03-31Fix MIMO rates with firmware-based rate scaling in iwm(4).stsp1-1/+20