summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-11-27Add initialization of sc_sff_lock rwlock.kevlo1-1/+3
2020-11-24fter ixgbe_stop() there will be no more link-state-changegerhard1-1/+3
2020-11-23Adopt a Linux heuristic and mark as IGNORE_RESIDUE those umass(4)krw2-2/+12
2020-11-22Enabling RGE_ISR_RX_DESC_UNAVAIL causes an interrupt storm, so disableotto1-2/+2
2020-11-21Add barriers in the IO helper functions just like what was done for amdgpu(4).kettenis1-6/+22
2020-11-19Use bus_space_mmap(9) instead of pmap_extract(9) to find out the physicalkettenis1-8/+5
2020-11-19The conversion of the IO BAR access did not completely mirror thepatrick1-6/+22
2020-11-18fix build on loongson with clangjsg1-3/+4
2020-11-18regenjsg2-2/+22
2020-11-18add Realtek RealManage devicesjsg1-1/+5
2020-11-17Add ACPI support to imxiic(4).patrick2-1/+235
2020-11-17Split imxiic(4) into the FDT-attachment code and the i.MX I2C codepatrick4-167/+184
2020-11-17Zap parameter names in function prototypes.mglocker1-4/+4
2020-11-17remove unused definitions which no longer exist in linuxjsg4-8/+2
2020-11-17remove setup_timer() interface linux removed in 2017jsg2-8/+10
2020-11-17fix time_after32() macrojsg1-1/+1
2020-11-17adjust for reversed outb arguments linux usesjsg1-0/+4
2020-11-16Fix compile error on big-endian machines caused by recent multicast commit.patrick1-2/+2
2020-11-16Add multicast support to bwfm(4) to make IPv6 work and to fixpatrick1-6/+52
2020-11-16regenpatrick2-9/+9
2020-11-16Move PL2303GC around to make sure the list is sorted properly.patrick1-2/+2
2020-11-16regenkevlo2-2/+72
2020-11-16Add PCI ids for Intel 2.5Gb adapters.kevlo1-1/+15
2020-11-15Add acpige(4), a driver for ACPI generic event devices. This is a ratherpatrick2-1/+134
2020-11-15Add pchgpio(4), a driver for the GPIO controllers found on modern Intelkettenis2-1/+369
2020-11-15match on Edimax EW-7811Un V2, from Morgan Aldridgejmatthew1-1/+2
2020-11-15regenjmatthew2-4/+9
2020-11-14add Edimax EW-7811Un V2, from Morgan Aldridgejmatthew1-1/+2
2020-11-14Revise the initialization of the DRM Linux emulation layer such that wekettenis2-30/+33
2020-11-14idr limit should be inclusivejsg1-3/+7
2020-11-14Extend pcamux(4) with ACPI support. So far pcamux(4) has assumed it'spatrick1-5/+189
2020-11-14Add support for the VF610 I2C controller to imxiic(4). It uses itspatrick2-5/+53
2020-11-14Move enabling/disabling the I2C controller and clearing the Interruptpatrick1-13/+31
2020-11-14Bring IDR function prototypes in line with modern Linux and implementkettenis2-37/+23
2020-11-14whitespacekettenis1-2/+2
2020-11-14Add 10G media support. This makes the 10G ports on the "single shot" modelkettenis1-2/+11
2020-11-14Add SFP+ support, including support for direct attach cables.kettenis1-1/+36
2020-11-14We should only grab the drm_global_mutex lock for legacy drivers.kettenis1-1/+3
2020-11-13Assert reset before configuring the MACs. Otherwise we leave the 10G MACkettenis1-7/+4
2020-11-13To prepare for upcoming VF610 support, access the clk div table usingpatrick2-11/+16
2020-11-13Convert array of two-element arrays into a much more readable array ofpatrick2-7/+12
2020-11-13Add support for the PL2303HXN series chips to uplcom(4). The mainpatrick1-18/+62
2020-11-13Add define for the status register's Arbitration Lost bit.patrick1-1/+2
2020-11-13On VF610 the registers are a single byte apart, so introduce a regshiftpatrick1-8/+29
2020-11-13Even though the registers are 16-bit wide, the upper 8 bits are alwayspatrick1-45/+45
2020-11-13Add support for the PCA9547 I2C mux to pcamux(4). In comparison topatrick1-7/+21
2020-11-12Nuke variable 'ba'. Only use was removed in r1.230.krw1-3/+1
2020-11-12Reconfigure the COMPHY mode when we find an SFP and configure inband mediakettenis1-3/+29
2020-11-12Add 1000baseT media support and set active media to the appropriate value.kettenis1-4/+15
2020-11-12Don't enable port or link until all crypto keys are installed bykrw1-3/+19