From owner-cvs-all Fri Sep 1 16:59:58 2000 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 17C9D37B423; Fri, 1 Sep 2000 16:59:56 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA45279; Fri, 1 Sep 2000 16:59:56 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200009012359.QAA45279@freefall.freebsd.org> From: Bill Paul Date: Fri, 1 Sep 2000 16:59:54 -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/09/01 16:59:54 PDT Modified files: sys/pci if_dc.c Log: Make the blinkylights on non-MII 21143 cards work. We need to enable the link and activity LED control bits in CSR15 in order for the controller to drive the LEDs correctly. This was largely done for the ZNYX multiport cards, but should also work with the DEC DE500-BA and other non-MII cards. Revision Changes Path 1.21 +13 -2 src/sys/pci/if_dc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message