From owner-freebsd-current Sun Jan 23 21:48:26 2000 Delivered-To: freebsd-current@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 AFCED1580A; Sun, 23 Jan 2000 21:48:08 -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 OAA69049; Mon, 24 Jan 2000 14:47:48 +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 "Fri, 21 Jan 2000 17:40:11 +0900" <20000121174011G.kato@gneiss.eps.nagoya-u.ac.jp> References: <20000121174011G.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: <20000124144718P.kato@gneiss.eps.nagoya-u.ac.jp> Date: Mon, 24 Jan 2000 14:47:18 +0900 X-Dispatcher: imput version 980905(IM100) Lines: 74 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Do you have any comment anout the patch? If there isn't any big problem, I hope to commit it to current. Thank you. I wrote: > 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 -----------------------------------------------+--------------------------+ 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-current" in the body of the message