From owner-cvs-all Mon Sep 20 12: 4:32 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 166ED15054; Mon, 20 Sep 1999 12:04:24 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA39026; Mon, 20 Sep 1999 12:04:24 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199909201904.MAA39026@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Mon, 20 Sep 1999 12:04:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/09/20 12:04:24 PDT Modified files: sys/dev/aic7xxx aic7xxx.c Log: Clear the SELINGO bit after a selection timeout occurs. SELINGO is usually cleared by a successful selection, but there is no guarantee that a future successful selection will ever occur (e.g. empty bus). The driver never looks at SELINGO, but the busy LED does, so this change has the cosmetic effect of fixing the rare instance where the busy LED was left on, confusing the user. Revision Changes Path 1.37 +13 -8 src/sys/dev/aic7xxx/aic7xxx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message