Subject: auich_halt_pipe: halt took 100 cycles
To: None <current-users@netbsd.org>
From: Rui-Xiang Guo <rxg@myrealbox.com>
List: current-users
Date: 03/30/2005 16:12:45
Hi, all.
I play mp3 file on -current -
NetBSD bee 3.99.1 NetBSD 3.99.1 (BEE) #0: Fri Mar 25 12:15:40 CST 2005  rxg@bee:/usr/obj/sys/arch/i386/compile/BEE i386

And I have auich device. When it finished playing, it always showed such
message -
auich_halt_pipe: halt took 100 cycles

Then I take a look into auich.c -
[...]
#if 1
        if (i > 0)
                printf("auich_halt_pipe: halt took %d cycles\n", i);
#endif
[...]

Is this debug message necessary? The condiction is always true.

-rxg