From owner-FreeBSD-users-jp@jp.freebsd.org  Mon Apr  6 12:11:07 1998
Received: by jaz.jp.freebsd.org (8.8.8+3.0Wbeta7/8.7.3) id MAA25526
	Mon, 6 Apr 1998 12:11:07 +0900 (JST)
Received: by jaz.jp.freebsd.org (8.8.8+3.0Wbeta7/8.7.3) with ESMTP id MAA25520
	for <FreeBSD-users-jp@jp.freebsd.org>; Mon, 6 Apr 1998 12:11:05 +0900 (JST)
Received: by spiral.secom-sis.co.jp id <27777>; Mon, 6 Apr 1998 12:08:25 +0900
To: FreeBSD-users-jp@jp.freebsd.org
from: yoshiaki@kt.rim.or.jp
In-Reply-To: Your message of "Mon, 6 Apr 1998 11:26:58 +0900 (JST)"
	<199804060226.LAA01615@nadia.pes.com1.fc.nec.co.jp>
References: <199804060226.LAA01615@nadia.pes.com1.fc.nec.co.jp>
X-Mailer: Mew version 1.92 on Emacs 19.28 / Mule 2.3 (SUETSUMUHANA)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Message-Id: <98Apr6.120825jst.27777@spiral.secom-sis.co.jp>
Date: Mon, 6 Apr 1998 12:10:46 +0900
X-Dispatcher: imput version 971024
Lines: 51
Reply-To: FreeBSD-users-jp@jp.freebsd.org
Precedence: bulk
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=24]
X-Sequence: FreeBSD-users-jp 26912
Subject: [FreeBSD-users-jp 26912] Re: CS4232 can't use
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org

$B$&$A$+$o$G$9(B

>>> oota toshiya <oota@pes.com1.fc.nec.co.jp> $B$5$s$h$j(B
>>> Mon, 6 Apr 1998 11:26:58 +0900 (JST)
>>> Message-ID: <199804060226.LAA01615@nadia.pes.com1.fc.nec.co.jp>
 > 
 > $B$3$3$r(B0$B$H(B1$B$r;XDj$7$F$bF1$8$G$7$?!#(B

pnp $B$GG'<1$5$;$?>l9g$OB?J,4X78$J$$$H$$$&$N$,@5$7$$$G$7$g$&!#(B

 > kernel$B$+$i=P$5$l$F$$$k$H;W$o$l$k(B tsleep = -1 $B$N0UL#$,$o$+$l$P!"(B
 > $B$=$3$rDI$C$+$1$i$l$k$s$G$9$,!"$I$J$?$+$4B8CN$J$$$G$7$g$&$+!#(B

$B%I%i%$%P%=!<%9$KBP$7$F%(%i!<%a%C%;!<%8$N0lIt$r(B grep $B$7$F$_$k$H$+!#(B

$B!t(Bquick hack $B$N;~$K$O7k9=Lr$KN)$DJ}K!$@$H;W$$$^$9$,(B
$B$A$J$_$K(B

/*
 * General sleep call.  Suspends the current process until a wakeup is
 * performed on the specified identifier.  The process will then bemade
 * runnable with the specified priority.  Sleeps at most timo/hzseconds
 * (0 means no timeout).  If pri includes PCATCH flag, signals arechecked
 * before and after sleeping, else signals are not checked.  Returns 0 if
 * awakened, EWOULDBLOCK if the timeout expires.  If PCATCH is set and a
 * signal needs to be delivered, ERESTART is returned if the currentsystem
 * call should be restarted if possible, and EINTR is returned if thesystem
 * call should be interrupted by the signal (return EINTR).
 */
int
tsleep(ident, priority, wmesg, timo)
        void *ident;
        int priority, timo;
        char *wmesg;

$B!t%I%i%$%P4X78$G$ONI$/;H$o$l$k4X?t$J$N$G3P$($F$*$/$3$H(B ;-)

$B>I>u$r$_$k$H!"3d$j9~$_$NLdBj$/$5$$$N$G$9$,!"$H$j$"$($:0J2<$N%A%'%C%/$r!#(B

timidity $B$d(B mpg123 $B$"$k$$$O(B cp hoge.au >/dev/audio $B$OF0$/$+(B
$B!t(BEmiclock $B$OF0$+$J$$$1$IB>$NJ*$,F0$/>l9g$b$"$C$?$h$&$J(B($B<+?.L5$7(B)

link $B$N$O$jD>$7$O(B?
pnp $B$N<+F0G'<1$N>l9g$O(B
  /dev/audio1 -> /dev/audio, /dev/dsp1 -> /dev/dsp, /dev/mixer1 -> /dev/mixer

$B$J$I(B
$B!t(B4232 $B$@$H(B current $B$N(B sound $B%I%i%$%P$r;H$C$?J}$,9,$;$+$b(B
----
  yoshiaki@kt.rim.or.jp
 ($B$&(B)
