diff --git a/UPDATING b/UPDATING index 8de0d5f47d41..1eacca8d7087 100644 --- a/UPDATING +++ b/UPDATING @@ -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 diff --git a/sys/i386/conf/XBOX b/sys/i386/conf/XBOX index d822d0fca83f..0c942ffd0ea1 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