From owner-cvs-src@FreeBSD.ORG Wed Sep 10 00:21:43 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 E332816A4BF; Wed, 10 Sep 2003 00:21:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65B9443F75; Wed, 10 Sep 2003 00:21:43 -0700 (PDT) (envelope-from wpaul@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 h8A7Lh0U061308; Wed, 10 Sep 2003 00:21:43 -0700 (PDT) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h8A7LhXD061307; Wed, 10 Sep 2003 00:21:43 -0700 (PDT) Message-Id: <200309100721.h8A7LhXD061307@repoman.freebsd.org> From: Bill Paul Date: Wed, 10 Sep 2003 00:21:43 -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/pci if_rlreg.h src/sys/dev/re if_re.c 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, 10 Sep 2003 07:21:44 -0000 wpaul 2003/09/10 00:21:43 PDT FreeBSD src repository Modified files: sys/pci if_rlreg.h sys/dev/re if_re.c Log: Update hardware revision table. 0x04000000 appears to be the revision for the 8169S, according to my sample board. The RealTek Linux driver mentions 0x00800000. I'm assigning this to the 8110S until I get more info on it. (The (preliminary) RealTek docs only say that 8169S/8110S chips will have some combination of those two bits set, but doesn't say exactly what bit combination goes with which chip variant.) Revision Changes Path 1.2 +6 -3 src/sys/dev/re/if_re.c 1.36 +2 -1 src/sys/pci/if_rlreg.h