cvs commit: src/sys/dev/isp isp_pci.c

Matt Jacob mjacob at FreeBSD.org
Fri Feb 23 05:42:42 UTC 2007


mjacob      2007-02-23 05:42:42 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/isp          isp_pci.c 
  Log:
  There is a problem in setting/getting 'options'- if we check things
  early, we haven't set board type, so we can't correctly check for
  some options.  Fix this by splitting option setting/getting into
  generic, pci and then later board specific, option setting/getting.
  
  This was noticed when setting 'iid' (or 'hard loop id') didn't work
  all of a sudden.
  
  Noticed by: Mike Drangula (thanks!) via Jung-uk Kim (thanks!)
  
  Revision  Changes    Path
  1.135     +133 -111  src/sys/dev/isp/isp_pci.c


More information about the cvs-src mailing list