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

Re: snapshot 20021119ts



>(2) serial からの入力でとりこぼしがある。

どうも DMA コントローラーのバグのような気がしてきました。ちゃんと
ステータスを更新してくれていない…。
以下のパッチでたぶん大丈夫です。

*** zs.c~	Tue Nov 12 00:44:02 2002
--- zs.c	Tue Nov 12 00:44:11 2002
***************
*** 683,692 ****
--- 683,694 ----
  		msg = "receive buffer overflow";
  		len = 0;
  	}
+ #if 0
  	if (status1 == 0) {
  		/* msg = "bad status"; */
  		len = 0;
  	}
+ #endif
  
  	p += len;			/* p = free area */
  	if (p >= endp)