Module Name: src Committed By: mrg Date: Sun Dec 21 22:21:03 UTC 2014
Modified Files: src/sys/dev: midi_if.h Log Message: fix the midi_if documentation to properly describe the locks that will be held during various operations. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 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.25 src/sys/dev/midi_if.h:1.26 --- src/sys/dev/midi_if.h:1.25 Mon Apr 9 10:18:16 2012 +++ src/sys/dev/midi_if.h Sun Dec 21 22:21:03 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: midi_if.h,v 1.25 2012/04/09 10:18:16 plunky Exp $ */ +/* $NetBSD: midi_if.h,v 1.26 2014/12/21 22:21:03 mrg Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -50,11 +50,11 @@ struct midi_info { * * METHOD INTR NOTES * ----------------------- ------- ------------------------- - * open - - * close - - * output - - * getinfo - Called at attach time - * ioctl - + * open held + * close held + * output held + * getinfo held Called at attach time + * ioctl held * get_locks - Called at attach time */