summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-11-15 20:02:20 +0000
committerjhb <jhb@FreeBSD.org>2006-11-15 20:02:20 +0000
commitc69b9a59a87cbe9855f041cdcf89bc5c94597255 (patch)
tree403703b6e75b43e9eb465df652b6a92bda5069e5 /UPDATING
parent7bbb24af70646dcb59566cff1d961c13e2667a86 (diff)
downloadFreeBSD-src-c69b9a59a87cbe9855f041cdcf89bc5c94597255.zip
FreeBSD-src-c69b9a59a87cbe9855f041cdcf89bc5c94597255.tar.gz
Add a note about the MSI support with details on how to turn MSI off if
things break.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 428234b..e48606d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -20,6 +20,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
in userland, and various verbose features in the kernel. Many
developers choose to disable these features on build machines
to maximize performance.
+
+20061113:
+ Support for PCI Message Signalled Interrupts on i386 and amd64
+ has been added to the kernel and various drivers will soon be
+ updated to use MSI when it is available. If there are any problems,
+ MSI can be disabled completely by setting the 'hw.pci.enable_msi'
+ and 'hw.pci.enable_msix' tunables to 0 in the loader.
+
20061110:
The MUTEX_PROFILING option has been renamed to LOCK_PROFILING.
The lockmgr object layout has been changed as a result of having
OpenPOWER on IntegriCloud