From owner-cvs-all  Sun Aug  4 15:33:33 2002
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0207637B400; Sun,  4 Aug 2002 15:33:29 -0700 (PDT)
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id A744B43E6A; Sun,  4 Aug 2002 15:33:28 -0700 (PDT)
	(envelope-from luigi@FreeBSD.org)
Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1])
	by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74MXSJU035602;
	Sun, 4 Aug 2002 15:33:28 -0700 (PDT)
	(envelope-from luigi@freefall.freebsd.org)
Received: (from luigi@localhost)
	by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74MXSv4035601;
	Sun, 4 Aug 2002 15:33:28 -0700 (PDT)
Message-Id: <200208042233.g74MXSv4035601@freefall.freebsd.org>
From: Luigi Rizzo <luigi@FreeBSD.org>
Date: Sun, 4 Aug 2002 15:33:28 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/dev/fxp if_fxp.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
List-ID: <cvs-all.FreeBSD.ORG>
List-Archive: <http://docs.freebsd.org/mail/> (Web Archive)
List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions)
List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all>
List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all>
X-Loop: FreeBSD.ORG

luigi       2002/08/04 15:33:28 PDT

  Modified files:
    sys/dev/fxp          if_fxp.c 
  Log:
  Fix handling of Receiver Not Ready errors when doing polling.
  Also take this chance to cleanup the code in fxp_intr_body.
  
  Add a missing block of code to disable interrupts when
  reinitializing the interface while doing polling (the RELENG_4
  version was correct).
  
  MFC after: 3 days
  
  Revision  Changes    Path
  1.136     +82 -50    src/sys/dev/fxp/if_fxp.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message