From owner-freebsd-hackers Sun Dec 26 9:56:20 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from eclogite.eps.nagoya-u.ac.jp (eclogite.eps.nagoya-u.ac.jp [133.6.124.145]) by hub.freebsd.org (Postfix) with ESMTP id 32A791502D; Sun, 26 Dec 1999 09:55:46 -0800 (PST) (envelope-from kato@ganko.eps.nagoya-u.ac.jp) Received: from localhost (gneiss.eps.nagoya-u.ac.jp [133.6.124.148]) by eclogite.eps.nagoya-u.ac.jp (8.9.3/3.7W) with ESMTP id CAA02958; Mon, 27 Dec 1999 02:55:43 +0900 (JST) To: FreeBSD-current@FreeBSD.ORG, FreeBSD-hackers@FreeBSD.ORG Subject: Re: indirection in bus space From: KATO Takenori In-Reply-To: Your message of "Sat, 25 Dec 1999 22:56:03 +0900" <19991225225603L.kato@gneiss.eps.nagoya-u.ac.jp> References: <19991225225603L.kato@gneiss.eps.nagoya-u.ac.jp> X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) X-PGP-Fingerprint: 03 72 85 36 62 46 23 03 52 B1 10 22 44 10 0D 9E Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19991227025513Z.kato@gneiss.eps.nagoya-u.ac.jp> Date: Mon, 27 Dec 1999 02:55:13 +0900 X-Dispatcher: imput version 980905(IM100) Lines: 27 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FreeBSD-hackers list is added. KATO Takenori wrote: > I didn't realize the difference in type of bus_space_handle_t. So, > bus.h needs to be separated into bus_at386.h and bus_pc98.h. I revised bus space patch. This patch does: 1. copy bus.h to bus_at386.h. The bus_at386.h doesn't support indirection. 2. add bus_pc98.h. The bus_pc98.h supports indirection. 3. make new bus.h. The bus.h includes bus_at386.h or bus_pc98.h. 4. modify isa.c and nexus.c to support indirection. Indirection is enabled only when PC98 is defined. Because the pache is too large to attach on this mail, I put it as: http://www.freebsd.org/~kato/patches/busspace.diff.gz -----------------------------------------------+--------------------------+ KATO Takenori | FreeBSD | Dept. Earth Planet. Sci, Nagoya Univ. | The power to serve! | Nagoya, 464-8602, Japan | http://www.FreeBSD.org/ | |http://www.jp.FreeBSD.org/| ++++ FreeBSD(98) 3.3R-Rev. 01 available! +==========================+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message