[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: -current sun4c weirdness
持田@NETside です。
> ncr53c9x_select() の最初のところの selatn3 を無条件に 0 にして
> ESP100A でも SELATN3 使わず SELATNS 使うようにすると
> 何か変わるでしょうか。(error message, core dump 有無とも)
--- dev/ic/ncr53c9x.c.ORIG Sun Jan 21 00:09:28 2001
+++ dev/ic/ncr53c9x.c Tue Apr 3 02:43:32 2001
@@ -579,7 +579,8 @@
int tiflags = ti->flags;
u_char *cmd;
int clen;
- int selatn3 = 1;
+ /* int selatn3 = 1; */
+ int selatn3 = 0;
int selandstop = 0;
size_t dmasize;
こういうこと↑でいいんですよね? なんにも変わらないです。
これでできたカーネルで上げてカーネルコンパイルしながら
ソースツリーを書いたり消したりしましたが、エラーらしきものは
でません。普通にコンパイルが終りました。
dmesg もほとんど変わりません。
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
-NetBSD 1.5T (OXI1) #0: Mon Apr 2 15:14:50 JST 2001
- mochid@fir:/amd/cedar/var/ex/home/cedar/ftptop/pub/NetBSD/NetBSD-current/src/sys/arch/sparc/compile/OXI1
+NetBSD 1.5T (OXI1) #2: Tue Apr 3 03:06:34 JST 2001
+ mochid@oxi:/var/tmp/sys-20010328/arch/sparc/compile/OXI1
total memory = 32624 KB
-avail memory = 28608 KB
+avail memory = 28612 KB
using 128 buffers containing 512 KB of memory
--
持田 修司 NETside Technologies Inc.
-- Do not crack your dream. Be MI by NetBSD --