]> Pileus Git - ~andy/linux/commitdiff
[PATCH] bcm43xx: add a note that not all devices support PIO.
authorMichael Buesch <mbuesch@freenet.de>
Sun, 12 Feb 2006 15:52:10 +0000 (16:52 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 27 Mar 2006 16:18:33 +0000 (11:18 -0500)
Signed-off-by: Michael Buesch <mbuesch@freenet.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/bcm43xx/Kconfig

index d8d23155ee3cf10f2441ebe53a185b94a4a0d662..1d677c15b21c824855627f7ffd644a6a6fc16566 100644 (file)
@@ -52,6 +52,11 @@ config BCM43XX_PIO_MODE
          Only include Programmed I/O (PIO).
          This reduces the size of the driver module, by omitting the DMA code.
          Please note that PIO transfers are slow (compared to DMA).
+
+         Also note that not all devices of the 43xx series support PIO.
+         The 4306 (Apple Airport Extreme and others) supports PIO, while
+         the 4318 is known to _not_ support PIO.
+
          Only use PIO, if DMA does not work for you.
 
 endchoice