Date: Tue, 3 Mar 2009 08:14:43 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-queue.c Message-ID: <200903031733.n23HXQNu095058@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2009-03-03 08:14:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/ata ata-all.c ata-all.h ata-queue.c Log: SVN rev 189299 on 2009-03-03 08:14:43Z by mav MFC rev. 188700, 188731, 188733. Make core dumping to ad not to freeze even if interrupts, not disabled for some reason (noticed on SMP), stealing our events. ata_interrupt() does not need to return anything. It is not it's business to report request completion, expecially when it is not reliable. PR: kern/114370, kern/115801 Revision Changes Path 1.280.2.8 +3 -4 src/sys/dev/ata/ata-all.c 1.124.2.6 +1 -1 src/sys/dev/ata/ata-all.h 1.69.2.1 +3 -1 src/sys/dev/ata/ata-queue.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903031733.n23HXQNu095058>