dll
com_port->dll = speed;
uint8_t dll, dlm;
dll = bus_space_read_1(&genppc_isa_io_space_tag, comh, com_dlbl);
rate = dll | (dlm << 8);
com_port->dll = speed;
com_port->dll = speed;