Date: Fri, 12 Sep 2003 18:55:45 -0700 (PDT) From: Matt Jacob <mjacob@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c Message-ID: <200309130155.h8D1tjXv032837@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309130155.h8D1tjXv032837>