From owner-cvs-all Thu Apr 20 16:52:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 84F5837B746; Thu, 20 Apr 2000 16:52:35 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA97962; Thu, 20 Apr 2000 16:52:35 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200004202352.QAA97962@freefall.freebsd.org> From: Mike Smith Date: Thu, 20 Apr 2000 16:52:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mlx mlx.c mlxvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/04/20 16:52:35 PDT Modified files: sys/dev/mlx mlx.c mlxvar.h Log: One minor bugfix: - Free resources in all the possible attachment failure cases. One critical bugfix: - Fix a race where it was possible to get out of synch with the log messages from the controller, if the controller hung up for any period of time (eg. while resetting a SCSI bus). This would result in an endless string of console errors, bringing the machine to a halt. Revision Changes Path 1.20 +19 -5 src/sys/dev/mlx/mlx.c 1.9 +2 -1 src/sys/dev/mlx/mlxvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message