diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2021-06-12 16:30:17 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2021-06-12 16:30:17 +0000 |
commit | bdfb1af03a325e7066b98d534d904028b3db863e (patch) | |
tree | 5ce586ffeec12ee6195a238606197953c859d504 /sys/arch/riscv64/conf | |
parent | 2ca007665032febd03550f6aa80a66e6c42f1962 (diff) |
Enable dwpcie(4) and add support for the PCIe host bridge found on the
SiFive FU740 SoC.
ok drahn@
Diffstat (limited to 'sys/arch/riscv64/conf')
-rw-r--r-- | sys/arch/riscv64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/riscv64/conf/RAMDISK | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/riscv64/conf/GENERIC b/sys/arch/riscv64/conf/GENERIC index 0bedad70fc9..55ddd18c757 100644 --- a/sys/arch/riscv64/conf/GENERIC +++ b/sys/arch/riscv64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.12 2021/05/19 19:32:25 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.13 2021/06/12 16:30:16 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -63,6 +63,8 @@ ukphy* at mii? dwmmc* at fdt? sdmmc* at dwmmc? +dwpcie* at fdt? +pci* at dwpcie? pciecam* at fdt? pci* at pciecam? diff --git a/sys/arch/riscv64/conf/RAMDISK b/sys/arch/riscv64/conf/RAMDISK index 3c409bc04d2..1aef9cace65 100644 --- a/sys/arch/riscv64/conf/RAMDISK +++ b/sys/arch/riscv64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.13 2021/05/19 23:29:42 jsg Exp $ +# $OpenBSD: RAMDISK,v 1.14 2021/06/12 16:30:16 kettenis Exp $ machine riscv64 maxusers 4 @@ -59,6 +59,8 @@ ukphy* at mii? dwmmc* at fdt? sdmmc* at dwmmc? +dwpcie* at fdt? +pci* at dwpcie? pciecam* at fdt? pci* at pciecam? |