From owner-freebsd-questions Fri Dec 1 03:15:11 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA14710 for questions-outgoing; Fri, 1 Dec 1995 03:15:11 -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 DAA14701 for ; Fri, 1 Dec 1995 03:15:04 -0800 Received: (from audience@localhost) by soback.kornet.nm.kr (8.6.12+hangul/8.6.9) id UAA08440; Fri, 1 Dec 1995 20:14:14 +0900 Date: Fri, 1 Dec 1995 20:14:13 +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 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. From Seoul, Sub On Fri, 1 Dec 1995, Sergio Lenzi wrote: > > Hello, > > > I have experienced some kind of problem in a serial > board that has "compatible" 16550 chips for sio. > The problem resides that the sio driver expect to see > a real 16550 or 8250 chip, during the startup test, > in the attach routine, and one of the tests fail. > > Solution: > Modify the attach routine in sio.c (/usr/src/sys/i386/isa) > there is a piece of code that makes 4 tests, recompile the > code by doing a "printf" of the counter, and see where it > stops, and ignore the situation. > > > Sergio de Almeida Lenzi. > >