Skip to content

Commit

Permalink
[PATCH] bcm43xx: add a note that not all devices support PIO.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Buesch <mbuesch@freenet.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Michael Buesch authored and John W. Linville committed Mar 27, 2006
1 parent 77db31e commit 8bcab3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/net/wireless/bcm43xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8bcab3f

Please sign in to comment.