aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRink Springer <rink@FreeBSD.org>2006-06-27 20:22:32 +0000
committerRink Springer <rink@FreeBSD.org>2006-06-27 20:22:32 +0000
commit44a8277bc612e15aba25fc9a329243e82e87932e (patch)
treee9158185323079a3339b6ad40b8dd125e288111a
parent85646f7eb19bb43aca9284b4bb31d30a7fad0b32 (diff)
Notes
-rw-r--r--UPDATING5
-rw-r--r--sys/i386/conf/XBOX2
2 files changed, 6 insertions, 1 deletions
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