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

Scott Long scottl at FreeBSD.org
Sun Sep 25 10:12:42 PDT 2005


scottl      2005-09-25 17:12:41 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ips          ips.c ips.h ips_commands.c ips_disk.c 
                         ips_ioctl.c 
  Log:
  Overhaul error handling in the IPS driver.  Don't use a magic value for
  driver-induced errors, instead be better about propagating error status
  upwards.  Add more error definitions, courtesy of the linux driver.  Fix
  a command leak in the ioctl handler.  Re-arrange some of the command handlers
  to localize error handling.
  
  MFC After: 3 days
  
  Revision  Changes    Path
  1.18      +3 -3      src/sys/dev/ips/ips.c
  1.15      +29 -3     src/sys/dev/ips/ips.h
  1.13      +61 -61    src/sys/dev/ips/ips_commands.c
  1.9       +3 -3      src/sys/dev/ips/ips_disk.c
  1.7       +6 -3      src/sys/dev/ips/ips_ioctl.c


More information about the cvs-src mailing list