From owner-freebsd-arch@FreeBSD.ORG Fri Jul 4 13:12:53 2008 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6AD1106567A; Fri, 4 Jul 2008 13:12:53 +0000 (UTC) (envelope-from nyan@jp.FreeBSD.org) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.freebsd.org (Postfix) with ESMTP id 814268FC2F; Fri, 4 Jul 2008 13:12:53 +0000 (UTC) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) by watery.cc.kogakuin.ac.jp (unknown) with ESMTP id m64DCSnN088088; Fri, 4 Jul 2008 22:12:28 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Fri, 04 Jul 2008 22:10:43 +0900 (JST) Message-Id: <20080704.221043.226715262.nyan@jp.FreeBSD.org> To: imp@bsdimp.com From: Takahashi Yoshihiro In-Reply-To: <20080704.063540.1210476607.imp@bsdimp.com> References: <486D4006.2050303@freebsd.org> <993E865A-A426-4036-9E09-A87D7474DE80@mac.com> <20080704.063540.1210476607.imp@bsdimp.com> X-Mailer: Mew version 6.1 on Emacs 22.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ed@80386.nl, arch@freebsd.org, sam@freebsd.org, xcllnt@mac.com, freebsd-current@freebsd.org Subject: Re: MPSAFE TTY schedule [uart vs sio] X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2008 13:12:54 -0000 In article <20080704.063540.1210476607.imp@bsdimp.com> "M. Warner Losh" writes: > Do you need physical access? I have a pc98 machine I can put back on > the network. It has the 8251 chip in it. It also has a 16550 part as > well since it is a later model which had both... > > I believe that uart works for the 16550 part, but haven't tried it > lately... The uart probably works for some 16550 based devices but does not work for other one like multi-port devices. --- TAKAHASHI Yoshihiro