enable_device()

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

int enable_device( DEV_8250 *dev)

This function enables all the serial ports. You must call it for each port before returning from options() to complete the port initialization.