diff options
author | rink <rink@FreeBSD.org> | 2006-02-04 10:01:33 +0000 |
---|---|---|
committer | rink <rink@FreeBSD.org> | 2006-02-04 10:01:33 +0000 |
commit | fc05a842314275a07e1444ec492afc048d9dfb93 (patch) | |
tree | 0e40e617da02304564392ace682e7d3cecbcc426 /sys/i386/conf/XBOX | |
parent | a943b1ff7ae45887c285816dbc6eab43b4585910 (diff) | |
download | FreeBSD-src-fc05a842314275a07e1444ec492afc048d9dfb93.zip FreeBSD-src-fc05a842314275a07e1444ec492afc048d9dfb93.tar.gz |
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
Diffstat (limited to 'sys/i386/conf/XBOX')
-rw-r--r-- | sys/i386/conf/XBOX | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/conf/XBOX b/sys/i386/conf/XBOX index eb72d67..8dada56 100644 --- a/sys/i386/conf/XBOX +++ b/sys/i386/conf/XBOX @@ -101,3 +101,5 @@ device rue # RealTek RTL8150 USB Ethernet device sound device snd_ich # nForce audio + +device nve # nVidia nForce MCP on-board Ethernet Networking |