From owner-cvs-all Wed Apr 7 16: 3:45 1999 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 804D714FE7; Wed, 7 Apr 1999 16:03:43 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA95061; Wed, 7 Apr 1999 16:01:44 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199904072301.QAA95061@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Wed, 7 Apr 1999 16:01:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/buslogic bt.c btreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/04/07 16:01:44 PDT Modified files: sys/dev/buslogic bt.c btreg.h Log: Improve bt_cmd() so that it has a better chance of working when there are pending I/O transactions. It is not clear that is works 100% of the time under SMP, but since the bt_cmds() that are sent after other CPUs are started are not critical, the driver will function until I can figure out why this is the case. Revision Changes Path 1.15 +82 -59 src/sys/dev/buslogic/bt.c 1.5 +2 -2 src/sys/dev/buslogic/btreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message