6 Oct 2006 08:45
Re: evbppc reserved-tlb cleanup
FUKAUMI Naoki <naoki <at> fukaumi.org>
2006-10-06 06:45:57 GMT
2006-10-06 06:45:57 GMT
Hi Jachym Holecek, http://mail-index.netbsd.org/port-powerpc/2006/09/24/0000.html http://mail-index.netbsd.org/port-powerpc/2006/09/24/0006.html These two patch is not enough for OpenBlockS266. I've added following fixes, - change arch/powerpc/ibm4xx/openbios/locore.S too for OBS266 - use OBS405_CONADDR instead of 0xef000000 - don't call consinit() in obs2{00,66}_machdep.c because consinit() is already called in ibm4xx_init() (but I'm not sure which place is good) - do bus_space_map() to get bus space handle in emacs_attach() (!!!) then OpenBlockS266 boots correctly. Attached patch is your 2 patch + my fixes. s/0x74000000/BASE_ISA/ is not included. (sorry) -- FUKAUMI Naoki
diff -ur src.orig/sys/arch/evbppc/explora/machdep.c src/sys/arch/evbppc/explora/machdep.c --- src.orig/sys/arch/evbppc/explora/machdep.c 2006-09-19 07:05:47.000000000 +0900 +++ src/sys/arch/evbppc/explora/machdep.c 2006-10-06 13:49:44.000000000 +0900 <at> <at> -134,26 +134,6 <at> <at> #endif /* DDB */(Continue reading)
RSS Feed