#include <asm/ec3104.h>/* Naturally we don't know the exact value but 115200 baud has a divisor * of 9 and 19200 baud has a divisor of 52, so this seems like a good * guess. */#define BASE_BAUD (16800000 / 16)#define STD_COM_FLAGS (ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST)/* there is a fourth serial port with the expected values as well, but * it's got the keyboard controller behind it so we can't really use it * (without moving the keyboard driver to userspace, which doesn't sound * like a very good idea) */