CVSROOT: /cvs Module name: src Changes by: jas...@cvs.openbsd.org 2014/07/12 06:16:36
Modified files: sys/arch/octeon/stand/boot: uart.c Log message: - rewrite register reading/writing to use octeon_xkphys_{read,write}_8 which is the right approach - write into _THR instead of _RBR for cnputc() as per miod's suggestion this doesn't fix the first character that gets eaten, but it's the right way to move forward. with pirofti@