Date: Mon, 24 Jan 2000 14:47:18 +0900 From: KATO Takenori <kato@ganko.eps.nagoya-u.ac.jp> 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 Message-ID: <20000124144718P.kato@gneiss.eps.nagoya-u.ac.jp> In-Reply-To: Your message of "Fri, 21 Jan 2000 17:40:11 %2B0900" <20000121174011G.kato@gneiss.eps.nagoya-u.ac.jp> References: <20000121174011G.kato@gneiss.eps.nagoya-u.ac.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <kato@ganko.eps.nagoya-u.ac.jp> | 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000124144718P.kato>