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

Scott Long scottl at FreeBSD.org
Sun Jan 30 09:45:46 PST 2005


scottl      2005-01-30 17:45:45 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ips          ips.c ips.h ips_disk.c ips_pci.c 
  Log:
  Add crashdump support to the ips driver.  It only works for the more modern
  ServeRAID 4 - 7 models right now.  Support for older cards is possible, but
  I don't have any hardware to experiment with.
  
  Thanks to Jack Hammer at Adaptec for providing debugging hints.
  
  Sponsored by: ImproWare AG, Switzerland
  
  Revision  Changes    Path
  1.16      +37 -14    src/sys/dev/ips/ips.c
  1.13      +3 -0      src/sys/dev/ips/ips.h
  1.8       +133 -1    src/sys/dev/ips/ips_disk.c
  1.12      +3 -0      src/sys/dev/ips/ips_pci.c


More information about the cvs-src mailing list