From: David Brownell Date: Tue, 8 May 2007 07:25:29 +0000 (-0700) Subject: init dma masks in pnp_dev X-Git-Tag: v2.6.22-rc1~765 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e17c5508fa015f2c7690e29041f437e9308c64f;p=pandora-kernel.git init dma masks in pnp_dev PNP now initializes device dma masks, which prevents oopses when generic dma calls are made using pnp device nodes. This assumes PNP only uses ISA DMA, with 24 bit addresses; and that it's safe to init those masks for all devices (rather than finding out which devices have been assigned DMA channels, and handling only those). Signed-off-by: David Brownell Cc: Adam Belay Cc: Jaroslav Kysela Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed