62.7.1.7 Transmitting Frames
The procedure to set up a frame for transmission is the following:
- Enable transmit in the Network Control register.
- Allocate an area of system memory for transmit data. This does not have to be contiguous, varying byte lengths can be used if they conclude on byte borders.
- Set-up the transmit buffer list by writing buffer addresses to word zero of the transmit buffer descriptor entries and control and length to word one.
- Write data for transmission into the buffers pointed to by the descriptors.
- Write the address of the first buffer descriptor to transmit buffer descriptor queue pointer.
- Enable appropriate interrupts.
- Write to the transmit start bit (TSTART) in the Network Control register.