firewire: ohci: Turn remote DMA support into a module parameter
[firefly-linux-kernel-4.4.55.git] / Documentation / debugging-via-ohci1394.txt
index 14d1944964904731fbeb9ddca68db1e78ede6f76..73473aa8d861c11155542e3e5167c384a5446983 100644 (file)
@@ -38,9 +38,7 @@ Drivers
 
 The firewire-ohci driver in drivers/firewire uses filtered physical
 DMA by default, which is more secure but not suitable for remote debugging.
-Compile the driver with CONFIG_FIREWIRE_OHCI_REMOTE_DMA (Kernel hacking menu:
-Remote debugging over FireWire with firewire-ohci) to get unfiltered physical
-DMA.
+Pass the remote_dma=1 parameter to the driver to get unfiltered physical DMA.
 
 Because the firewire-ohci driver depends on the PCI enumeration to be
 completed, an initialization routine which runs pretty early has been