From owner-freebsd-hackers Fri Jan 21 0:40:54 2000 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 56A37151FF; Fri, 21 Jan 2000 00:40:44 -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 RAA54431; Fri, 21 Jan 2000 17:40:41 +0900 (JST) To: FreeBSD-current@FreeBSD.ORG, FreeBSD-hackers@FreeBSD.ORG Cc: FreeBSD98-hackers@jp.freebsd.org, nyan@jp.FreeBSD.ORG Subject: Re: indirection in bus space From: KATO Takenori In-Reply-To: Your message of "Mon, 27 Dec 1999 02:55:13 +0900" <19991227025513Z.kato@gneiss.eps.nagoya-u.ac.jp> References: <19991227025513Z.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: <20000121174011G.kato@gneiss.eps.nagoya-u.ac.jp> Date: Fri, 21 Jan 2000 17:40:11 +0900 X-Dispatcher: imput version 980905(IM100) Lines: 69 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Do you remember this topic? I have revised the indirection support patch. What I have changed are: - to make diff files more readable - introduce the bus_simple_create_bsh() that creates a bus_space_handle_tag from a base address. I have made PC98 GENERIC98 kernel and i386 LINT kernel and both of them can be compiled. Changed and new files are as follows: alpha/include/bus.h i386/include/bus.h i386/include/bus_at386.h (new file) i386/include/bus_pc98.h (new file) i386/i386/nexus.c i386/isa/isa.c dev/advansys/adv_isa.c dev/advansys/adv_pci.c pci/amd.c pci/isp_pci.c I put new files and diffs as follows: http://www.FreeBSD.ORG/~kato/busspace/index.html INDEX http://www.FreeBSD.ORG/~kato/busspace/alpha_bus.h.diff diff between old bus.h and new bus.h http://www.FreeBSD.ORG/~kato/busspace/i386_bus.h i386/include/bus.h http://www.FreeBSD.ORG/~kato/busspace/bus_at386.h i386/include/bus_at386.h http://www.FreeBSD.ORG/~kato/busspace/bus_at386.h.diff diff between old bus.h and bus_at386.h http://www.FreeBSD.ORG/~kato/busspace/bus_pc98.h i386/include/bus_pc98.h http://www.FreeBSD.ORG/~kato/busspace/bus_pc98.h.diff diff between old bus.h and bus_pc98.h http://www.FreeBSD.ORG/~kato/busspace/isa.c.diff diff of i386/isa/isa.c http://www.FreeBSD.ORG/~kato/busspace/nexus.c.diff diff of i386/i386/nexus.c http://www.FreeBSD.ORG/~kato/busspace/adv_isa.c.diff diff of dev/advansys/adv_isa.c http://www.FreeBSD.ORG/~kato/busspace/adv_pci.c.diff diff of dev/advansys/adv_pci.c http://www.FreeBSD.ORG/~kato/busspace/amd.c.diff diff of pci/amd.c http://www.FreeBSD.ORG/~kato/busspace/isp_pci.c.diff diff of pci/isp_pci.c Thank you. -----------------------------------------------+--------------------------+ 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