Up to [cvs.NetBSD.org] / src / sys / dev / ic
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.39 / (download) - annotate - [select for diffs], Mon Apr 9 10:18:16 2012 UTC (14 months, 1 week ago) by plunky
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
khorben-n900,
jmcneill-usbmp-base9,
jmcneill-usbmp-base10,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.38: +7 -8
lines
Diff to previous 1.38 (colored)
Tidy up a little, the way that midi attachment code works - change midi_attach() to omit the 'parent' arg (there are only two callers of this and it is not used) - change midisyn_attach() to midisyn_init(), so not needing a midi_softc, and fix the midi_pcppi driver to set hw_if and hw_hdl directly in its midi_softc before calling midi_attach() - add a device_t to opl_softc structure, change opl drivers to store the device 'self' in opl_softc and fix opl_attach() to use this opl_softc->dev field directly rather than a field in an otherwise unused midi_softc - remove unnecessary midi_softc from opl and cms drivers (child device provides that) reviewed by mrg
Revision 1.38 / (download) - annotate - [select for diffs], Wed Nov 23 23:07:32 2011 UTC (18 months, 3 weeks ago) by jmcneill
Branch: MAIN
CVS Tags: netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base
Branch point for: jmcneill-usbmp
Changes since 1.37: +44 -10
lines
Diff to previous 1.37 (colored)
Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From the original ad-audiomp branch notes: Add MP locking to the audio drivers. Making the audio drivers MP safe is necessary before efforts can be made to make the VM system MP safe. The are two locks per device instance, an ISR lock and a character device lock. The ISR lock replaces calls to splaudio()/splx(), and will be held across calls to device methods which were called at splaudio() before (e.g. trigger_output). The character device lock is held across calls to nearly all of the methods, excluding some only used for initialization, e.g. get_locks. Welcome to 5.99.57.
Revision 1.37 / (download) - annotate - [select for diffs], Tue Sep 1 21:48:02 2009 UTC (3 years, 9 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-nfs-mp-base9,
yamt-nfs-mp-base8,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
uebayasi-xip-base,
uebayasi-xip,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
rmind-uvmplock,
matt-premerge-20091211,
matt-mips64-premerge-20101231,
jym-xensuspend-nbase,
jruoho-x86intr-base,
jruoho-x86intr,
jmcneill-audiomp3-base,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache,
jmcneill-audiomp3
Changes since 1.36: +6 -5
lines
Diff to previous 1.36 (colored)
aprint-ify
Revision 1.36 / (download) - annotate - [select for diffs], Sat Mar 14 21:04:20 2009 UTC (4 years, 3 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base,
jymxensuspend-base,
jym-xensuspend-base
Changes since 1.35: +3 -6
lines
Diff to previous 1.35 (colored)
ANSIfy another 1261 function definitions. The only ones left in sys are beyond by sed script! (or in sys/dist or sys/external) Mostly they have function pointer parameters.
Revision 1.35 / (download) - annotate - [select for diffs], Sat Mar 14 15:36:17 2009 UTC (4 years, 3 months ago) by dsl
Branch: MAIN
Changes since 1.34: +12 -32
lines
Diff to previous 1.34 (colored)
Change about 4500 of the K&R function definitions to ANSI ones. There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.)
Revision 1.34 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:51 2008 UTC (5 years, 1 month ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-nfs-mp-base2,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
nick-hppapmap-base2,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
hpcarm-cleanup-nbase,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
haad-dm,
ad-audiomp2-base
Branch point for: nick-hppapmap,
jym-xensuspend,
ad-audiomp2
Changes since 1.33: +2 -9
lines
Diff to previous 1.33 (colored)
Remove clause 3 and 4 from TNF licenses
Revision 1.33 / (download) - annotate - [select for diffs], Tue Mar 4 21:56:11 2008 UTC (5 years, 3 months ago) by cube
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
ad-socklock-base1
Branch point for: yamt-pf42,
yamt-nfs-mp
Changes since 1.32: +4 -4
lines
Diff to previous 1.32 (colored)
Split device_t/softc for midi(4), and other related cosmetic changes.
Revision 1.32 / (download) - annotate - [select for diffs], Fri Oct 19 11:59:58 2007 UTC (5 years, 8 months ago) by ad
Branch: MAIN
CVS Tags: yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
mjf-devfs,
matt-armv6-base,
jmcneill-pm-base,
jmcneill-base,
hpcarm-cleanup-base,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-nbase,
bouyer-xeni386-merge1,
bouyer-xeni386-base,
bouyer-xeni386,
bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: mjf-devfs2,
keiichi-mipv6
Changes since 1.31: +4 -4
lines
Diff to previous 1.31 (colored)
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
Revision 1.31 / (download) - annotate - [select for diffs], Thu Nov 16 01:32:52 2006 UTC (6 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
yamt-idlelwp-base8,
yamt-idlelwp,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
vmlocking-base,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup,
post-newlock2-merge,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
newlock2-nbase,
newlock2-base,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
mjf-ufs-trans-base,
mjf-ufs-trans,
matt-nb4-arm-base,
matt-nb4-arm,
matt-mips64-base,
matt-mips64,
hpcarm-cleanup,
ad-audiomp-base,
ad-audiomp
Branch point for: vmlocking,
matt-armv6,
jmcneill-pm,
bouyer-xenamd64
Changes since 1.30: +6 -6
lines
Diff to previous 1.30 (colored)
__unused removal on arguments; approved by core.
Revision 1.30 / (download) - annotate - [select for diffs], Thu Oct 12 01:31:01 2006 UTC (6 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.29: +6 -10
lines
Diff to previous 1.29 (colored)
- sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
Revision 1.29 / (download) - annotate - [select for diffs], Sun Sep 3 20:59:18 2006 UTC (6 years, 9 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base,
yamt-pdpolicy-base9,
rpaulo-netinet-merge-pcb-base
Branch point for: yamt-splraiseipl,
newlock2
Changes since 1.28: +24 -24
lines
Diff to previous 1.28 (colored)
add missing initializers
Revision 1.28 / (download) - annotate - [select for diffs], Thu Aug 17 17:11:28 2006 UTC (6 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pdpolicy-base8
Changes since 1.27: +4 -5
lines
Diff to previous 1.27 (colored)
Fix all the -D*DEBUG* code that it was rotting away and did not even compile. Mostly from Arnaud Lacombe, many thanks!
Revision 1.27 / (download) - annotate - [select for diffs], Sat Aug 12 00:34:39 2006 UTC (6 years, 10 months ago) by nakayama
Branch: MAIN
Changes since 1.26: +4 -4
lines
Diff to previous 1.26 (colored)
Avoid gcc4 warnings; voice is unsigned so no need to check "voice < 0".
Revision 1.26 / (download) - annotate - [select for diffs], Fri Jun 30 13:56:25 2006 UTC (6 years, 11 months ago) by chap
Branch: MAIN
CVS Tags: yamt-pdpolicy-base7,
abandoned-netbsd-4-base
Branch point for: abandoned-netbsd-4
Changes since 1.25: +215 -184
lines
Diff to previous 1.25 (colored)
Ankh-Morpork, we have a MIDI driver.... Merge from chap-midi branch, after ~month for review Comments by thorpej@ drochner@ and Alexandre Ratchov Incorporated: points by thorpej@ drochner@; preliminary support for a stats-collecting ioctl suggested by martin@ from comments by A.R. PR kern/32441 kern/32442 kern/32567 kern/32588 kern/32694 kern/33590 kern/33614 and one instance of kern/32651 ok martin@
Revision 1.25 / (download) - annotate - [select for diffs], Fri Jun 9 21:55:33 2006 UTC (7 years ago) by christos
Branch: MAIN
CVS Tags: yamt-pdpolicy-base6,
gdamore-uart-base,
chap-midi-nbase,
chap-midi-base
Branch point for: gdamore-uart
Changes since 1.24: +18 -2
lines
Diff to previous 1.24 (colored)
stack police: Introduce an opl_match function that uses malloc instead of allocating ~2K of softc on the stack.
Revision 1.24 / (download) - annotate - [select for diffs], Wed Mar 29 04:16:49 2006 UTC (7 years, 2 months ago) by thorpej
Branch: MAIN
CVS Tags: yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
simonb-timecounters-base,
elad-kernelauth-base
Branch point for: chap-midi
Changes since 1.23: +3 -3
lines
Diff to previous 1.23 (colored)
Use device_cfdata().
Revision 1.23 / (download) - annotate - [select for diffs], Sun Dec 11 12:21:28 2005 UTC (7 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5,
yamt-uio_vmspace,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
peter-altq-base
Branch point for: yamt-pdpolicy,
simonb-timecounters,
rpaulo-netinet-merge-pcb,
peter-altq,
elad-kernelauth
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
merge ktrace-lwp.
Revision 1.22 / (download) - annotate - [select for diffs], Fri Feb 4 02:10:37 2005 UTC (8 years, 4 months ago) by perry
Branch: MAIN
CVS Tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
yamt-km-base4,
yamt-km-base3,
yamt-km-base2,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
matt-timespec,
ktrace-lwp-base,
kent-audio2-base
Branch point for: yamt-lazymbuf
Changes since 1.21: +19 -19
lines
Diff to previous 1.21 (colored)
de-__P
Revision 1.21 / (download) - annotate - [select for diffs], Thu Apr 22 00:17:11 2004 UTC (9 years, 1 month ago) by itojun
Branch: MAIN
CVS Tags: yamt-km-base,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: yamt-km,
kent-audio2
Changes since 1.20: +4 -3
lines
Diff to previous 1.20 (colored)
sprintf -> snprintf
Revision 1.20 / (download) - annotate - [select for diffs], Thu Dec 4 13:57:30 2003 UTC (9 years, 6 months ago) by keihan
Branch: MAIN
CVS Tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2
Changes since 1.19: +3 -3
lines
Diff to previous 1.19 (colored)
netbsd.org -> NetBSD.org This was the last commit of this kind to src/sys, which is now totally "NetBSD.org clean". Thanks for the patiance, and sorry for all the commits.
Revision 1.19 / (download) - annotate - [select for diffs], Sun Nov 2 11:07:45 2003 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.18: +3 -3
lines
Diff to previous 1.18 (colored)
Fix some typos. From Tom Cosgrove via jmc@openbsd.
Revision 1.18 / (download) - annotate - [select for diffs], Sun Feb 9 09:28:21 2003 UTC (10 years, 4 months ago) by itohy
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.17: +20 -19
lines
Diff to previous 1.17 (colored)
- init panpot at reset - whitespace police
Revision 1.17 / (download) - annotate - [select for diffs], Tue Nov 13 13:14:42 2001 UTC (11 years, 7 months ago) by lukem
Branch: MAIN
CVS Tags: newlock-base,
newlock,
netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6,
nathanw_sa_before_merge,
nathanw_sa_base,
kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge,
ifpoll-base,
ifpoll,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
gehenna-devsw-base,
gehenna-devsw,
fvdl_fs64_base,
eeh-devprop-base,
eeh-devprop
Changes since 1.16: +4 -1
lines
Diff to previous 1.16 (colored)
add/cleanup RCSID
Revision 1.16 / (download) - annotate - [select for diffs], Sun Nov 4 06:44:31 2001 UTC (11 years, 7 months ago) by itohy
Branch: MAIN
CVS Tags: thorpej-mips-cache-base
Changes since 1.15: +16 -6
lines
Diff to previous 1.15 (colored)
Introduce "flags 1", which causes left and right channels swapped.
Revision 1.15 / (download) - annotate - [select for diffs], Tue Oct 23 17:58:15 2001 UTC (11 years, 7 months ago) by augustss
Branch: MAIN
Branch point for: thorpej-mips-cache
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Make it compile with debug on.
Revision 1.14 / (download) - annotate - [select for diffs], Tue Oct 23 13:09:43 2001 UTC (11 years, 7 months ago) by itohy
Branch: MAIN
Changes since 1.13: +19 -8
lines
Diff to previous 1.13 (colored)
Support panpot on OPL3. Now this device is a stereo instrument.
Revision 1.13 / (download) - annotate - [select for diffs], Sat Sep 29 13:56:04 2001 UTC (11 years, 8 months ago) by augustss
Branch: MAIN
CVS Tags: thorpej-devvp-base3,
thorpej-devvp-base2
Changes since 1.12: +16 -2
lines
Diff to previous 1.12 (colored)
Add a detach function (from Jared D. McNeill).
Revision 1.12 / (download) - annotate - [select for diffs], Thu Jan 18 20:28:18 2001 UTC (12 years, 5 months ago) by jdolecek
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base,
thorpej-devvp-base,
pre-chs-ubcperf,
post-chs-ubcperf
Branch point for: thorpej-devvp,
nathanw_sa,
kqueue
Changes since 1.11: +5 -5
lines
Diff to previous 1.11 (colored)
constify
Revision 1.11 / (download) - annotate - [select for diffs], Sat Aug 12 22:24:26 2000 UTC (12 years, 10 months ago) by augustss
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Fix spelling in comment.
Revision 1.10 / (download) - annotate - [select for diffs], Tue Oct 5 03:29:22 1999 UTC (13 years, 8 months ago) by itohy
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
wrstuden-devbsize,
netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5,
minoura-xpg4dl-base,
minoura-xpg4dl,
fvdl-softdep-base,
fvdl-softdep,
comdex-fall-1999-base,
comdex-fall-1999,
chs-ubc2-newbase
Branch point for: thorpej_scsipi
Changes since 1.9: +9 -1
lines
Diff to previous 1.9 (colored)
Add power control hooks.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Oct 4 19:31:39 1999 UTC (13 years, 8 months ago) by augustss
Branch: MAIN
Changes since 1.8: +21 -6
lines
Diff to previous 1.8 (colored)
Implement program change. From Martin Cernohorsky <cerno@ics.muni.cz>.
Revision 1.8 / (download) - annotate - [select for diffs], Sun May 23 16:07:04 1999 UTC (14 years, 1 month ago) by augustss
Branch: MAIN
CVS Tags: chs-ubc2-base
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Update doc URL.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Dec 8 14:26:56 1998 UTC (14 years, 6 months ago) by augustss
Branch: MAIN
CVS Tags: netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4,
kenh-if-detach-base,
kenh-if-detach,
kame_14_19990705,
kame_14_19990628,
kame_141_19991130,
kame
Branch point for: chs-ubc2
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Make the OPL information string more informative.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Nov 25 22:17:06 1998 UTC (14 years, 6 months ago) by augustss
Branch: MAIN
Changes since 1.5: +3 -2
lines
Diff to previous 1.5 (colored)
Make the copyright header conform to the NetBSD template.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Sep 13 04:41:34 1998 UTC (14 years, 9 months ago) by mycroft
Branch: MAIN
CVS Tags: chs-ubc-base,
chs-ubc
Changes since 1.4: +4 -7
lines
Diff to previous 1.4 (colored)
Make sure all voices are deallocated on close.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Aug 26 13:08:10 1998 UTC (14 years, 9 months ago) by augustss
Branch: MAIN
Changes since 1.3: +45 -37
lines
Diff to previous 1.3 (colored)
Do some renaming of registers and make sure we get sound in both channels on OPL3.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Aug 26 12:10:22 1998 UTC (14 years, 9 months ago) by augustss
Branch: MAIN
Changes since 1.2: +20 -15
lines
Diff to previous 1.2 (colored)
Make the OPL driver turn on the sound on sound cards that require it. That makes it much more likely that we get any sound. DUH!
Revision 1.2 / (download) - annotate - [select for diffs], Sat Aug 22 22:54:11 1998 UTC (14 years, 10 months ago) by augustss
Branch: MAIN
Changes since 1.1: +5 -4
lines
Diff to previous 1.1 (colored)
Change debug output.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Aug 17 21:16:12 1998 UTC (14 years, 10 months ago) by augustss
Branch: MAIN
* Redo the way the way the MIDI driver attaches to audio devices. * Improve the midisyn layer a little. * Add a driver for the Yamaha OPL[23] FM synths. The opl driver is not finished yet; it sounds pretty awful. For some strange reason I cannot get any FM sound from my SB64 cards, but a regular SB16 works fine.