summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/riscv64/riscv64/autoconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/riscv64/riscv64/autoconf.c b/sys/arch/riscv64/riscv64/autoconf.c
index c600f59b573..361a0d085ed 100644
--- a/sys/arch/riscv64/riscv64/autoconf.c
+++ b/sys/arch/riscv64/riscv64/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.7 2024/11/10 06:51:59 jsg Exp $ */
+/* $OpenBSD: autoconf.c,v 1.8 2024/11/11 23:48:46 jsg Exp $ */
/*
* Copyright (c) 2009 Miodrag Vallat.
@@ -101,7 +101,7 @@ const struct nam2blk nam2blk[] = {
{ "wd", 0 },
{ "sd", 4 },
{ "cd", 6 },
- { "vnd", 14 },
{ "rd", 8 },
+ { "vnd", 14 },
{ NULL, -1 }
};