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

Matt Jacob mjacob at FreeBSD.org
Fri Sep 12 18:55:46 PDT 2003


mjacob      2003/09/12 18:55:45 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/isp          isp.c 
  Log:
  On reset, make sure that we have some parameters set correctly. This
  fixes a longstanding issue WRT resetting the chip after startup- it
  would fail if we were connected as an F-port to a switch. If we
  were connected as an F-port, we got assigned a hard loop ID of 255,
  which is really a bogus loop id. Then when we turned around to
  reset ourselves, the firmware would reject the ICB_INIT request
  because the loop id was bogus. *sputter*
  
  Minor fixlet from somebody in NetBSD with too much time on their
  hands (dma -> DMA).
  
  Revision  Changes    Path
  1.108     +18 -1     src/sys/dev/isp/isp.c


More information about the cvs-src mailing list