cvs commit: src/sys/dev/ips ips.c ips.h ips_commands.c ips_disk.c ips_pci.c

Scott Long scottl at FreeBSD.org
Sat Feb 28 11:14:42 PST 2004


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


More information about the cvs-src mailing list