index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
Age
Commit message (
Expand
)
Author
2020-12-07
remove unused (and wrong) page_address() macro
Jonathan Gray
2020-12-07
change from bus_addr_t to paddr_t for phys_addr_t and resource_size_t
Jonathan Gray
2020-12-06
mbg(4): more tsleep(9) -> tsleep_nsec(9)
cheloha
2020-11-30
Use DC_FP_START()/DC_FP_END() around dcn2.1 paths known to cause
Jonathan Gray
2020-11-29
regen
Mark Kettenis
2020-11-29
Add Marvell ARMADA 3700 bridge.
Mark Kettenis
2020-11-29
Un-const pci_attach_args var.
Kevin Lo
2020-11-27
Add initialization of sc_sff_lock rwlock.
Kevin Lo
2020-11-24
fter ixgbe_stop() there will be no more link-state-change
Gerhard Roth
2020-11-22
Enabling RGE_ISR_RX_DESC_UNAVAIL causes an interrupt storm, so disable
Otto Moerbeek
2020-11-21
Add barriers in the IO helper functions just like what was done for amdgpu(4).
Mark Kettenis
2020-11-19
The conversion of the IO BAR access did not completely mirror the
Patrick Wildt
2020-11-18
fix build on loongson with clang
Jonathan Gray
2020-11-18
regen
Jonathan Gray
2020-11-18
add Realtek RealManage devices
Jonathan Gray
2020-11-17
remove unused definitions which no longer exist in linux
Jonathan Gray
2020-11-17
remove setup_timer() interface linux removed in 2017
Jonathan Gray
2020-11-17
fix time_after32() macro
Jonathan Gray
2020-11-17
adjust for reversed outb arguments linux uses
Jonathan Gray
2020-11-16
regen
Kevin Lo
2020-11-16
Add PCI ids for Intel 2.5Gb adapters.
Kevin Lo
2020-11-14
Revise the initialization of the DRM Linux emulation layer such that we
Mark Kettenis
2020-11-14
idr limit should be inclusive
Jonathan Gray
2020-11-14
Bring IDR function prototypes in line with modern Linux and implement
Mark Kettenis
2020-11-14
whitespace
Mark Kettenis
2020-11-14
We should only grab the drm_global_mutex lock for legacy drivers.
Mark Kettenis
2020-11-12
Nuke variable 'ba'. Only use was removed in r1.230.
Kenneth R Westerback
2020-11-12
use RWLOCK_INITIALIZER() in DEFINE_MUTEX()
Jonathan Gray
2020-11-09
use a single preinitialised mutex for atomic64 fallback path
Jonathan Gray
2020-11-09
There seems to be a silicon errata for 82598 ix(4) chips. When the
Alexander Bluhm
2020-11-09
use 64 bit atomic builtins on i386 for atomic64
Jonathan Gray
2020-11-08
vblank seqlock is used from interrupt context so use IPL_TTY
Jonathan Gray
2020-11-07
change from rwlock(9) to mutex(9) for linux rwlocks
Jonathan Gray
2020-11-06
Remove unused `anon' argument from uvmfault_unlockall().
Martin Pieuchot
2020-11-06
Remove unused `anon' argument from uvmfault_unlockall().
Martin Pieuchot
2020-11-06
move definitions which should be in rwsem.h
Jonathan Gray
2020-11-06
Match on ConnectX-6 (non-Dx) cards too.
Jonathan Matthew
2020-11-06
Bail out early if the port type is not Ethernet, rather than failing later
Jonathan Matthew
2020-11-02
add support for ctl reads and writes on 710 chips with API < 1.5
David Gwynne
2020-10-31
Update the RTL8125B microcode and use ifiq_input and its return value to
Kevin Lo
2020-10-29
We need more memory barriers on powerpc.
Mark Kettenis
2020-10-29
Silence "using MMIO for ATOM IIO" error message, since that is normal on
Mark Kettenis
2020-10-28
regen
Mark Kettenis
2020-10-28
Fujitsu SPARC64 X CPI host bridge and another PLX PCIe switch.
Mark Kettenis
2020-10-28
Switch from bus_space_read/write to linux io.h interfaces for all
Jonathan Gray
2020-10-28
Use the function from <linux/io.h> for all "Memory Space" IO. This reduces
Mark Kettenis
2020-10-28
Add missing bus_space_barrier() in mcx_cmdq_post() - without this, cmdq
Jonathan Matthew
2020-10-27
Do not touch non existing queues. Allows to disable MSI-X in ix(4).
Alexander Bluhm
2020-10-26
Make mapping the "I/O Space" BAR optional. POWER9 systems don't support
Mark Kettenis
2020-10-26
Improve I/O functions to match Linux:
Mark Kettenis
[next]