Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [chap-midi] src/sys/dev
Module Name: src
Committed By: chap
Date: Thu Jun 22 03:53:44 UTC 2006
Modified Files:
src/sys/dev [chap-midi]: midictl.c midictl.h
Log Message:
Now with non-proplib-backed store, as proplib (undocumentedly) relies on
never being called in interrupt context.
This store implementation will also use memory a bit more economically
than the proplib version, and inserts are amortized O(1) rather than O(n).
I was ready to live with a bit of inefficiency for the sake of code reuse,
but if proplib can't be used anyway, may as well use the opportunity to
improve some.
To generate a diff of this commit:
cvs rdiff -r1.1.2.3 -r1.1.2.4 src/sys/dev/midictl.c src/sys/dev/midictl.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index