summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2020-11-08Add supported media types for SFPs.Mark Kettenis
2020-11-08Add code to determine the supported media types from the SFP EEPROM.Mark Kettenis
2020-11-08U-Boot might not have cleaned its pools. The pool needs to be emptyPatrick Wildt
2020-11-08Hand the pool a physical address, not a virtual one.Patrick Wildt
2020-11-08Check that DMA memory has been allocated for the rings and the BM. WhilePatrick Wildt
2020-11-07Add clock support for i.MX8MP. This variant uses essentially thePatrick Wildt
2020-11-07change from rwlock(9) to mutex(9) for linux rwlocksJonathan Gray
2020-11-06The ClearFog GT 8K device tree references the PP22's gate clockPatrick Wildt
2020-11-06Remove unused `anon' argument from uvmfault_unlockall().Martin Pieuchot
2020-11-06Remove unused `anon' argument from uvmfault_unlockall().Martin Pieuchot
2020-11-06move definitions which should be in rwsem.hJonathan Gray
2020-11-06Match on ConnectX-6 (non-Dx) cards too.Jonathan Matthew
2020-11-06Bail out early if the port type is not Ethernet, rather than failing laterJonathan Matthew
2020-11-03Have mvpp(4) pass MII flags depending on the phy mode specified inPatrick Wildt
2020-11-03The Marvell 88E1512 supports multiple modes between MAC to PHY and PHYPatrick Wildt
2020-11-03Disable HW PHY polling. It's enabled by default.Patrick Wildt
2020-11-02synctobhe
2020-11-02Enable brightness keys on powerbooks where the keyboard attaches as ukbd(4).tobhe
2020-11-02add support for ctl reads and writes on 710 chips with API < 1.5David Gwynne
2020-10-31Update the RTL8125B microcode and use ifiq_input and its return value toKevin Lo
2020-10-29We need more memory barriers on powerpc.Mark Kettenis
2020-10-29Silence "using MMIO for ATOM IIO" error message, since that is normal onMark Kettenis
2020-10-28Apple Geyser3 keyboards need munging as well. Reported by Mathius Schocker.Mark Kettenis
2020-10-28regenMark Kettenis
2020-10-28Add a few more Apple Geyser IDs.Mark Kettenis
2020-10-28regenMark Kettenis
2020-10-28Fujitsu SPARC64 X CPI host bridge and another PLX PCIe switch.Mark Kettenis
2020-10-28Switch from bus_space_read/write to linux io.h interfaces for allJonathan Gray
2020-10-28Use the function from <linux/io.h> for all "Memory Space" IO. This reducesMark Kettenis
2020-10-28Add missing bus_space_barrier() in mcx_cmdq_post() - without this, cmdqJonathan Matthew
2020-10-27Do not touch non existing queues. Allows to disable MSI-X in ix(4).Alexander Bluhm
2020-10-27Adding IOMMU support for AMD Vi and Intel VTD (disabled)Jordan Hargrave
2020-10-26Make mapping the "I/O Space" BAR optional. POWER9 systems don't supportMark Kettenis
2020-10-26Improve I/O functions to match Linux:Mark Kettenis
2020-10-26remove unused alpha memory barrier definesJonathan Gray
2020-10-26use __membar() where possibleJonathan Gray
2020-10-26use lwsync and eieio for smp barriers on powerpcJonathan Gray
2020-10-25Make mapping the "I/O Space" BAR optional. POWER9 systems don't supportMark Kettenis
2020-10-25Add firmload attribute to drivers that load firmware.Mark Kettenis
2020-10-25syncPeter Hessler
2020-10-25add my new graphics tablet, not yet workingPeter Hessler
2020-10-25Unbreak brightness setting on MacBooks introduced by abl(4).Marcus Glocker
2020-10-25enable snooping on more Intel devicesJonathan Gray
2020-10-25regenJonathan Gray
2020-10-25add more Intel azalia idsJonathan Gray
2020-10-25enable snooping on more AMD devicesJonathan Gray
2020-10-25use pci macros when testing subvendor id for idt codecsJonathan Gray
2020-10-25recognise some more realtek codecs found in submitted dmesgsJonathan Gray
2020-10-24add entry for realtek alc3204/236;Jason McIntyre
2020-10-231. Work around a firmware bug of some Elantech-v1 touchpads.Ulf Brosziewski