Re: [PATCH 7/12] meye: the driver is no longer experimental and depends on PCI

From: Stelian Pop
Date: Thu Nov 04 2004 - 07:14:38 EST


On Thu, Nov 04, 2004 at 11:41:26AM +0000, Christoph Hellwig wrote:
> > + depends on VIDEO_DEV && PCI && SONYPI && !HIGHMEM64G
>
> What's the problem with PAE?

Read the source:
-----------------
* NOTE: The meye device expects dma_addr_t size to be 32 bits
* (the toc must be exactly 1024 entries each of them being 4 bytes
* in size, the whole result being 4096 bytes). We're using here
* dma_addr_t for corectness but the compilation of this driver is
* disabled for HIGHMEM64G=y, where sizeof(dma_addr_t) != 4 !
-----------------

Of course, the actual hardware does exist only on C1V* Vaio Laptops,
which can accept at most 256 MB RAM, so the test is there in Kconfig
only to prevent 'make allyesconfig' and equivalents from spitting
warnings...

Stelian.
--
Stelian Pop <stelian@xxxxxxxxxx>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/