freebsd-nq/sys/dev/nvme
Chuck Tuffli e83fdf8bb3 fix big-endian platforms after 6733401935
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
2021-01-08 14:41:45 -08:00
..
nvme_ahci.c
nvme_ctrlr_cmd.c
nvme_ctrlr.c
nvme_ns_cmd.c
nvme_ns.c
nvme_pci.c
nvme_private.h
nvme_qpair.c
nvme_sim.c
nvme_sysctl.c
nvme_test.c
nvme_util.c
nvme.c
nvme.h