There's nothing in NVMe that's inherently architecture-specific, and
NVMe should be usable by non-x86 architectures.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 4592 Build 4645: arc lint + arc unit
Event Timeline
Comment Actions
Nope, haven't tested it, don't have a NVME card to test with. There have between people expressing a desire to use it on PowerPC. Regardless, it should be usable on any little endian platform, and any bugs for big endian can be squashed as they are tested.
Comment Actions
bus_dmamap_sync() operations are also needed for accessing submission/completion queues and PRPs.