CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/05/14 14:30:47
Modified files: sys/arch/mvme88k/dev: bugio.c sys/arch/mvme88k/include: bugio.h prom.h sys/arch/mvme88k/stand/libbug: Makefile sys/arch/mvme88k/mvme88k: machdep.c Removed files: sys/arch/mvme88k/stand/libbug: outln.c Log message: Older BUG version do not implement the `out cr/lf' BUG system call, and, worse, do not return from it, for extra fun. The good thing is that the existing kernel console code logic issueing \n as \r\n works nicely with the regular BUG output routines, so there was no reason to use this particular BUG routine in the first place.