From owner-cvs-all Mon Dec 18 15:49:59 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 18 15:49:57 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 32E3C37B400; Mon, 18 Dec 2000 15:49:57 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBINnvT73311; Mon, 18 Dec 2000 15:49:57 -0800 (PST) (envelope-from jhb) Message-Id: <200012182349.eBINnvT73311@freefall.freebsd.org> From: John Baldwin Date: Mon, 18 Dec 2000 15:49:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa if_wi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/12/18 15:49:56 PST Modified files: sys/i386/isa if_wi.c Log: Attempt to read and verify the card's status in wi_stop() before sending it the disable command. On some systems, writing to the card after it has been ejected causes the machine to hang. Reviewed by: wpaul Revision Changes Path 1.31 +11 -4 src/sys/i386/isa/if_wi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message