diff options
| author | Rink Springer <rink@FreeBSD.org> | 2006-06-27 20:22:32 +0000 |
|---|---|---|
| committer | Rink Springer <rink@FreeBSD.org> | 2006-06-27 20:22:32 +0000 |
| commit | 44a8277bc612e15aba25fc9a329243e82e87932e (patch) | |
| tree | e9158185323079a3339b6ad40b8dd125e288111a | |
| parent | 85646f7eb19bb43aca9284b4bb31d30a7fad0b32 (diff) | |
Notes
| -rw-r--r-- | UPDATING | 5 | ||||
| -rw-r--r-- | sys/i386/conf/XBOX | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 |
