Date: Tue, 12 Feb 2019 19:05:09 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r344057 - head/usr.sbin/bhyve Message-ID: <201902121905.x1CJ59KM015465@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Tue Feb 12 19:05:09 2019 New Revision: 344057 URL: https://svnweb.freebsd.org/changeset/base/344057 Log: Revert r343077 until the license issues surrounding it can be resolved. Approved by: core@ Modified: head/usr.sbin/bhyve/uart_emul.c Modified: head/usr.sbin/bhyve/uart_emul.c ============================================================================== --- head/usr.sbin/bhyve/uart_emul.c Tue Feb 12 18:32:14 2019 (r344056) +++ head/usr.sbin/bhyve/uart_emul.c Tue Feb 12 19:05:09 2019 (r344057) @@ -431,13 +431,6 @@ uart_write(struct uart_softc *sc, int offset, uint8_t sc->thre_int_pending = true; break; case REG_IER: - /* Assert an interrupt if re-enabling the THRE intr, since we - * always report THRE as active in the status register. - */ - if ((sc->ier & IER_ETXRDY) == 0 && - (value & IER_ETXRDY) != 0) { - sc->thre_int_pending = true; - } /* * Apply mask so that bits 4-7 are 0 * Also enables bits 0-3 only if they're 1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902121905.x1CJ59KM015465>