From owner-cvs-all Thu Sep 7 11:51: 8 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 5D34037B422; Thu, 7 Sep 2000 11:51:05 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA86846; Thu, 7 Sep 2000 11:51:05 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200009071851.LAA86846@freefall.freebsd.org> From: Bill Paul Date: Thu, 7 Sep 2000 11:51:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c if_dcreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/09/07 11:51:05 PDT Modified files: sys/pci if_dc.c if_dcreg.h Log: Special-case the LED twiddling code so that it doesn't do anything on the NEC VersaPro NoteBook PC. This 21143 implementation has no LEDs, and flipping the LED control bits somehow stops it from establishing a link. We check the subsystem ID and don't flip the LED control bits for the NEC NIC. Revision Changes Path 1.22 +13 -4 src/sys/pci/if_dc.c 1.11 +2 -1 src/sys/pci/if_dcreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message