From owner-cvs-src@FreeBSD.ORG Mon Sep 15 09:01:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC4D316A4BF; Mon, 15 Sep 2003 09:01:26 -0700 (PDT) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB25E43FAF; Mon, 15 Sep 2003 09:01:25 -0700 (PDT) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1])h8FG1FFd080436; Tue, 16 Sep 2003 01:01:15 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Tue, 16 Sep 2003 01:00:08 +0900 (JST) Message-Id: <20030916.010008.74677278.nyan@jp.FreeBSD.org> To: imp@bsdimp.com From: Takahashi Yoshihiro In-Reply-To: <20030915.090257.46316981.imp@bsdimp.com> References: <200309141621.h8EGL6fj093611@repoman.freebsd.org> <20030915145126.1c3ea0ca.nork@FreeBSD.org> <20030915.090257.46316981.imp@bsdimp.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: nork@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/uart uart_bus_pccard.c src/sys/modules/uart Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 16:01:26 -0000 In article <20030915.090257.46316981.imp@bsdimp.com> "M. Warner Losh" writes: > Hopefully we can get a i8251 module that's suitable for the enhanced > 8251 that's in the PC98 machines. I've been translating some japanese > documents for him, but I don't know what he'll be able to do. The > current i8251 driver is literally the ns8250 module with the only the > name change (the two parts are radically different, so there's no > chance this will work). First we should support the ns8250 module on pc98. I found several problems to work on pc98. Then, I'm wondering about how to support multiport devices. Current resource management system does not work for discontinuous resources. I think that we must fix this problem. --- TAKAHASHI Yoshihiro