Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Takuya SHIOZAKI <tshiozak@netbsd.org>
List: source-changes
Date: 01/31/2001 01:02:18
Module Name: syssrc
Committed By: tshiozak
Date: Tue Jan 30 23:02:18 UTC 2001
Modified Files:
syssrc/sys/dev: midi.c
Log Message:
some changes for midi_start_output() under PROP_OUT_INTR devices.
- protect the buffer even though ointr occur until exiting
from hw_if->output().
- allow this function to send multiple bytes to hw_if->output()
at the same time. it's necessary for umidi.
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 syssrc/sys/dev/midi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.