Can I create a ramdisk, append to the rtems_ramdisk_configuration object and register a new set of drivers to mount another ramdisk?  Or are the drivers registered oncecand only once at initialization?  Basically, do I have to predefine all the ramdisks?  I have an application that calculates the number of blocks at initialization and creates them one at a time.  But it appears that only the first call to register the driver actually results in the creation of a new ramdisk device.