diff options
author | jfv <jfv@FreeBSD.org> | 2008-02-29 22:08:49 +0000 |
---|---|---|
committer | jfv <jfv@FreeBSD.org> | 2008-02-29 22:08:49 +0000 |
commit | 00ed1e790776fa002f951241aa092b46e0d8f3d4 (patch) | |
tree | 2e83e4dd3b7b10e613b0f87c9a0d570792643eb5 | |
parent | 57f8ad0238e6511c83a2abe9be0f7eadab285046 (diff) | |
download | FreeBSD-src-00ed1e790776fa002f951241aa092b46e0d8f3d4.zip FreeBSD-src-00ed1e790776fa002f951241aa092b46e0d8f3d4.tar.gz |
Detail the em/igb split so no one gets confused.
-rw-r--r-- | UPDATING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -22,6 +22,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW: to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20080229: + The latest em driver no longer has support in it for the + 82575 adapter, this is now moved to the igb driver. The + split was done to make new features that are incompatible + with older hardware easier to do. + 20080220: The new geom_lvm(4) geom class has been renamed to geom_linux_lvm(4), likewise the kernel option is now GEOM_LINUX_LVM. |