Module Name: src Committed By: jdolecek Date: Sat Sep 17 20:12:53 UTC 2016
Modified Files: src/sys/dev/pci: nvme_pci.c Log Message: #ifdef out MSI related code on platforms not supporting MSI, so that it's possible to load the driver as module on those platforms (the weak symbols are not found by module load, claiming they don't exist); this makes it possible to load the driver on e.g. sparc64, which is supposed to be working under OpenBSD unfortunately QEMU sparc64 emulator starts causing data access errors on first device register read in nvme_attach(), so can't confirm the driver is actually working on sparc64; same happens in QEMU when booting OpenBSD image, so it seems to be emulator bug To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/pci/nvme_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.