summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/XBOX
diff options
context:
space:
mode:
authorrink <rink@FreeBSD.org>2006-06-27 20:22:32 +0000
committerrink <rink@FreeBSD.org>2006-06-27 20:22:32 +0000
commit6131479c85ba1b185cf1eea6a108ab670757dc20 (patch)
treee9158185323079a3339b6ad40b8dd125e288111a /sys/i386/conf/XBOX
parent1fbdab64b8df2ef5c7d7df24551c7d2db91b318c (diff)
downloadFreeBSD-src-6131479c85ba1b185cf1eea6a108ab670757dc20.zip
FreeBSD-src-6131479c85ba1b185cf1eea6a108ab670757dc20.tar.gz
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)
Diffstat (limited to 'sys/i386/conf/XBOX')
-rw-r--r--sys/i386/conf/XBOX2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/conf/XBOX b/sys/i386/conf/XBOX
index d822d0f..0c942ff 100644
--- a/sys/i386/conf/XBOX
+++ b/sys/i386/conf/XBOX
@@ -103,4 +103,4 @@ device rue # RealTek RTL8150 USB Ethernet
device sound
device snd_ich # nForce audio
-device nve # nVidia nForce MCP on-board Ethernet Networking
+device nfe # nVidia nForce MCP on-board Ethernet Networking
OpenPOWER on IntegriCloud