From owner-cvs-all@FreeBSD.ORG Thu Nov 18 14:21:34 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B8F21065673 for ; Thu, 18 Nov 2010 14:21:34 +0000 (UTC) (envelope-from njm@njm.me.uk) Received: from smtp004.apm-internet.net (smtp004.apm-internet.net [85.119.248.54]) by mx1.freebsd.org (Postfix) with SMTP id 5DF758FC19 for ; Thu, 18 Nov 2010 14:21:32 +0000 (UTC) Received: (qmail 64318 invoked from network); 18 Nov 2010 13:54:52 -0000 Received: from unknown (HELO oberon.njm.me.uk) (86.141.187.118) by smtp004.apm-internet.net with SMTP; 18 Nov 2010 13:54:52 -0000 Received: from titania.njm.me.uk (titania.njm.me.uk [192.168.144.130]) by oberon.njm.me.uk (8.14.4/8.14.4) with ESMTP id oAIDsqie054162; Thu, 18 Nov 2010 13:54:52 GMT (envelope-from njm@njm.me.uk) Received: from titania.njm.me.uk (localhost [127.0.0.1]) by titania.njm.me.uk (8.14.4/8.14.4) with ESMTP id oAIDsp9V015757; Thu, 18 Nov 2010 13:54:51 GMT (envelope-from njm@njm.me.uk) Received: (from njm@localhost) by titania.njm.me.uk (8.14.4/8.14.4/Submit) id oAIDsp6e015756; Thu, 18 Nov 2010 13:54:51 GMT (envelope-from njm@njm.me.uk) Date: Thu, 18 Nov 2010 13:54:51 +0000 From: "N.J. Mann" To: Dmitry Morozovsky Message-ID: <20101118135451.GA15016@titania.njm.me.uk> Mail-Followup-To: Dmitry Morozovsky , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <201011181345.oAIDjARl039289@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201011181345.oAIDjARl039289@repoman.freebsd.org> X-Operating-System: FreeBSD 8.1-STABLE User-Agent: mutt-NJM (2010-10-31) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/memtest86+ Makefile distinfo ports/sysutils/memtest86+/files extra-patch-config.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2010 14:21:34 -0000 In message <201011181345.oAIDjARl039289@repoman.freebsd.org>, Dmitry Morozovsky (marck@FreeBSD.org) wrote: > marck 2010-11-18 13:45:10 UTC > > FreeBSD ports repository (doc committer) > > Modified files: > sysutils/memtest86+ Makefile distinfo > Added files: > sysutils/memtest86+/files extra-patch-config.h > Log: > Add a knob to enable serial console (com1@115200), default to off. [...] I've had a local patch for this for sometime, although mine is for 57600 due to local limitations. However, I held off send-pr'ing it because I had hoped to make it use whatever speed the serial port was set to rather than setting the speed explictly. Sadly, I just never had the time to do this. How hard would it be to do that? Cheers, Nick. --