]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Clear the SELINGO bit after a selection timeout occurs. SELINGO is
authorgibbs <gibbs@FreeBSD.org>
Mon, 20 Sep 1999 19:04:22 +0000 (19:04 +0000)
committergibbs <gibbs@FreeBSD.org>
Mon, 20 Sep 1999 19:04:22 +0000 (19:04 +0000)
commit366967cbc92c894dd4d506aa9ec4a657878877bf
tree414136ab2b907310ba5a45487e61b83ef958dd35
parent8a7720ea1ca4c8b534f03894be960ddcb009200a
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.
sys/dev/aic7xxx/aic7xxx.c