cvs commit: src/sys/dev/raid/ips

YONETANI Tomokazu y0netan1 at crater.dragonflybsd.org
Thu Dec 9 20:11:35 PST 2004


y0netan1    2004/12/09 20:09:46 PST

DragonFly src repository

  Modified files:
    sys/dev/raid/ips     ips.c ips.h ips_commands.c ips_pci.c 
  Log:
  Remove unnecessary weird locking macro I added to blindly replace
  mtx_*() functions. Original code needed the mutex functions because
  spl*() functions are practically no-ops on FreeBSD 5.x and later
  while they aren't on FreeBSD 4.x or DragonFly. Tested on both UP
  and SMP boxes without a problem. No noticeable difference on
  performance though.
  DragonFly_Stable tag will be slipped in a few days if no bug reports
  are posted to bugs at .
  
  Revision  Changes    Path
  1.10      +0 -2      src/sys/dev/raid/ips/ips.c
  1.5       +0 -16     src/sys/dev/raid/ips/ips.h
  1.8       +7 -35     src/sys/dev/raid/ips/ips_commands.c
  1.9       +0 -1      src/sys/dev/raid/ips/ips_pci.c


http://www.dragonflybsd.org/cvsweb/src/sys/dev/raid/ips/ips.c.diff?r1=1.9&r2=1.10&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/raid/ips/ips.h.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/raid/ips/ips_commands.c.diff?r1=1.7&r2=1.8&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/raid/ips/ips_pci.c.diff?r1=1.8&r2=1.9&f=u





More information about the Commits mailing list