summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2020-12-06Use 1000baseKX and 2500baseKX media types for fixed link connections anMark Kettenis
2020-12-06Fix yet another wscons race. In the same subsystem, the followinganton
2020-12-05Add support for the _EVT method to the GPIO support code.Mark Kettenis
2020-12-04hvn(4): msleep(9) -> msleep_nsec(9)cheloha
2020-12-04hvn(4), hyperv(4): more tsleep(9) -> tsleep_nsec(9) conversionscheloha
2020-12-02Extract another couple of chunks from main() into helper functions,Kenneth R Westerback
2020-12-02Enable auto-negotiation on the SerDes links, which allows in-band-statusPatrick Wildt
2020-11-30Implement mii_byname().Mark Kettenis
2020-11-30Fix deferred key tasks along the same lines as urtwn(4) and run(4).Kenneth R Westerback
2020-11-30Use DC_FP_START()/DC_FP_END() around dcn2.1 paths known to causeJonathan Gray
2020-11-29Add mvsw(4), a driver for Marvell "SOHO" switches that are found on someMark Kettenis
2020-11-29regenMark Kettenis
2020-11-29Add Marvell ARMADA 3700 bridge.Mark Kettenis
2020-11-29Add support for 1000base-x and 2500base-x connections.Mark Kettenis
2020-11-29Un-const pci_attach_args var.Kevin Lo
2020-11-28make it possible to attach other devices (for example switches) to mvmdio(4).Mark Kettenis
2020-11-27Unleash curlen check from DIAGNOSTIC block, and change the related printf'sMarcus Glocker
2020-11-27As in urtwn(4), don't bring link up (getting dhclient(8) excited) untilKenneth R Westerback
2020-11-27Add initialization of sc_sff_lock rwlock.Kevin Lo
2020-11-24fter ixgbe_stop() there will be no more link-state-changeGerhard Roth
2020-11-23Adopt a Linux heuristic and mark as IGNORE_RESIDUE those umass(4)Kenneth R Westerback
2020-11-22Enabling RGE_ISR_RX_DESC_UNAVAIL causes an interrupt storm, so disableOtto Moerbeek
2020-11-21Add barriers in the IO helper functions just like what was done for amdgpu(4).Mark Kettenis
2020-11-19Use bus_space_mmap(9) instead of pmap_extract(9) to find out the physicalMark Kettenis
2020-11-19The conversion of the IO BAR access did not completely mirror thePatrick Wildt
2020-11-18fix build on loongson with clangJonathan Gray
2020-11-18regenJonathan Gray
2020-11-18add Realtek RealManage devicesJonathan Gray
2020-11-17Add ACPI support to imxiic(4).Patrick Wildt
2020-11-17Split imxiic(4) into the FDT-attachment code and the i.MX I2C codePatrick Wildt
2020-11-17Zap parameter names in function prototypes.Marcus Glocker
2020-11-17remove unused definitions which no longer exist in linuxJonathan Gray
2020-11-17remove setup_timer() interface linux removed in 2017Jonathan Gray
2020-11-17fix time_after32() macroJonathan Gray
2020-11-17adjust for reversed outb arguments linux usesJonathan Gray
2020-11-16Fix compile error on big-endian machines caused by recent multicast commit.Patrick Wildt
2020-11-16Add multicast support to bwfm(4) to make IPv6 work and to fixPatrick Wildt
2020-11-16regenPatrick Wildt
2020-11-16Move PL2303GC around to make sure the list is sorted properly.Patrick Wildt
2020-11-16regenKevin Lo
2020-11-16Add PCI ids for Intel 2.5Gb adapters.Kevin Lo
2020-11-15Add acpige(4), a driver for ACPI generic event devices. This is a ratherPatrick Wildt
2020-11-15Add pchgpio(4), a driver for the GPIO controllers found on modern IntelMark Kettenis
2020-11-15match on Edimax EW-7811Un V2, from Morgan AldridgeJonathan Matthew
2020-11-15regenJonathan Matthew
2020-11-14add Edimax EW-7811Un V2, from Morgan AldridgeJonathan Matthew
2020-11-14Revise the initialization of the DRM Linux emulation layer such that weMark Kettenis
2020-11-14idr limit should be inclusiveJonathan Gray
2020-11-14Extend pcamux(4) with ACPI support. So far pcamux(4) has assumed it'sPatrick Wildt
2020-11-14Add support for the VF610 I2C controller to imxiic(4). It uses itsPatrick Wildt