CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2019/07/27 07:20:12
Modified files: sys/dev/ic : nvme.c Log message: Make target numbers match the NVMe namespace identifiers. This fixes booting from nvme(4) on sparc64 as the OBP device paths contain namespace identifiers that we end up matching to targets when trying to find the device we booted from. Also results in (slightly) cleaner code and less confusion as the numbers now match instead of being off-by-one. ok dlg@