Subject: Re: kern/32442: improved midi(4) input state machine and debug hooks
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Chapman Flack <nbgnats@anastigmatix.net>
List: netbsd-bugs
Date: 01/04/2006 15:15:04
The following reply was made to PR kern/32442; it has been noted by GNATS.

From: Chapman Flack <nbgnats@anastigmatix.net>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: kern/32442: improved midi(4) input state machine and debug hooks
Date: Wed, 04 Jan 2006 10:19:03 -0500

 I have updated the patch file at the link above. Now also fixes a
 small bug in midi_unit_count (was returning the array size, which
 could overestimate number of actual units, and sequencer was using
 it to try to open bogus things) - didn't seem worth a separate PR.
 The counters of dropped bytes and messages now use evcnt. I had
 overlooked a possible protocol error in the state machine; fixed.