From owner-freebsd-hackers@FreeBSD.ORG Thu Apr 15 04:13:20 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52535106564A for ; Thu, 15 Apr 2010 04:13:20 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (unknown [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id 2F11E8FC0A for ; Thu, 15 Apr 2010 04:13:20 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id o3F4DJxU013332 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 14 Apr 2010 21:13:19 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id o3F4DJIc013331; Wed, 14 Apr 2010 21:13:19 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA01894; Wed, 14 Apr 10 21:05:41 PDT Date: Wed, 14 Apr 2010 21:04:46 -0700 From: perryh@pluto.rain.com To: mike@sentex.net Message-Id: <4bc6905e.9tkYBdShtBRdGu5Q%perryh@pluto.rain.com> References: <201004141357.o3EDvuxt067902@lava.sentex.ca> In-Reply-To: <201004141357.o3EDvuxt067902@lava.sentex.ca> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: disabling all serial input / output at boot time X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2010 04:13:20 -0000 Mike Tancsa wrote: > I have an embedded device (Alix box) that is running RELENG_8 off > a CF that is designed to monitor / control a serial sensor device. > The sensor is quite chatty and is always outputing data at 115200. > The problem is that this will interrupt the boot process. > I even tried to "fake" it out, but trying to make com2, the console > in /boot/device.hints ... > > Is there any way to completely disable serial interaction and > to truly make the bootup process quiet and non interactive ? More of a workaround than a fix, but does it work any better if you connect the device to com2 instead of com1?