From owner-cvs-all Tue Aug 1 12:34:23 2000 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 B630237BB2A; Tue, 1 Aug 2000 12:34:15 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA49791; Tue, 1 Aug 2000 12:34:15 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200008011934.MAA49791@freefall.freebsd.org> From: Bill Paul Date: Tue, 1 Aug 2000 12:34:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/08/01 12:34:14 PDT Modified files: sys/pci if_dc.c Log: Apply patch supplied by John Hood to fix problems with LEDs on some cards being stomped on when clearing the "jabber disable" bit. Using DC_SETBIT() has an unwanted side effect of setting a write enable bit in the watchdog timer register which we really want to be cleared when we do a write. Revision Changes Path 1.19 +15 -4 src/sys/pci/if_dc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message