From owner-freebsd-questions@FreeBSD.ORG Mon Sep 27 20:24:40 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 2C89116A4CF for ; Mon, 27 Sep 2004 20:24:40 +0000 (GMT) Received: from cowabunga.canyon.eracks.com (wbar25.lax1-4.28.136.44.lax1.dsl-verizon.net [4.28.136.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id E113443D45 for ; Mon, 27 Sep 2004 20:24:39 +0000 (GMT) (envelope-from drio@cowabunga.canyon.eracks.com) Received: from cowabunga.canyon.eracks.com (cowabunga.canyon.eracks.com [127.0.0.1]) by cowabunga.canyon.eracks.com (Postfix) with ESMTP id 9D3222441CE; Mon, 27 Sep 2004 13:24:39 -0700 (PDT) Received: (from drio@localhost)i8RKOd0W018232; Mon, 27 Sep 2004 13:24:39 -0700 Date: Mon, 27 Sep 2004 13:24:39 -0700 From: David Rio Deiros To: Bob Ababurko Message-ID: <20040927202439.GA18223@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> <5.2.1.1.0.20040927160438.01d6ec58@mail.dc2.adelphia.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.2.1.1.0.20040927160438.01d6ec58@mail.dc2.adelphia.net> User-Agent: Mutt/1.4.1i 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:24:40 -0000 > 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? What you are doing is to tell the kernel what he needs to do to configure that device. If by not "customized at all" you mean you don't have the hardware in the computer yet, there is no problem, when you will boot the kernel it will give up if there is no hardware.