ser_stty()

This function is defined in tto.c. The prototype is:

void ser_stty( DEV_8250 *dev )

This function configures registers that can be changed dynamically at runtime (baud, parity, stop bits, etc.). Don't use this function for any initialization that you need to do when first setting up the driver; use create_device() instead.