diff -ur linux-2.6.22/drivers/mtd/nand/nand_ids.c linux-2.6.22-patched/drivers/mtd/nand/nand_ids.c --- linux-2.6.22/drivers/mtd/nand/nand_ids.c 2007-07-14 22:39:06.650123874 -0500 +++ linux-2.6.22-patched/drivers/mtd/nand/nand_ids.c 2007-07-14 22:38:13.869987000 -0500 @@ -141,6 +141,7 @@ {NAND_MFR_STMICRO, "ST Micro"}, {NAND_MFR_HYNIX, "Hynix"}, {NAND_MFR_MICRON, "Micron"}, + {NAND_MFR_AMD, "AMD"}, {0x0, "Unknown"} }; diff -ur linux-2.6.22/include/linux/mtd/nand.h linux-2.6.22-patched/include/linux/mtd/nand.h --- linux-2.6.22/include/linux/mtd/nand.h 2007-07-14 22:39:16.514896979 -0500 +++ linux-2.6.22-patched/include/linux/mtd/nand.h 2007-07-14 22:37:54.168442000 -0500 @@ -432,6 +432,7 @@ #define NAND_MFR_STMICRO 0x20 #define NAND_MFR_HYNIX 0xad #define NAND_MFR_MICRON 0x2c +#define NAND_MFR_AMD 0x01 /** * struct nand_flash_dev - NAND Flash Device ID Structure