Date: Sat, 28 Feb 2004 11:14:42 -0800 (PST) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ips ips.c ips.h ips_commands.c ips_disk.c ips_pci.c Message-ID: <200402281914.i1SJEgur004163@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2004/02/28 11:14:42 PST FreeBSD src repository Modified files: sys/dev/ips ips.c ips.h ips_commands.c ips_disk.c ips_pci.c Log: Switch from using mutexes to using semaphores to protect against early completion of synchronous commands. Also switch to a per-array bioq as it appears to improve performance. Submitted by: mbr, imp.ch (bioq change) Revision Changes Path 1.11 +25 -17 src/sys/dev/ips/ips.c 1.6 +6 -2 src/sys/dev/ips/ips.h 1.9 +23 -30 src/sys/dev/ips/ips_commands.c 1.6 +8 -2 src/sys/dev/ips/ips_disk.c 1.8 +3 -1 src/sys/dev/ips/ips_pci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402281914.i1SJEgur004163>