Re: svn commit: r314646 - head/sys/dev/syscons

2017-03-15 Thread Bruce Evans
On Tue, 14 Mar 2017, Ravi Pokala wrote: This breaks all sparc64 kernconfs. (And no, this is *not* fixed by r314997.) --- syscons.o --- cc1: warnings being treated as errors /usr/home/rpokala/freebsd/clean/base/head/sys/dev/syscons/syscons.c:261: warning: 'ec_scroffset' defined but not

Re: svn commit: r314646 - head/sys/dev/syscons

2017-03-14 Thread Ravi Pokala
Subject: svn commit: r314646 - head/sys/dev/syscons Author: bde Date: Sat Mar 4 08:47:31 2017 New Revision: 314646 URL: https://svnweb.freebsd.org/changeset/base/314646 Log: Implement ec_putc() (emergency kernel [syscons] console putc()) and use it in emergency in sc_cnputc(). Lockin

svn commit: r314646 - head/sys/dev/syscons

2017-03-04 Thread Bruce Evans
Author: bde Date: Sat Mar 4 08:47:31 2017 New Revision: 314646 URL: https://svnweb.freebsd.org/changeset/base/314646 Log: Implement ec_putc() (emergency kernel [syscons] console putc()) and use it in emergency in sc_cnputc(). Locking fixes in sc_cnputc() previously turned off normal outp