From owner-freebsd-stable@FreeBSD.ORG Thu Feb 21 23:09:30 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 40FA8A6A; Thu, 21 Feb 2013 23:09:30 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: from mail-da0-f45.google.com (mail-da0-f45.google.com [209.85.210.45]) by mx1.freebsd.org (Postfix) with ESMTP id 81ED435A; Thu, 21 Feb 2013 23:09:29 +0000 (UTC) Received: by mail-da0-f45.google.com with SMTP id v40so29682dad.32 for ; Thu, 21 Feb 2013 15:09:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=nfd4sW+jI6b2ZY9+BjT0rNGoX9UthxSL7aQGS1gjnu8=; b=XrTKz+pXOqrATxVnVsFBTkUNuSGi94q2SFECA5e43PlNdkhcNwadSTpWLtw8TyxxXS SCB7sgYeUxtT3UE2gTxpQ6Zwa22WEqKjwiTGf2PUkMKq6uajjaTtgB8YwE0njz9Wp6oB uwg9yijhTRYRoeE9x6uHL+uMeeKq6mFhytLeNfukbne3WuhJPn+48HqDpsbWPz2QTFhK PW3AiV7G1rMyUQM745dHDYBtJie7Z3wxW4j3VECPjavL1A+QIs1ga5gMqWRPnIsMVSX5 JMLp6JekFVpgyTXMIWAC9bkeuELU51Imivv2qEJZRgl2vDeFEViS4/tHyIoCSK44HNIa VFSA== X-Received: by 10.66.251.196 with SMTP id zm4mr626889pac.176.1361488168683; Thu, 21 Feb 2013 15:09:28 -0800 (PST) Received: from [10.192.166.0] (stargate.chelsio.com. [67.207.112.58]) by mx.google.com with ESMTPS id x2sm562733paw.8.2013.02.21.15.09.27 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 21 Feb 2013 15:09:27 -0800 (PST) Message-ID: <5126A926.5070007@gmail.com> Date: Thu, 21 Feb 2013 15:09:26 -0800 From: Navdeep Parhar User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130220 Thunderbird/17.0.3 MIME-Version: 1.0 To: Daniel O'Connor Subject: Re: IPMI serial console References: <00CC60B5-A6EB-4A3C-B8AC-1D60014DE442@gsoft.com.au> <201302211049.13863.jhb@freebsd.org> <51269ABD.2040308@gmail.com> <2AF6F8E4-A45E-4D4C-9232-FF09AD4A3641@gsoft.com.au> <5126A3A1.1030208@gmail.com> <64293C7A-038A-4EA1-B394-9E80CFCBC14F@gsoft.com.au> <5126A762.3060209@gmail.com> In-Reply-To: <5126A762.3060209@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, John Baldwin X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2013 23:09:30 -0000 > One > last thing before you take that route: if you create an environment > variable named hw.uart.console in loader.conf (set it to anything), do > you at least see it getting unset? That'll tell you whether > comc_setup() even ran. > Ignore this part, this don't quite work as I thought it did.