From owner-cvs-src@FreeBSD.ORG Wed Jun 28 16:15:00 2006 Return-Path: X-Original-To: cvs-src@freebsd.org 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 55E9116A403; Wed, 28 Jun 2006 16:15:00 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E20D43D77; Wed, 28 Jun 2006 16:14:47 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-1) with ESMTP id k5SGETnq014232 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 28 Jun 2006 19:14:31 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k5SGEMcF019685; Wed, 28 Jun 2006 19:14:22 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k5SGEMeO019684; Wed, 28 Jun 2006 19:14:22 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Wed, 28 Jun 2006 19:14:22 +0300 From: Giorgos Keramidas To: Bill Paul Message-ID: <20060628161422.GA19659@gothmog.pc> References: <200606281604.k5SG4s9L018804@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200606281604.k5SG4s9L018804@repoman.freebsd.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-4.326, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.07, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rlreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Jun 2006 16:15:00 -0000 On 2006-06-28 16:04, Bill Paul wrote: > wpaul 2006-06-28 16:04:54 UTC > > FreeBSD src repository > > Modified files: > sys/dev/re if_re.c > sys/pci if_rlreg.h > Log: > Properly detect the RTL8168(B?) again. [...] > So, the HWREV code for the 8168 has been put back to 0x30000000, > a new 8111 HWREV code has been added, and there are now separate > entries for recognizing both devices in the device list. This will > allow all devices to work, though if it turns out I'm wrong I may > need to change the ID strings > > Revision Changes Path > 1.69 +4 -1 src/sys/dev/re/if_re.c > 1.58 +2 -1 src/sys/pci/if_rlreg.h Thank you! :-)