summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-12-17bwfm: add a delay in bwfm_set_key_cb before talking to hardwarejcs1-1/+3
2020-12-17rework the maths used to set mbuf timestamps.dlg1-13/+26
2020-12-16softraid(4): more tsleep(9) -> tsleep_nsec(9) conversionscheloha2-8/+12
2020-12-15fill in more of mcx_cap_device so i can get to the device frequencies.dlg1-1/+78
2020-12-15go to splhigh around the kernel clock and hardware timer reads.dlg1-1/+7
2020-12-15turn hardware rx mbuf timestamping off by default.dlg1-2/+2
2020-12-15neuter the shutdown hooks for now, they seem to crash the fw on some boards.dlg1-1/+5
2020-12-14remove unused include linux no longer hasjsg1-0/+0
2020-12-14remove unused (and wrong) disable_irq() and enable_irq() definesjsg1-3/+0
2020-12-13set scatterlist to NULL after freejsg1-1/+2
2020-12-13remove unused wait interfacesjsg2-23/+3
2020-12-12Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan47-112/+112
2020-12-12avoid uninitialised var by using dma tag from attach argsjsg1-2/+3
2020-12-12The asmc sensor update task currently consumes ~50ms on each refresh cyclemglocker1-18/+25
2020-12-11ipmi(4): ipmi_poll_thread(): remove sleep loopcheloha1-4/+2
2020-12-11ipmi(4): tsleep(9) -> tsleep_nsec(9)cheloha1-2/+3
2020-12-10use jiffies var instead of ticks when checking for timeoutjsg2-10/+11
2020-12-10remove timespec_to_jiffies() which no longer exists in linuxjsg1-12/+0
2020-12-09ix_txq_kstats_read() should look at a tx_ring struct, not rx_ring.dlg1-2/+2
2020-12-08fix wrong function names in softraid RAID1 debug print statementsstsp1-3/+3
2020-12-08Call ttm_tt_unpopulate() instead of directly calling ttm_tt_unpopulatejsg1-1/+1
2020-12-08an(4): tsleep(9) -> tsleep_nsec(9)cheloha1-3/+3
2020-12-08correct ttm_tt error paths if bus_dmamap_create() failsjsg1-2/+9
2020-12-07Fix calculation of "maxlen" if there are multiple MPDUs in one packet.tobhe1-8/+2
2020-12-07Fix calculation of "maxlen" if there are multiple MPDUs in one packet.tobhe1-8/+2
2020-12-07Initialize handledgnezdo1-2/+2
2020-12-07Use 1000baseKX, 2500baseKX and 10GbaseKR media types for fixed linkkettenis1-2/+20
2020-12-07remove unused (and wrong) page_address() macrojsg1-1/+0
2020-12-07change from bus_addr_t to paddr_t for phys_addr_t and resource_size_tjsg1-2/+2
2020-12-06Implement acpi_intr_disestablish() for arm64.kettenis1-1/+2
2020-12-06Add dwgpio(4) a driver for the Synopsys DesignWare GPIO controller.kettenis3-4/+294
2020-12-06mbg(4): more tsleep(9) -> tsleep_nsec(9)cheloha1-7/+7
2020-12-06Use 1000baseKX and 2500baseKX media types for fixed link connections ankettenis1-1/+13
2020-12-06Fix yet another wscons race. In the same subsystem, the followinganton1-6/+5
2020-12-05Add support for the _EVT method to the GPIO support code.kettenis1-3/+12
2020-12-04hvn(4): msleep(9) -> msleep_nsec(9)cheloha1-2/+2
2020-12-04hvn(4), hyperv(4): more tsleep(9) -> tsleep_nsec(9) conversionscheloha2-12/+24
2020-12-02Extract another couple of chunks from main() into helper functions,krw2-3/+16
2020-12-02Enable auto-negotiation on the SerDes links, which allows in-band-statuspatrick1-1/+2
2020-11-30Implement mii_byname().kettenis2-9/+17
2020-11-30Fix deferred key tasks along the same lines as urtwn(4) and run(4).krw6-12/+57
2020-11-30Use DC_FP_START()/DC_FP_END() around dcn2.1 paths known to causejsg1-0/+6
2020-11-29Add mvsw(4), a driver for Marvell "SOHO" switches that are found on somekettenis2-1/+364
2020-11-29regenkettenis2-2/+7
2020-11-29Add Marvell ARMADA 3700 bridge.kettenis1-1/+2
2020-11-29Add support for 1000base-x and 2500base-x connections.kettenis2-8/+98
2020-11-29Un-const pci_attach_args var.kevlo4-8/+8
2020-11-28make it possible to attach other devices (for example switches) to mvmdio(4).kettenis2-10/+23
2020-11-27Unleash curlen check from DIAGNOSTIC block, and change the related printf'smglocker1-7/+7
2020-11-27As in urtwn(4), don't bring link up (getting dhclient(8) excited) untilkrw2-8/+22