Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev



Module Name:    src
Committed By:   jdolecek
Date:           Wed Oct 19 19:31:23 UTC 2016

Modified Files:
        src/sys/dev/ic: nvme.c nvmevar.h
        src/sys/dev/pci: nvme_pci.c

Log Message:
follow advice of spec and block interrupts via INTMS/INTMC for intx handler;
this also makes it possible to offload the actual interrupt processing to softintr
handler, similar as for MSI/MSI-X


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ic/nvme.c
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/nvmevar.h
cvs rdiff -u -r1.15 -r1.16 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.




Home | Main Index | Thread Index | Old Index