Module Name: src Committed By: martin Date: Wed Jun 6 15:46:16 UTC 2018
Modified Files: src/sys/dev/pci [netbsd-7]: mpii.c Log Message: Pull up following revision(s) (requested by maya in ticket #1614): sys/dev/pci/mpii.c: revision 1.9 PR/52330: Jia-Ju Bai: mpii driver: a sleep-in-interrupt bug in mpii_intr Since the enclosing routime mpii_event_raid already calls malloc with M_NOWAIT, fix the cache routine to do the same. While there check the result of the cache routine and change some error prints to aprint. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.5.4.1 src/sys/dev/pci/mpii.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.