From owner-freebsd-questions Fri Dec 1 03:56:34 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA18053 for questions-outgoing; Fri, 1 Dec 1995 03:56:34 -0800 Received: from soback.kornet.nm.kr (soback.kornet.nm.kr [168.126.63.3]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id DAA18046 for ; Fri, 1 Dec 1995 03:56:27 -0800 Received: (from audience@localhost) by soback.kornet.nm.kr (8.6.12+hangul/8.6.9) id UAA16956; Fri, 1 Dec 1995 20:55:40 +0900 Date: Fri, 1 Dec 1995 20:55:39 +0900 (KST) From: "JoongSub Lee (kornet)" To: Sergio Lenzi cc: questions@freebsd.org Subject: Re: configure serial port In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk thanks everybody. specially brian and sergio. i commented out some code, it successfully recognized serial port. once more, thanks. From Seoul, Sub On Fri, 1 Dec 1995, Sergio Lenzi wrote: > On Fri, 1 Dec 1995, JoongSub Lee (kornet) wrote: > > > hello, > > thanks for your concerning. i understood what you meant. > > i checked sio.c, but i didn't know which code i had to modify. > > change. does anyone teach or point which code i have to modify? > > thanks. > > 1) in the config file > device sio1 at isa? port .... ->flags 0x80 > 2) configure the kernel, and boot. > you will see in the startup messages where it fails > 3) go to the sio code (line 500 or so) ans commend that fail number > or ignore it... > > OK? > Sergio de Almeida Lenzi. > >