From owner-cvs-src@FreeBSD.ORG Wed May 7 14:51:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24FE637B401; Wed, 7 May 2003 14:51:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCAC543FCB; Wed, 7 May 2003 14:51:14 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h47LpE0U068755; Wed, 7 May 2003 14:51:14 -0700 (PDT) (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h47LpErd068754; Wed, 7 May 2003 14:51:14 -0700 (PDT) Message-Id: <200305072151.h47LpErd068754@repoman.freebsd.org> From: Paul Saab Date: Wed, 7 May 2003 14:51:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2003 21:51:15 -0000 ps 2003/05/07 14:51:14 PDT FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: - Change the full Asic revision defines to CHIPID to better since the ASIC revision is really the major number of the CHIPID. Also store the chipid, asic rev and chip revision in the softc for later use. - The write twice to send producer index workaround only applies to the 5700_BX chips, so only do it there. Requested by: jdp - Do not initalize the LED's to 0x00. The default configuration the chip comes up in should yeild proper operation of the LED's. Confirmed by: John Cagle Approved by: re (blanket) Revision Changes Path 1.40 +22 -23 src/sys/dev/bge/if_bge.c 1.16 +27 -18 src/sys/dev/bge/if_bgereg.h