summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..cd57ec7
--- /dev/null
+++ b/changelog
@@ -0,0 +1,7 @@
+inotail 0.1
+
+ * Support for the -n/-c +<num> options (tail relative to start of file)
+ * Copyright and license cleanup
+ * Various fixes
+
+ -- Tobias Klauser <tklauser@distanz.ch.ch> 2006-11-30 17:56
c0cccb1118c91'>85a3dad04b89a5ba37e206dcb06a716ff4727924 /arch/powerpc/sysdev/fsl_pci.h parent4108d9ba9091c55cfb968d42dd7dcae9a098b876 (diff)
powerpc/fsl-pci: Fix MSI support on 83xx platforms
The following commit broke 83xx because it assumed the 83xx platforms exposed the "IMMR" address in BAR0 like the 85xx/86xx/QoriQ devices do: commit 3da34aae03d498ee62f75aa7467de93cce3030fd Author: Kumar Gala <galak@kernel.crashing.org> Date: Tue May 12 15:51:56 2009 -0500 powerpc/fsl: Support unique MSI addresses per PCIe Root Complex However that is not true, so we have to search through the inbound window settings on 83xx to find which one matches the IMMR address to determine its PCI address. Reported-by: Ilya Yanok <yanok@emcraft.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/sysdev/fsl_pci.h')