From owner-freebsd-questions@FreeBSD.ORG Fri Jun 25 14:59:51 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 04D9216A4CE for ; Fri, 25 Jun 2004 14:59:51 +0000 (GMT) Received: from mail.teel.ws (teel.ws [209.151.109.182]) by mx1.FreeBSD.org (Postfix) with SMTP id 20DD543D4C for ; Fri, 25 Jun 2004 14:59:49 +0000 (GMT) (envelope-from mark@teel.ws) Received: (qmail 14791 invoked by uid 513); 25 Jun 2004 14:59:45 -0000 Received: from mark@teel.ws by dmz1 by uid 508 with qmail-scanner-1.22-st-qms Clear:RC:0(192.168.0.110):SA:0(0.0/4.0):. Processed in 0.635231 secs); 25 Jun 2004 14:59:45 -0000 X-Spam-Status: No, hits=0.0 required=4.0 X-Antivirus-MYDOMAIN-Mail-From: mark@teel.ws via dmz1 X-Antivirus-MYDOMAIN: 1.22-st-qms (Clear:RC:0(192.168.0.110):SA:0(0.0/4.0):. Processed in 0.635231 secs Process 14782) Received: from unknown (HELO teel.ws) (mark@teel.ws@192.168.0.110) by mail.teel.ws with SMTP; 25 Jun 2004 14:59:44 -0000 Message-ID: <40DC3DD7.4050307@teel.ws> Date: Fri, 25 Jun 2004 09:59:35 -0500 From: Mark Teel User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Serial Port Boot Configuration 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: Fri, 25 Jun 2004 14:59:51 -0000 I am trying to remotely debug a FreeBSD kernel, and it appears that the baud rate and other stty settings are being modified during system boot. I have modified the /dev/ttyid0 device and the /dev/ttyld0 device, yet their settings are being reset somewhere during reboot as well. I have looked at the handbook, which states that initial settings are found in /etc/rc.serial, but there is no such file and no reference to it in "man rc.serial". Where are boot serial parameters configured and by what are they set? I need to set my ttyd0 port up to allow brkint, 115200 baud etc. TIA, Mark