From owner-freebsd-current Tue Apr 13 14:49:48 1999 Delivered-To: freebsd-current@freebsd.org Received: from f77.nop.or.jp (f77.nop.or.jp [210.145.217.241]) by hub.freebsd.org (Postfix) with ESMTP id A10DD150D6 for ; Tue, 13 Apr 1999 14:49:27 -0700 (PDT) (envelope-from uch@nop.or.jp) Received: from localhost (localhost [127.0.0.1]) by f77.nop.or.jp (8.9.1a/3.7W) with ESMTP id GAA09217; Wed, 14 Apr 1999 06:46:57 +0900 (JST) To: current@FreeBSD.ORG Cc: julian@whistle.com Subject: Re: newconfig/new-bus In-Reply-To: Your message of "Tue, 13 Apr 1999 12:55:40 -0700 (PDT)" References: X-Mailer: Mew version 1.92 on Emacs 20.2 / Mule 3.0 (MOMIJINOGA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990414064657B.uch@nop.or.jp> Date: Wed, 14 Apr 1999 06:46:57 +0900 From: UCHIYAMA Yasushi X-Dispatcher: imput version 971024 Lines: 20 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG | it seems to duplicate a lot of code already in FreeBSD, by just replacing | it with the equivalent code from NetBSD. | | (or rather, jsut adding the NetBSD code and not using the FreeBSD | version. This is acceptable in a test scenario). ep at isa/pcmcia/cardbus ... I fully rewrote code to use newconfig/bus_space(9). (newconfig goal sample) sn ... not in FreeBSD (PAO has this) fe ... Originally same code. ne at pci ... My NetBSD compatiblity test sample. OK to remove. ne at pcmcia ... NetBSD drivers already bus-specific frontend code was separated from bus-independent(backend) code. So easy to adapt another buses. I've tested its separation for FreeBSD's ep code, but it was already done by NetBSD. ed case, I determined to use NetBSD driver.(rewriting was difficult...)But if you love FreeBSD origine, you can replace it. --- UCHIYAMA Yasushi uch@nop.or.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message