dma-debug: add dma_debug_driver kernel command line
authorJoerg Roedel <joerg.roedel@amd.com>
Fri, 22 May 2009 19:49:51 +0000 (21:49 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Tue, 2 Jun 2009 14:21:41 +0000 (16:21 +0200)
This patch add the dma_debug_driver= boot parameter to enable the driver
filter for early boot.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Documentation/kernel-parameters.txt
lib/dma-debug.c

index e87bdbf..b3f1314 100644 (file)
@@ -646,6 +646,13 @@ and is between 256 and 4096 characters. It is defined in the file
                        DMA-API debugging code disables itself because the
                        architectural default is too low.
 
+       dma_debug_driver=<driver_name>
+                       With this option the DMA-API debugging driver
+                       filter feature can be enabled at boot time. Just
+                       pass the driver to filter for as the parameter.
+                       The filter can be disabled or changed to another
+                       driver later using sysfs.
+
        dscc4.setup=    [NET]
 
        dtc3181e=       [HW,SCSI]
diff --cc lib/dma-debug.c
Simple merge