Date: Fri, 31 Dec 2004 20:43:46 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pci.c Message-ID: <200412312043.iBVKhkDW031933@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2004-12-31 20:43:46 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Implement mimimum system software delays, per PCI PM 1.1 spec, as suggested by Peter Edwards. This seems to fix my fxp problems and likely will fix his as well. Use DELAY rather than *sleep because we can be called from any context. Revision Changes Path 1.274 +55 -38 src/sys/dev/pci/pci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412312043.iBVKhkDW031933>