CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/28 04:27:21
Modified files:
sys/dev/pci/drm/radeon: cik.c r100.c radeon.h radeon_device.c
radeon_kms.c
Log message:
Use the function from <linux/io.h> for all "Memory Space" IO. This reduces
the diffs to Linux and makes sure we use memory barriers in the same way
as Linux does.
ok jsg@ (who added the doorbell changes)
