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)
This commit is contained in:
Rink Springer 2006-06-27 20:22:32 +00:00
parent 85646f7eb1
commit 44a8277bc6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159997
2 changed files with 6 additions and 1 deletions

View File

@ -21,6 +21,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
20060627:
The XBOX kernel now defaults to the nfe(4) driver instead of
the nve(4) driver. Please update your configuration
accordingly.
20060511:
The machdep.* sysctls and the adjkerntz utility have been
modified a bit. The new adjkerntz utility uses the new

View File

@ -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