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

Scott Long scottl at FreeBSD.org
Wed Jun 25 17:04:01 PDT 2003


scottl      2003/06/25 17:03:59 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/ips          ips.c ips.h ips_commands.c ips_pci.c 
  Log:
  - Zero the buffers used to hold configuration data from the card.  Not doing
    so can leave stale data in the buffer and confuse the driver.
  - enable the ability to set the 'disable' hint for the driver to keep it
    from attaching.  i.e. 'hw.ips.0.disable=1' will prevent the driver from
    attaching.
  - Only detach if attach suceeded.
  
  Submitted by: mjacob
  
  Revision  Changes    Path
  1.2       +8 -2      src/sys/dev/ips/ips.c
  1.2       +2 -1      src/sys/dev/ips/ips.h
  1.2       +6 -6      src/sys/dev/ips/ips_commands.c
  1.2       +22 -6     src/sys/dev/ips/ips_pci.c


More information about the cvs-all mailing list