From owner-freebsd-questions@FreeBSD.ORG Wed Mar 24 01:58:15 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F409516A4CE for ; Wed, 24 Mar 2004 01:58:14 -0800 (PST) Received: from mail.u4eatech.com (blackhole.u4eatech.com [195.188.241.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A1BB43D46 for ; Wed, 24 Mar 2004 01:58:14 -0800 (PST) (envelope-from richard.williamson@u4eatech.com) Received: (from filter@localhost) by mail.u4eatech.com (8.11.6/8.11.6) id i2O9wDI32733 for freebsd-questions@freebsd.org; Wed, 24 Mar 2004 09:58:13 GMT X-Authentication-Warning: mail.u4eatech.com: filter set sender to richard.williamson@u4eatech.com using -f Received: from apus.u4eatech.com (unknown [172.30.20.100]) by mail.u4eatech.com (Postfix) with ESMTP id C4B701577D4 for ; Wed, 24 Mar 2004 09:58:09 +0000 (GMT) Message-Id: <6.0.3.0.2.20040324095234.0254d298@cygnus> X-Sender: richard@cygnus X-Mailer: QUALCOMM Windows Eudora Version 6.0.3.0 Date: Wed, 24 Mar 2004 10:01:11 +0000 To: freebsd-questions@freebsd.org From: "Richard P. Williamson" Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, hits=-5.4 required=5.0 tests=BAYES_01 version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: boot messages to /dev/null X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Mar 2004 09:58:15 -0000 Hello, I'm trying to configure my device (pentium based embedded SBC, has a normal PC bios) to not output the normal boot messages to /dev/ttyd0. I would be happy to have them go to /dev/ttyd2, however I get a dmesg message similar to "sio2 irq 5 is not in bitmap of probed irqs". I would prefer that the boot messages coming to /dev/ttyd0 be redirected to /dev/null instead. Alternately, they could be output to the video device (there is no port for a monitor, however). 1) What am I missing, viz sio0 irq not in probed irqs. 2) How can I get the boot messages to not be shown. Pointers to documentation chapters accepted! Regards, rip