From owner-freebsd-current@FreeBSD.ORG Sun Jun 19 22:59:10 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 512FE16A41C for ; Sun, 19 Jun 2005 22:59:10 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F66843D1F for ; Sun, 19 Jun 2005 22:59:10 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 3009E72DD4; Sun, 19 Jun 2005 15:59:10 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 2B83D72DCB; Sun, 19 Jun 2005 15:59:10 -0700 (PDT) Date: Sun, 19 Jun 2005 15:59:10 -0700 (PDT) From: Doug White To: snort Snort In-Reply-To: <20050618033330.4673.qmail@web54408.mail.yahoo.com> Message-ID: <20050619155819.X83634@carver.gumbysoft.com> References: <20050618033330.4673.qmail@web54408.mail.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-current@freebsd.org Subject: Re: tty and serial console com port X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2005 22:59:10 -0000 On Fri, 17 Jun 2005, snort Snort wrote: > I just read thru the tty.h file and the tty command, > and have a feeling that the tty command and the tty.h > file does not handle the serial console com port > directly. > > Can anyone tell me which part of the tty source does > invoke serial console com port? Serial console is handled by the kernel by src/sys/kern/tty_cons.c. Userland is totally unaware that serial console is enabled. What are you trying to do? -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org