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

Scott Long scottl at FreeBSD.org
Wed Jan 12 16:46:41 PST 2005


scottl      2005-01-13 00:46:40 UTC

  FreeBSD src repository

  Added files:           (Branch: RELENG_4)
    sys/dev/ips          ips.c ips.h ips_commands.c ips_disk.c 
                         ips_disk.h ips_ioctl.c ips_ioctl.h 
                         ips_pci.c 
  Log:
  At long last, MFC the IBM ServeRAID driver.  This is a backport of the
  sources from HEAD, as opposed to a forward port of the original IBM 4.x
  sources.  As such, it benefits from the many reliability improvements
  that have happened to the driver in HEAD.  This is a RELENG_4_11 candidate.
  
  Revision  Changes    Path
  1.13.6.1  +779 -0    src/sys/dev/ips/ips.c (new)
  1.11.6.1  +465 -0    src/sys/dev/ips/ips.h (new)
  1.11.6.1  +709 -0    src/sys/dev/ips/ips_commands.c (new)
  1.6.6.1   +201 -0    src/sys/dev/ips/ips_disk.c (new)
  1.3.6.1   +69 -0     src/sys/dev/ips/ips_disk.h (new)
  1.5.6.1   +157 -0    src/sys/dev/ips/ips_ioctl.c (new)
  1.1.10.1  +61 -0     src/sys/dev/ips/ips_ioctl.h (new)
  1.10.6.1  +229 -0    src/sys/dev/ips/ips_pci.c (new)


More information about the cvs-src mailing list