remove FreeBSD derived riscv cpu ident
authorjsg <jsg@openbsd.org>
Fri, 30 Apr 2021 12:57:29 +0000 (12:57 +0000)
committerjsg <jsg@openbsd.org>
Fri, 30 Apr 2021 12:57:29 +0000 (12:57 +0000)
commit80c4f4cfd47b5f7b2a183e7857703d1b772030e8
treea740803c295e8af1c72107e49eba7ea875d277af
parentf6df41bff00aa74ac47c453ac9d91ed070ac88ff
remove FreeBSD derived riscv cpu ident

print the mvendorid marchid mimpid values from sbi instead of
using hardcoded values

continue printing riscv,isa and copy it to cpu_model so it
will show up in sysctl

ok kettenis@
sys/arch/riscv64/riscv64/cpu.c
sys/arch/riscv64/riscv64/sbi.c