Re: Copyright Violation (Re: [patch] New driver for Artop [Acard] controllers.)

Pavel Machek (pavel@suse.cz)
Mon, 27 May 2002 15:04:04 +0000


Hi!

> -struct chipset_bus_clock_list_entry aec62xx_base [] = {
> -#ifdef CONFIG_BLK_DEV_IDEDMA
> - { XFER_UDMA_6, 0x41, 0x06, 0x31, 0x07 },
> - { XFER_UDMA_5, 0x41, 0x05, 0x31, 0x06 },
> - { XFER_UDMA_4, 0x41, 0x04, 0x31, 0x05 },
> - { XFER_UDMA_3, 0x41, 0x03, 0x31, 0x04 },
> - { XFER_UDMA_2, 0x41, 0x02, 0x31, 0x03 },
> - { XFER_UDMA_1, 0x41, 0x01, 0x31, 0x02 },
> - { XFER_UDMA_0, 0x41, 0x01, 0x31, 0x01 },
> -
> - { XFER_MW_DMA_2, 0x41, 0x00, 0x31, 0x00 },
> - { XFER_MW_DMA_1, 0x42, 0x00, 0x31, 0x00 },
> - { XFER_MW_DMA_0, 0x7a, 0x00, 0x0a, 0x00 },
> -#endif /* CONFIG_BLK_DEV_IDEDMA */
> - { XFER_PIO_4, 0x41, 0x00, 0x31, 0x00 },
> - { XFER_PIO_3, 0x43, 0x00, 0x33, 0x00 },
> - { XFER_PIO_2, 0x78, 0x00, 0x08, 0x00 },
> - { XFER_PIO_1, 0x7a, 0x00, 0x0a, 0x00 },
> - { XFER_PIO_0, 0x70, 0x00, 0x00, 0x00 },
> - { 0, 0x00, 0x00, 0x00, 0x00 }
> -};
>
> <comment>
> New table is purely derived from the previous table.
> It is clever to hide the push/pull in the index based on the card.
> This will generate the associated pairs identically from the static table.
> </comment>

Tables like this are not copyrightable...
Pavel

-- 
Philips Velo 1: 1"x4"x8", 300gram, 60, 12MB, 40bogomips, linux, mutt,
details at http://atrey.karlin.mff.cuni.cz/~pavel/velo/index.html.

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