CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/19 16:23:54
Modified files:
sys/dev : midi.c midivar.h
Log message:
Remove SIGIO support. The audio(4) driver doesn't implement it either and
the preferred method to access MIDI hardware is through sndiod(8) which
doesn't use it.
Fixes a potential issue with a stale struct proc pointer found by Ilja van
Sprundel.
ok deraadt@, ratchov@
