The user should be aware of address modifiers and data transfer modes supported by their particular slave modules. The default kernel for the MV162 and MV167 boards used at CEBAF have 4 address spaces defined (Note: this address map is not valid for the PowerPC PPC604 board from Radstone):
A16/D16 0xffff0000 - 0xffffffff A24/D16 0xf0000000 - 0xf0ffffff A24/D32 0xe0000000 - 0xe0ffffff A32/D32 sysMemTop - 0xdfffffffFor example the Lecroy 1190 Memory requires certain registers to be read and written to with single word transfers (A24/D16) while the memory can be read via longword transfers (A24/D32), hence the definition of two pointers (*dpm, *dpml) which can be defined using the appropriate address modifiers (0xf0xxxxxx and 0xe0xxxxxx).