From owner-cvs-src@FreeBSD.ORG Sat Aug 30 10:51:11 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 30E9B16A4BF; Sat, 30 Aug 2003 10:51:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1B3343FF3; Sat, 30 Aug 2003 10:51:10 -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 h7UHpA0U054340; Sat, 30 Aug 2003 10:51:10 -0700 (PDT) (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7UHp9Ec054339; Sat, 30 Aug 2003 10:51:09 -0700 (PDT) Message-Id: <200308301751.h7UHp9Ec054339@repoman.freebsd.org> From: Bill Paul Date: Sat, 30 Aug 2003 10:51:09 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/pci if_rl.c if_rlreg.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: Sat, 30 Aug 2003 17:51:11 -0000 wpaul 2003/08/30 10:51:09 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/pci if_rl.c if_rlreg.h Log: Back out the changes for the 8139C+/8169 chips. One user has reported a problem trying to use a regular 8139 NIC (D-Link DFE-538+/8139D chip) on a machine with 1.2GB of RAM. A NIC with exactly the same chip rev works in my test box without any problems. I suspect a strange busdma interaction, but there's not enough time for me to properly debug/fix it before the release is cut, and breaking 8139D support is a regression. Eventually, I plan to put the 8139C+/8169 support in a separate driver anyway. Approved by: re@freebsd.org Revision Changes Path 1.38.2.19 +280 -1632 src/sys/pci/if_rl.c 1.14.2.7 +19 -358 src/sys/pci/if_rlreg.h