From owner-freebsd-questions@FreeBSD.ORG Mon Sep 27 19:06:34 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 0C58316A4CE for ; Mon, 27 Sep 2004 19:06:34 +0000 (GMT) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id A85E843D48 for ; Mon, 27 Sep 2004 19:06:33 +0000 (GMT) (envelope-from ababurko@adelphia.net) Received: from ample.adelphia.net ([24.52.224.96]) by mta11.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040927190633.QFPA404.mta11.adelphia.net@ample.adelphia.net> for ; Mon, 27 Sep 2004 15:06:33 -0400 Message-Id: <5.2.1.1.0.20040927142904.00a7dbd8@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 15:06:32 -0400 To: freebsd-questions@freebsd.org From: Bob Ababurko MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: 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 19:06:34 -0000 Hello- I am trying to configure the serial ports on a bunch of machines to be hooked up to a terminal server...baynetworks Annex to be exact. I am running FreeBSD 5.2.1 on an i386 machine with an Inter n440bx board. These motherboards are pretty common and found on early VA linux boxen. I followed the handbook but I am a little confused where it is talking about: 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 I have not done this and do not know where I am supposed to do this. I have made the other changes stated in the handbook and also done this on a machine at a time before and got it to work this way. My dmeg output for sio0 looks like this: sio0 port 0x3f8-0x3ff irq 4 on acpi0 sio0: type 16550A, console Isn't this telling me that it is configured? Any help would be apperciated. thanks, Bob