Module Name: src
Committed By: mrg
Date: Sun Mar 1 00:34:14 UTC 2015
Modified Files:
src/sys/dev: midi_if.h
Log Message:
fix some comments about MP midi.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/midi_if.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/midi_if.h
diff -u src/sys/dev/midi_if.h:1.26 src/sys/dev/midi_if.h:1.27
--- src/sys/dev/midi_if.h:1.26 Sun Dec 21 22:21:03 2014
+++ src/sys/dev/midi_if.h Sun Mar 1 00:34:14 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: midi_if.h,v 1.26 2014/12/21 22:21:03 mrg Exp $ */
+/* $NetBSD: midi_if.h,v 1.27 2015/03/01 00:34:14 mrg Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -50,11 +50,11 @@ struct midi_info {
*
* METHOD INTR NOTES
* ----------------------- ------- -------------------------
- * open held
- * close held
- * output held
- * getinfo held Called at attach time
- * ioctl held
+ * open -
+ * close -
+ * output -
+ * getinfo - Called at attach time
+ * ioctl -
* get_locks - Called at attach time
*/