SUPER IMPORTANT POINT ABOUT THIS INTERFACE...
The bus between the NAND chip and the LS1046A IFC is bitwise reversed... Yes, AD0 connects to AD7 on your NAND part, AD1 to AD6, and so on... In the 2500+ page reference manual, there are actually 3 places that describe this bitwise reversal, and they are in picture form, not words.
(see figures 22-58, 22-59, and 22-60) It looks like this:

Something you could easily over look, because lets face it; when I think about connecting address and data busses, I go with 0 goes to 0, 1 goes to 1, etc...
I'm thinking this was a mistake originally; wonder what the first edition of the reference manual looks like.
Anyway, be careful, or you'll find yourself trying to flip bits in software or respinning your board to get things to work correctly...
-Dave