From owner-cvs-src@FreeBSD.ORG Tue Jun 27 20:22:33 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 B73E016A409; Tue, 27 Jun 2006 20:22:33 +0000 (UTC) (envelope-from rink@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F3F644548; Tue, 27 Jun 2006 20:22:33 +0000 (GMT) (envelope-from rink@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5RKMWxU095419; Tue, 27 Jun 2006 20:22:32 GMT (envelope-from rink@repoman.freebsd.org) Received: (from rink@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5RKMW2a095418; Tue, 27 Jun 2006 20:22:32 GMT (envelope-from rink) Message-Id: <200606272022.k5RKMW2a095418@repoman.freebsd.org> From: Rink Springer Date: Tue, 27 Jun 2006 20:22:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src UPDATING src/sys/i386/conf XBOX 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: Tue, 27 Jun 2006 20:22:33 -0000 rink 2006-06-27 20:22:32 UTC FreeBSD src repository Modified files: . UPDATING sys/i386/conf XBOX Log: Updated the XBOX kernel to use the new nfe(4) driver obtained from OpenBSD. This driver seems to give a small performance increase, and should lead to better maintainability in the future. The nForce Ethernet-specific hack in sys/i386/xbox/xbox.c is still required, judging from dev/nfe/if_nfe.c. The condition it hacks will almost certainly only occur on XBOX-es anyway, so it is best left there. Approved by: imp (mentor) Revision Changes Path 1.450 +5 -0 src/UPDATING 1.6 +1 -1 src/sys/i386/conf/XBOX