Source-Changes archive

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

CVS commit: [netbsd-8] src/sys



Module Name:    src
Committed By:   bouyer
Date:           Mon Apr  9 12:49:32 UTC 2018

Modified Files:
        src/sys/arch/amd64/conf [netbsd-8]: ALL
        src/sys/conf [netbsd-8]: files
        src/sys/dev/ic [netbsd-8]: ciss.c cissvar.h
        src/sys/dev/pci [netbsd-8]: ciss_pci.c

Log Message:
Pull up following revision(s) (requested by spz in ticket #708):
        sys/conf/files: revision 1.1194
        sys/dev/ic/cissvar.h: revision 1.7
        sys/dev/ic/ciss.c: revision 1.38
        sys/dev/pci/ciss_pci.c: revision 1.14
        sys/arch/amd64/conf/ALL: revision 1.81
Add a new option CISS_NO_INTERRUPT_HACK for driving ciss(4) by callouts.
This is intended as workaround for certain Xen issues with dom0 kernels
and will likely want to have a high HZ value as well for decent
performance.


To generate a diff of this commit:
cvs rdiff -u -r1.59.2.3 -r1.59.2.4 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.1173.2.4 -r1.1173.2.5 src/sys/conf/files
cvs rdiff -u -r1.36.10.1 -r1.36.10.2 src/sys/dev/ic/ciss.c
cvs rdiff -u -r1.6 -r1.6.22.1 src/sys/dev/ic/cissvar.h
cvs rdiff -u -r1.13 -r1.13.10.1 src/sys/dev/pci/ciss_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