Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!swrinde!emory!mephisto!udel!mmdf From: UPSYF173%DBIUNI11.BITNET@cunyvm.cuny.edu (Wolfgang Thiel) Newsgroups: comp.os.minix Subject: Re: ST Patch 2 Message-ID: <31453@nigel.ee.udel.edu> Date: 25 Sep 90 07:30:54 GMT Sender: usenet@ee.udel.edu Lines: 6 There are minor bugs still: stdskclk.c : missing TRACE() around printf("..ICD Clock returned....") stdma.c : in dmacomm():2 lines: while(--delay>0); but delay is not reset to the original value before the second while, so the 2nd loop doesn't delay at all.