diff options
author | Jack F Vogel <jfv@FreeBSD.org> | 2008-02-29 22:08:49 +0000 |
---|---|---|
committer | Jack F Vogel <jfv@FreeBSD.org> | 2008-02-29 22:08:49 +0000 |
commit | df09ebc0b8b235eb1aeba5cb41ceb49bd453211f (patch) | |
tree | 2e83e4dd3b7b10e613b0f87c9a0d570792643eb5 /UPDATING | |
parent | f75ef9e44f102b517668860655520e3d35280c0c (diff) | |
download | src-test2-df09ebc0b8b235eb1aeba5cb41ceb49bd453211f.tar.gz src-test2-df09ebc0b8b235eb1aeba5cb41ceb49bd453211f.zip |
Notes
Diffstat (limited to 'UPDATING')
-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. |