summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2020-11-14Move enabling/disabling the I2C controller and clearing the InterruptPatrick Wildt
2020-11-14Bring IDR function prototypes in line with modern Linux and implementMark Kettenis
2020-11-14whitespaceMark Kettenis
2020-11-14Add 10G media support. This makes the 10G ports on the "single shot" modelMark Kettenis
2020-11-14Add SFP+ support, including support for direct attach cables.Mark Kettenis
2020-11-14We should only grab the drm_global_mutex lock for legacy drivers.Mark Kettenis
2020-11-13Assert reset before configuring the MACs. Otherwise we leave the 10G MACMark Kettenis
2020-11-13To prepare for upcoming VF610 support, access the clk div table usingPatrick Wildt
2020-11-13Convert array of two-element arrays into a much more readable array ofPatrick Wildt
2020-11-13Add support for the PL2303HXN series chips to uplcom(4). The mainPatrick Wildt
2020-11-13Add define for the status register's Arbitration Lost bit.Patrick Wildt
2020-11-13On VF610 the registers are a single byte apart, so introduce a regshiftPatrick Wildt
2020-11-13Even though the registers are 16-bit wide, the upper 8 bits are alwaysPatrick Wildt
2020-11-13Add support for the PCA9547 I2C mux to pcamux(4). In comparison toPatrick Wildt
2020-11-12Nuke variable 'ba'. Only use was removed in r1.230.Kenneth R Westerback
2020-11-12Reconfigure the COMPHY mode when we find an SFP and configure inband mediaMark Kettenis
2020-11-12Add 1000baseT media support and set active media to the appropriate value.Mark Kettenis
2020-11-12Don't enable port or link until all crypto keys are installed byKenneth R Westerback
2020-11-12FDT-based I2C drivers should not use OF_* API in the match code, sincePatrick Wildt
2020-11-12use RWLOCK_INITIALIZER() in DEFINE_MUTEX()Jonathan Gray
2020-11-11Fix athn(4) in client mode against APs that use WPA1/TKIP as the group cipher.Stefan Sperling
2020-11-11syncPatrick Wildt
2020-11-11Add Prolific PL2303GC USB serial adapter.Patrick Wildt
2020-11-10Enable optical output when bringing an interface up and disable it againMark Kettenis
2020-11-10Add interfaces to control optical output of an SFP.Mark Kettenis
2020-11-10Fix urtwn(4) against access points which use WPA1/TKIP as the group cipher.Stefan Sperling
2020-11-10Fix previous commit; using > 0 to check a pointer isn't quite right.Mark Kettenis
2020-11-10If possible, check the MOD-DEF0 signal to detect the presence of an SFP.Mark Kettenis
2020-11-09use a single preinitialised mutex for atomic64 fallback pathJonathan Gray
2020-11-09Rework MAC initialization code. Properly turn comphy off and on againPatrick Wildt
2020-11-09Clear TX sent counter on up/down.Patrick Wildt