freebsd-skq/sys
Michal Meloun dfd1d0fcab Add driver for Rockchip PCIe root complex found in RK3399 SOC.
Unfortunately, there are some limitations:
- memory aperture of his controller is only 16MiB, so it is nearly
  unusable for graphic cards
- every attempt to generate type 1 config cycle always causes trap.
  These config cycles are disabled now and we don't support cards
  with PCIe switch.
- in some cases, attempt to do config cycle to (probably) not-yet ready
  card also causes trap. This cannot be detected at runtime, but it seems
  like very rare issue.

MFC after:	3 weeks
Differential Revision:  https://reviews.freebsd.org/D22724
2019-12-14 14:56:34 +00:00
..
amd64 Add sync_file_range(2) implementation to linux(4); it's a thin wrapper 2019-12-14 13:37:17 +00:00
arm Regen after r355752. 2019-12-14 13:32:37 +00:00
arm64 Add driver for Rockchip PCIe root complex found in RK3399 SOC. 2019-12-14 14:56:34 +00:00
bsm
cam Use callout_func_t instead of the deprecated timeout_t. 2019-12-10 22:06:53 +00:00
cddl Use a callout instead of timeout(9) for delayed zio's. 2019-12-13 19:27:51 +00:00
compat Add sync_file_range(2) implementation to linux(4); it's a thin wrapper 2019-12-14 13:37:17 +00:00
conf Add driver for Rockchip PCIe root complex found in RK3399 SOC. 2019-12-14 14:56:34 +00:00
contrib MFV: r355716 2019-12-13 23:28:52 +00:00
crypto
ddb
dev Add accessors for the Vendor Specific Extended Capability (VSEC) 2019-12-13 23:46:59 +00:00
dts
fs Silence some "might not be initialized" warnings for riscv64. 2019-12-13 21:38:08 +00:00
gdb
geom Add kern.geom.part.separator tunable. This makes it possible 2019-12-13 09:28:44 +00:00
gnu Import DTS files for riscv from Linux 5.4 2019-12-03 09:12:53 +00:00
i386 Add sync_file_range(2) implementation to linux(4); it's a thin wrapper 2019-12-14 13:37:17 +00:00
isa
kern Remove the useless return value from proc_set_cred 2019-12-14 00:43:17 +00:00
kgssapi
libkern
mips Introduce vm_page_astate. 2019-12-10 18:14:50 +00:00
modules Include ofw_bus_if.h in SRCS only on systems configured with the FDT option. 2019-12-13 23:22:49 +00:00
net Use a void * argument to callout handlers instead of timeout_t casts. 2019-12-05 18:47:29 +00:00
net80211
netgraph Remove the deprecated timeout(9) interface. 2019-12-13 21:03:12 +00:00
netinet Use callout_func_t instead of the deprecated timeout_t. 2019-12-10 22:06:53 +00:00
netinet6 Update comment. 2019-12-06 16:53:42 +00:00
netipsec Fix m_pullup() problem after removing PULLDOWN_TESTs and KAME EXT_*macros. 2019-12-01 00:22:04 +00:00
netpfil pf: Make request_maxcount runtime adjustable 2019-12-14 02:06:07 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
powerpc [PowerPC] Fix SPE floating point environment manipulation 2019-12-12 17:12:18 +00:00
riscv Introduce vm_page_astate. 2019-12-10 18:14:50 +00:00
rpc
security
sparc64 bitset: rename confusing macro NAND to ANDNOT 2019-12-13 09:32:16 +00:00
sys Remove the useless return value from proc_set_cred 2019-12-14 00:43:17 +00:00
teken
tests
tools makesyscalls.lua: trim trailing spaces/commas from args 2019-12-11 19:32:52 +00:00
ufs UFS: implement VOP_INACTIVE() 2019-12-10 14:07:05 +00:00
vm uma dbg: flexible size for slab debug bitset too 2019-12-14 05:21:56 +00:00
x86 bitset: rename confusing macro NAND to ANDNOT 2019-12-13 09:32:16 +00:00
xdr
xen
Makefile