diff options
| author | Navdeep Parhar <np@FreeBSD.org> | 2022-02-04 21:16:35 +0000 |
|---|---|---|
| committer | Navdeep Parhar <np@FreeBSD.org> | 2022-02-18 17:16:14 +0000 |
| commit | e9e7bc8250548fc6f91e2b3b9c30a865c5edfb60 (patch) | |
| tree | 338e2e115990d1c8a20343d333254a8075d72725 /sys/riscv | |
| parent | 7e05fa3b449007adaa6e588ebb3b8d76f30b355c (diff) | |
Diffstat (limited to 'sys/riscv')
| -rw-r--r-- | sys/riscv/conf/NOTES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/riscv/conf/NOTES b/sys/riscv/conf/NOTES index 1e4b8af1840e..01ae4c672ec6 100644 --- a/sys/riscv/conf/NOTES +++ b/sys/riscv/conf/NOTES @@ -99,3 +99,8 @@ nodevice snd_cmi # Don't yet have hwpmc(4) nodevice hwpmc nooptions HWPMC_HOOKS + +# riscv doesn't yet have atomic_testandset_int and atomic_testandclear_int. +nodevice ccr +nodevice cxgbe +nodevice cxgbev |
