From owner-freebsd-mips@FreeBSD.ORG Fri Jan 14 20:26:25 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9000106564A for ; Fri, 14 Jan 2011 20:26:25 +0000 (UTC) (envelope-from juli@clockworksquid.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 489EB8FC14 for ; Fri, 14 Jan 2011 20:26:24 +0000 (UTC) Received: by wyf19 with SMTP id 19so3275875wyf.13 for ; Fri, 14 Jan 2011 12:26:23 -0800 (PST) Received: by 10.227.138.71 with SMTP id z7mr1178816wbt.51.1295036777400; Fri, 14 Jan 2011 12:26:17 -0800 (PST) MIME-Version: 1.0 Sender: juli@clockworksquid.com Received: by 10.227.153.210 with HTTP; Fri, 14 Jan 2011 12:25:17 -0800 (PST) In-Reply-To: References: From: Juli Mallett Date: Fri, 14 Jan 2011 12:25:17 -0800 X-Google-Sender-Auth: fXwxiRA-2pjX0W2qGhw13snne_4 Message-ID: To: Robert Millan Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-mips@freebsd.org Subject: Re: please MFC r209900 (fixes obnoxious error message) X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jan 2011 20:26:25 -0000 Hi Robert, On Fri, Jan 14, 2011 at 08:01, Robert Millan wrote: > Hi! > > When running kernel of FreeBSD 8.2 RC1 on gxemul/MALTA, an > error message is repeatedly printed, flooding the console and > rendering it useless. =A0It goes like this: > > =A0t_delta .* too (long|short) > > This doesn't happen with 9-CURRENT because of commit, > which removes this code. > > Could you consider MFC'ing it? It's too late for 8.2, but it could possibly go into 8-STABLE at some point soon in some form. I think some people are planning to do a big MFC of MIPS code in the near future, and hopefully that will include that. I'm not using 8.x for MIPS stuff, so I have less insight into that. Probably we should disable the obnoxious verbose-by-default on MIPS in -STABLE, too. Thanks, Juli.