From owner-cvs-all Wed Dec 4 22:15:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CD1D37B401; Wed, 4 Dec 2002 22:15:37 -0800 (PST) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAC9F43EB2; Wed, 4 Dec 2002 22:15:36 -0800 (PST) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) by watery.cc.kogakuin.ac.jp (8.12.6/8.12.6) with ESMTP id gB56FUnq035293; Thu, 5 Dec 2002 15:15:30 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Thu, 05 Dec 2002 15:13:30 +0900 (JST) Message-Id: <20021205.151330.71093432.nyan@jp.FreeBSD.org> To: jhb@FreeBSD.org Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, sos@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-cbus.c a From: Takahashi Yoshihiro In-Reply-To: References: <20021204.142445.39208982.nyan@jp.FreeBSD.org> X-Mailer: Mew version 2.3 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In article John Baldwin writes: > > BTW, I think ata-isa.c is not necessary for pc98. So, the entry > > should be moved to MD files. The patch is also attached. > > Ugh, this is very annoying. Can we maybe have pc98 use device cbus > instead of device isa to avoid having to change every ISA device to > list once in all !pc98 files with ISA attachment and once in pc98 > file with cbus attachment? Either that or can someone teach config > to handle !options so that one cound do: > > dev/ata/ata-isa.c optional ata isa !pc98 > dev/ata/ata-cbus.c optional ata isa pc98 > > and so on for syscons, sio, etc.? Yes. Pc98 does not have ISA bus instead have Cbus. So, we should really have the cbus driver for pc98. But, currently we use ISA bus code because there is need for more maintenance costs. *I* think that we should separate the Cbus support from the ISA driver. --- TAKAHASHI Yoshihiro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message