Date: Sat, 4 Feb 2006 10:01:33 +0000 (UTC) From: Rink Springer <rink@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf XBOX src/sys/i386/xbox xbox.c Message-ID: <200602041001.k14A1YWQ095799@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602041001.k14A1YWQ095799>