K 10 svn:author V 3 imp K 8 svn:date V 27 2021-07-31T00:23:30.433297Z K 7 svn:log V 430 fix big-endian platforms after 6733401935f8 The NVMe byte-swap routines for big-endian platforms used memcpy() to move the unaligned 64-bit value into a temp register to byte swap it. Instead of introducing a dependency, manually byte-swap the values in place. Point hat: me (cherry picked from commit e83fdf8bb391579fa422d34663cd8c1f82a00dc0) Git Hash: f5a43e10fe4d0fcc13f64d14e4c6c7ba285d8b3c Git Author: chuck@FreeBSD.org END