[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[pbsd-mg2] Re: presario 213



> #でも、カーネルがうまくうごかないっす。ディレクトリが壊れていると
> #いわれます。ディレクトリは壊れていません。
> #printf("xxx") を入れるとエラーの箇所がかわってしまうっす。
> #最大の難関かも。

以下の、すごくひどいパッチを当てて、どうなるか教えてください。_o_

------------------------------------------------------------------------
--- arch/mips/include/mips3_pte.h-	Thu Feb 11 20:37:23 1999
+++ arch/mips/include/mips3_pte.h	Fri Mar 26 15:27:23 1999
@@ -91,7 +91,11 @@
 #define	MIPS3_PG_M	0x00000004	/* Dirty; i.e. writable */
 #define	MIPS3_PG_ATTR	0x0000003f
 #define	MIPS3_PG_UNCACHED 0x00000010
+#if 0
 #define	MIPS3_PG_CACHED	0x00000018	/* Cacheable noncoherent */
+#else
+#define	MIPS3_PG_CACHED MIPS3_PG_UNCACHED	/* XXX: brain damaged!!! */
+#endif
 #define	MIPS3_PG_CACHEMODE 0x00000038
 /* Write protected */
 #define	MIPS3_PG_ROPAGE	(MIPS3_PG_V | MIPS3_PG_RO | MIPS3_PG_CACHED)
------------------------------------------------------------------------

もしも、これで直ったらごめんなさい。もっと早くに言っておかなきゃいけま
せんでした。
--
soda