1 diff -urN linux-2.6.17/drivers/mtd/maps/Kconfig linux-2.6.17.new/drivers/mtd/maps/Kconfig
2 --- linux-2.6.17/drivers/mtd/maps/Kconfig 2006-06-18 03:49:35.000000000 +0200
3 +++ linux-2.6.17.new/drivers/mtd/maps/Kconfig 2006-09-24 20:28:11.000000000 +0200
5 PNC-2000 is the name of Network Camera product from PHOTRON
6 Ltd. in Japan. It uses CFI-compliant flash.
9 + tristate "CFI Flash device mapped on RDC3210"
10 + depends on X86 && MTD_CFI && MTD_PARTITIONS
12 + RDC-3210 is the flash device we find on Ralink reference board
15 tristate "CFI Flash device mapped on AMD SC520 CDP"
16 depends on X86 && MTD_CFI
17 diff -urN linux-2.6.17/drivers/mtd/maps/Makefile linux-2.6.17.new/drivers/mtd/maps/Makefile
18 --- linux-2.6.17/drivers/mtd/maps/Makefile 2006-06-18 03:49:35.000000000 +0200
19 +++ linux-2.6.17.new/drivers/mtd/maps/Makefile 2006-09-24 20:26:10.000000000 +0200
21 obj-$(CONFIG_MTD_PHYSMAP) += physmap.o
22 obj-$(CONFIG_MTD_PNC2000) += pnc2000.o
23 obj-$(CONFIG_MTD_PCMCIA) += pcmciamtd.o
24 +obj-$(CONFIG_MTD_RDC3210) += rdc3210.o
25 obj-$(CONFIG_MTD_RPXLITE) += rpxlite.o
26 obj-$(CONFIG_MTD_TQM8XXL) += tqm8xxl.o
27 obj-$(CONFIG_MTD_SA1100) += sa1100-flash.o
28 diff -urN linux-2.6.19/drivers/mtd/redboot.c linux-2.6.19.new/drivers/mtd/redboot.c
29 --- linux-2.6.19/drivers/mtd/redboot.c 2006-12-18 17:09:14.000000000 +0100
30 +++ linux-2.6.19.new/drivers/mtd/redboot.c 2006-12-18 17:14:26.000000000 +0100
35 -static int parse_redboot_partitions(struct mtd_info *master,
36 +int parse_redboot_partitions(struct mtd_info *master,
37 struct mtd_partition **pparts,
38 unsigned long fis_origin)