From owner-cvs-src@FreeBSD.ORG Sat Feb 4 10:01:34 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 C108516A420; Sat, 4 Feb 2006 10:01:34 +0000 (GMT) (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 9D6C143D45; Sat, 4 Feb 2006 10:01:34 +0000 (GMT) (envelope-from rink@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k14A1Yxf095812; Sat, 4 Feb 2006 10:01:34 GMT (envelope-from rink@repoman.freebsd.org) Received: (from rink@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k14A1YWQ095799; Sat, 4 Feb 2006 10:01:34 GMT (envelope-from rink) Message-Id: <200602041001.k14A1YWQ095799@repoman.freebsd.org> From: Rink Springer Date: Sat, 4 Feb 2006 10:01:33 +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/sys/i386/conf XBOX src/sys/i386/xbox xbox.c 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: Sat, 04 Feb 2006 10:01:34 -0000 rink 2006-02-04 10:01:33 UTC FreeBSD src repository Modified files: sys/i386/conf XBOX sys/i386/xbox xbox.c Log: Patch to allow XBox-users to use the onboard nve(4) nForce ethernet driver. The patch crudely forces the NIC out of operating mode before the nve(4) driver can initialize it; this is required to properly initialize the NIC. It is XBox-specific, as this condition can only occur on XBoxes (Most loaders will simply leave the NIC running, forcing us to use a crude workaround like this to get it in a workable condition). Due to the XBox-only aspect, this has been solved in XBox-specific initialization code and not within nve(4). Reviewed by: imp Approved by: imp (mentor) No objection: bz@, obrien@, q@ontheweb.com.au Revision Changes Path 1.3 +2 -0 src/sys/i386/conf/XBOX 1.2 +27 -1 src/sys/i386/xbox/xbox.c