Date: Tue, 17 Feb 2009 21:17:21 +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: <200902172117.n1HLHTHj017709@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2009-02-17 21:17:21 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-all.h ata-queue.c Log: SVN rev 188731 on 2009-02-17 21:17:21Z by mav ata_interrupt() does not need to return anything. It is not it's business to report request completion, expecially when it is not reliable. Revision Changes Path 1.292 +4 -4 src/sys/dev/ata/ata-all.c 1.136 +1 -1 src/sys/dev/ata/ata-all.h 1.78 +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?200902172117.n1HLHTHj017709>