Date: Mon, 7 Feb 2005 17:14:42 +0000 (UTC) From: "Matthew N. Dodd" <mdodd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c Message-ID: <200502071714.j17HEgBP027307@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mdodd 2005-02-07 17:14:42 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c Log: Avoid using tsleep() in the resume path as it may result in the system hanging if timer interrupts aren't running yet. This allows my Thinkpad to resume successfully with APM. Approved by: sos MFC after: 2 weeks Revision Changes Path 1.235 +4 -1 src/sys/dev/ata/ata-all.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502071714.j17HEgBP027307>