From owner-freebsd-questions@FreeBSD.ORG Mon Sep 27 20:07:24 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 1499C16A4CE for ; Mon, 27 Sep 2004 20:07:24 +0000 (GMT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EAD643D54 for ; Mon, 27 Sep 2004 20:07:23 +0000 (GMT) (envelope-from ababurko@adelphia.net) Received: from ample.adelphia.net ([24.52.224.96]) by mta10.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040927200722.YHAR9204.mta10.adelphia.net@ample.adelphia.net>; Mon, 27 Sep 2004 16:07:22 -0400 Message-Id: <5.2.1.1.0.20040927160438.01d6ec58@mail.dc2.adelphia.net> X-Sender: ababurko@mail.dc2.adelphia.net X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Mon, 27 Sep 2004 16:07:22 -0400 To: David Rio Deiros From: Bob Ababurko In-Reply-To: <20040927195822.GA18051@eracks.com> References: <5.2.1.1.0.20040927142904.00a7dbd8@mail.dc2.adelphia.net> <5.2.1.1.0.20040927142904.00a7dbd8@mail.dc2.adelphia.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: freebsd-questions@freebsd.org Subject: Re: serial port config 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: Mon, 27 Sep 2004 20:07:24 -0000 At 12:58 PM 9/27/2004 -0700, you wrote: > > 4. Make sure the configuration file of your kernel has appropriate > > flags set for COM1 (sio0). > > where I should be seeing or adding a line such as : > > device sio0 at isa? port IO_COM1 flags 0x10 irq 4 > >You should add that to the kernel configuration file. >Please, refer to >http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html So, let me get this straight....I am going to add: >device sio0 at isa? port IO_COM1 flags 0x10 irq 4 to the kernel configuration, aka the GENERIC file in /usr/src/sys/i386/conf if the system is not customized at all? -Bob