I would like to be able to setup a RT transmit buffer to function as a message FIFO. The original AIM drivers have this functionality but I do not see how to do it with the new AIT driver. A FIFO should be able to be defined as a stack of messages, where each message is 32 words. The driver should associate this FIFO with the RT and automatically index through the FIFO buffer until it runs out, in which case it should just keep on transmitting the last message. On the application side I would periodicall monitor the FIFO status and top off as needed. Any help would be greatly appreciated.