diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-05-14 06:55:20 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-05-14 06:55:20 +0000 |
commit | 0e1ae9579ce410ddc5aaf0bcf5e4f8cb2c2dae23 (patch) | |
tree | 8456db3e43a50f85d37bda104296fa8e0efa2e7d /sys/arch/riscv64/conf | |
parent | 53b8740899149a8bcb0bae69bd7ffbd52b97ee3f (diff) |
add dwge(4) to RAMDISK as well
Diffstat (limited to 'sys/arch/riscv64/conf')
-rw-r--r-- | sys/arch/riscv64/conf/RAMDISK | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/riscv64/conf/RAMDISK b/sys/arch/riscv64/conf/RAMDISK index 14d15ad5393..a94078da67d 100644 --- a/sys/arch/riscv64/conf/RAMDISK +++ b/sys/arch/riscv64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.10 2021/05/12 01:20:52 jsg Exp $ +# $OpenBSD: RAMDISK,v 1.11 2021/05/14 06:55:19 jsg Exp $ # # GENERIC machine description file # @@ -70,6 +70,9 @@ sfcc* at fdt? early 1 syscon* at fdt? early 1 gfrtc* at fdt? +dwge* at fdt? +ukphy* at mii? + dwmmc* at fdt? sdmmc* at dwmmc? |