cvs commit: src/sys/dev/isp isp.c isp_pci.c ispmbox.h ispreg.h ispvar.h

Matt Jacob mjacob at FreeBSD.org
Mon Jul 3 08:24:10 UTC 2006


mjacob      2006-07-03 08:24:09 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/isp          isp.c isp_pci.c ispmbox.h ispreg.h 
                         ispvar.h 
  Log:
  Do various fixes to support firmware loading for the 2322
  (and by extension, the 2422).
  
  One peculiar thing I've found with the 2322 is that if you
  don't force it to do Hard LoopID acquisition, the firmware
  crashes. This took a while to figure out.
  
  While we're at it, fix various bugs having to do with NVRAM
  reading and option setting with respect to pieces of NVRAM.
  
  Revision  Changes    Path
  1.120     +227 -124  src/sys/dev/isp/isp.c
  1.115     +20 -4     src/sys/dev/isp/isp_pci.c
  1.52      +3 -1      src/sys/dev/isp/ispmbox.h
  1.26      +19 -6     src/sys/dev/isp/ispreg.h
  1.76      +11 -7     src/sys/dev/isp/ispvar.h


More information about the cvs-all mailing list