Module Name: src Committed By: riastradh Date: Sat Oct 28 04:16:04 UTC 2017
Modified Files: src/sys/dev: sequencer.c Log Message: Back out extern struct cfdriver -> ioconf.h change to sequencer.c. This broke the module build, because it needs midi_cd which is defined in another module and not declared by the ioconf.h generated from sequencer.ioconf. But... It also needs sequencer_cd, which is _also_ not declared by the ioconf.h generated from sequencer.ioconf, nor defined in the ioconf.c generated from sequencer.ioconf. Did this ever work??? To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/dev/sequencer.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.