summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2020-10-23Subtract threshold from absolute position to allow absolute pointertobhe
2020-10-23Add support for the Micro Crystal RV4162. This variant holds thePatrick Wildt
2020-10-23Don't panic on curlen == 0. This DIAGNOSTIC code should have been removedMarcus Glocker
2020-10-22add support for AMD 17h/3xh HD Audio and the ALC887 codecRobert Nagy
2020-10-22Switch away from splsoftnet() and change the code to splnet().Claudio Jeker
2020-10-22Do not write unneeded data into the iwx(4) MAC context removal command.Stefan Sperling
2020-10-21handle capable(CAP_SYS_NICE) for allowing high priority contextsJonathan Gray
2020-10-21Constify and use C99 initializer for "struct uvm_pagerops".Martin Pieuchot
2020-10-21change drm_vma function arguments to take struct drm_file *Jonathan Gray