CVS log for src/sys/dev/ic/opl.c
Up to [cvs.NetBSD.org] / src / sys / dev / ic
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed May 10 21:30:50 2023 UTC (2 years ago) by riastradh
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +7 -6
lines
opl(4): Use config_detach_children.
Revision 1.42.18.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:07:11 2019 UTC (5 years, 11 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.42: preferred, colored; next MAIN 1.43: preferred, colored
Changes since revision 1.42: +3 -3
lines
Sync with HEAD
Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed May 8 13:40:18 2019 UTC (6 years ago) by isaki
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
netbsd-10-base,
netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -3
lines
Merge isaki-audio2 branch, the overhaul of audio subsystem.
- Interrupt-oriented system rather than thread-oriented.
- Improve stability, quality and performance.
- Split playback and record cleanly. Improve halfduplex support.
- Many bugs are fixed including deadlocks, resource leaks, abuses, etc.
- Simplify audio filter mechanism. The encoding/channels/frequency
conversions are completely handled in the upper layer. So the hard-
ware driver only converts its hardware encoding (if necessary).
- audio_hw_if changes:
- Obsoletes query_encoding and add query_format instead.
- Obsoletes set_params and add set_format instead.
- Remove drain, setfd, mappage.
- The call sequences are changed.
- ioctl AUDIO_GETFD/SETFD, AUDIO_GETCHAN/SETCHAN are obsoleted.
- ioctl AUDIO_{QUERY,GET,SET}FORMAT are introduced.
- cleanup config attributes: au*conv and mulaw.
- All hardware drivers should follow it (I've done as much as possible).
Some file paths are changed:
- dev/audio.c -> dev/audio/audio.c (rewritten)
- dev/audiovar.h -> dev/audio/audiovar.h
- dev/audio_dai.h -> dev/audio/audio_dai.h
- dev/audio_if.h -> dev/audio/audio_if.h
- dev/audiobell.c -> dev/audio/audiobell.c
- dev/audiobellvar.h -> dev/audio/audiobellvar.h
- dev/mulaw.[ch] -> dev/audio/mulaw.[ch] + dev/audio/alaw.c
Revision 1.42.22.1: download - view: text, markup, annotated - select for diffs
Sat May 4 07:20:10 2019 UTC (6 years ago) by isaki
Branches: isaki-audio2
Diff to: previous 1.42: preferred, colored; next MAIN 1.43: preferred, colored
Changes since revision 1.42: +3 -3
lines
Move dev/audio_if.h -> dev/audio/audio_if.h
Revision 1.39.2.2: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:37:03 2017 UTC (7 years, 5 months ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.39.2.1: preferred, colored; branchpoint 1.39: preferred, colored; next MAIN 1.40: preferred, colored
Changes since revision 1.39.2.1: +14 -15
lines
update from HEAD
Revision 1.40.10.2: download - view: text, markup, annotated - select for diffs
Wed Oct 5 20:55:41 2016 UTC (8 years, 7 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.40.10.1: preferred, colored; branchpoint 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40.10.1: +14 -15
lines
Sync with HEAD
Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Jul 14 10:19:06 2016 UTC (8 years, 10 months ago) by msaitoh
Branches: MAIN
CVS tags: tls-maxphys-base-20171202,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
nick-nhusb-base-20170204,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
jdolecek-ncqfixes-base,
jdolecek-ncqfixes,
jdolecek-ncq-base,
jdolecek-ncq,
isaki-audio2-base,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: phil-wifi,
isaki-audio2
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +14 -15
lines
- Use aprint*() more in xxx_attach().
- Add missing aprint_naive("\n").
- Remove extra spaces and tabs.
- KNF.
Revision 1.40.10.1: download - view: text, markup, annotated - select for diffs
Sat Jul 9 20:25:02 2016 UTC (8 years, 10 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +4 -4
lines
Sync with HEAD
Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Jul 7 06:55:41 2016 UTC (8 years, 10 months ago) by msaitoh
Branches: MAIN
CVS tags: nick-nhusb-base-20160907
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +4 -4
lines
KNF. Remove extra spaces. No functional change.
Revision 1.39.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:03:38 2014 UTC (10 years, 8 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +5 -4
lines
Rebase to HEAD as of a few days ago.
Revision 1.37.12.2: download - view: text, markup, annotated - select for diffs
Thu May 22 11:40:22 2014 UTC (10 years, 11 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.37.12.1: preferred, colored; branchpoint 1.37: preferred, colored; next MAIN 1.38: preferred, colored
Changes since revision 1.37.12.1: +5 -4
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Jun 28 14:48:17 2013 UTC (11 years, 10 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
rmind-smpnet-nbase,
rmind-smpnet-base,
rmind-smpnet,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
nick-nhusb-base-20151226,
nick-nhusb-base-20150921,
nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7
Branch point for: nick-nhusb
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +5 -4
lines
avoid undefined behavior
http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html
Revision 1.38.2.1: download - view: text, markup, annotated - select for diffs
Sun Apr 29 23:04:50 2012 UTC (13 years ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.38: preferred, colored; next MAIN 1.39: preferred, colored
Changes since revision 1.38: +7 -8
lines
sync to latest -current.
Revision 1.37.12.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:07:35 2012 UTC (13 years, 1 month ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +46 -13
lines
sync with head
Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Apr 9 10:18:16 2012 UTC (13 years, 1 month ago) by plunky
Branches: MAIN
CVS tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
khorben-n900,
jmcneill-usbmp-base9,
jmcneill-usbmp-base10,
agc-symver-base,
agc-symver
Branch point for: tls-maxphys
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +7 -8
lines
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 - view: text, markup, annotated - select for diffs
Wed Nov 23 23:07:32 2011 UTC (13 years, 5 months ago) by jmcneill
Branches: 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-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
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
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +44 -10
lines
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.14.2: download - view: text, markup, annotated - select for diffs
Sun Nov 20 08:39:59 2011 UTC (13 years, 5 months ago) by mrg
Branches: jmcneill-audiomp3
Diff to: previous 1.37.14.1: preferred, colored; branchpoint 1.37: preferred, colored; next MAIN 1.38: preferred, colored
Changes since revision 1.37.14.1: +3 -3
lines
XXX: don't KASSERT() if sc->lock is NULL, this is going to happen
XXX: during autoconfig match() where we've faked up a sc anyway.
Revision 1.37.14.1: download - view: text, markup, annotated - select for diffs
Sat Nov 19 21:49:37 2011 UTC (13 years, 5 months ago) by jmcneill
Branches: jmcneill-audiomp3
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +44 -10
lines
port ad-audiomp2 branch changes to 5.99.56
todo:
- port ad-audiomp2 pcppi changes
- these drivers need to be fixed:
- emuxki
- gcscaudio
- hdafg
- uaudio
- umidi
- MD audio drivers
Revision 1.33.4.3: download - view: text, markup, annotated - select for diffs
Wed Sep 16 13:37:48 2009 UTC (15 years, 8 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.33.4.2: preferred, colored; branchpoint 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33.4.2: +6 -5
lines
sync with head
Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Sep 1 21:48:02 2009 UTC (15 years, 8 months ago) by jmcneill
Branches: 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
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +6 -5
lines
aprint-ify
Revision 1.34.14.1: download - view: text, markup, annotated - select for diffs
Wed May 13 17:19:23 2009 UTC (16 years ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34: +13 -36
lines
Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.33.4.2: download - view: text, markup, annotated - select for diffs
Mon May 4 08:12:43 2009 UTC (16 years ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.33.4.1: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.4.1: +13 -36
lines
sync with head.
Revision 1.34.8.1: download - view: text, markup, annotated - select for diffs
Tue Apr 28 07:35:27 2009 UTC (16 years ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34: +13 -36
lines
Sync with HEAD.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Mar 14 21:04:20 2009 UTC (16 years, 2 months ago) by dsl
Branches: 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
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -6
lines
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 - view: text, markup, annotated - select for diffs
Sat Mar 14 15:36:17 2009 UTC (16 years, 2 months ago) by dsl
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +12 -32
lines
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.12.1: download - view: text, markup, annotated - select for diffs
Tue Dec 9 13:09:13 2008 UTC (16 years, 5 months ago) by ad
Branches: ad-audiomp2
Diff to: previous 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34: +44 -10
lines
Checkpoint work on MIDI.
Revision 1.32.16.2: download - view: text, markup, annotated - select for diffs
Mon Jun 2 13:23:26 2008 UTC (16 years, 11 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.32.16.1: preferred, colored; branchpoint 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32.16.1: +0 -7
lines
Sync with HEAD.
Revision 1.33.2.1: download - view: text, markup, annotated - select for diffs
Sun May 18 12:33:44 2008 UTC (17 years ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +2 -9
lines
sync with head.
Revision 1.33.4.1: download - view: text, markup, annotated - select for diffs
Fri May 16 02:24:05 2008 UTC (17 years ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -9
lines
sync with head.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Apr 28 20:23:51 2008 UTC (17 years ago) by martin
Branches: 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-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
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-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
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
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -9
lines
Remove clause 3 and 4 from TNF licenses
Revision 1.32.16.1: download - view: text, markup, annotated - select for diffs
Thu Apr 3 12:42:42 2008 UTC (17 years, 1 month ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -4
lines
Sync with HEAD.
Revision 1.32.12.1: download - view: text, markup, annotated - select for diffs
Mon Mar 24 07:15:17 2008 UTC (17 years, 1 month ago) by keiichi
Branches: keiichi-mipv6
Diff to: previous 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32: +4 -4
lines
sync with head.
Revision 1.31.24.2: download - view: text, markup, annotated - select for diffs
Sun Mar 23 02:04:39 2008 UTC (17 years, 1 month ago) by matt
Branches: matt-armv6
Diff to: previous 1.31.24.1: preferred, colored; branchpoint 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31.24.1: +4 -4
lines
sync with HEAD
Revision 1.22.6.4: download - view: text, markup, annotated - select for diffs
Mon Mar 17 09:14:43 2008 UTC (17 years, 2 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.22.6.3: preferred, colored; branchpoint 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22.6.3: +4 -4
lines
sync with head.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Mar 4 21:56:11 2008 UTC (17 years, 2 months ago) by cube
Branches: 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
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -4
lines
Split device_t/softc for midi(4), and other related cosmetic changes.
Revision 1.31.24.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:26:59 2007 UTC (17 years, 6 months ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -4
lines
sync with HEAD
Revision 1.22.6.3: download - view: text, markup, annotated - select for diffs
Sat Oct 27 11:30:56 2007 UTC (17 years, 6 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.22.6.2: preferred, colored; branchpoint 1.22: preferred, colored
Changes since revision 1.22.6.2: +4 -4
lines
sync with head.
Revision 1.31.22.1: download - view: text, markup, annotated - select for diffs
Fri Oct 26 15:44:56 2007 UTC (17 years, 6 months ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31: +4 -4
lines
Sync with HEAD.
Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.
Revision 1.31.28.1: download - view: text, markup, annotated - select for diffs
Thu Oct 25 22:37:52 2007 UTC (17 years, 6 months ago) by bouyer
Branches: bouyer-xenamd64
Diff to: previous 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31: +4 -4
lines
Sync with HEAD.
Revision 1.31.8.1: download - view: text, markup, annotated - select for diffs
Tue Oct 23 20:07:38 2007 UTC (17 years, 6 months ago) by ad
Branches: vmlocking
Diff to: previous 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31: +4 -4
lines
Sync with head.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Oct 19 11:59:58 2007 UTC (17 years, 7 months ago) by ad
Branches: 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
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -4
lines
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
Revision 1.22.6.2: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:48:03 2006 UTC (18 years, 4 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.22.6.1: preferred, colored; branchpoint 1.22: preferred, colored
Changes since revision 1.22.6.1: +242 -216
lines
sync with head.
Revision 1.29.4.2: download - view: text, markup, annotated - select for diffs
Sun Dec 10 07:17:06 2006 UTC (18 years, 5 months ago) by yamt
Branches: yamt-splraiseipl
Diff to: previous 1.29.4.1: preferred, colored; branchpoint 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29.4.1: +6 -6
lines
sync with head.
Revision 1.29.2.1: download - view: text, markup, annotated - select for diffs
Sat Nov 18 21:34:13 2006 UTC (18 years, 6 months ago) by ad
Branches: newlock2
Diff to: previous 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29: +5 -9
lines
Sync with head.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Nov 16 01:32:52 2006 UTC (18 years, 6 months ago) by christos
Branches: 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
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +6 -6
lines
__unused removal on arguments; approved by core.
Revision 1.29.4.1: download - view: text, markup, annotated - select for diffs
Sun Oct 22 06:05:45 2006 UTC (18 years, 6 months ago) by yamt
Branches: yamt-splraiseipl
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +6 -10
lines
sync with head
Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Oct 12 01:31:01 2006 UTC (18 years, 7 months ago) by christos
Branches: MAIN
CVS tags: yamt-splraiseipl-base2
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +6 -10
lines
- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
Revision 1.23.8.5: download - view: text, markup, annotated - select for diffs
Thu Sep 14 12:31:30 2006 UTC (18 years, 8 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.23.8.4: preferred, colored; branchpoint 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23.8.4: +24 -24
lines
sync with head.
Revision 1.23.4.1: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:50:02 2006 UTC (18 years, 8 months ago) by rpaulo
Branches: rpaulo-netinet-merge-pcb
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +256 -210
lines
sync with head
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Sep 3 20:59:18 2006 UTC (18 years, 8 months ago) by christos
Branches: MAIN
CVS tags: yamt-splraiseipl-base,
yamt-pdpolicy-base9,
rpaulo-netinet-merge-pcb-base
Branch point for: yamt-splraiseipl,
newlock2
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +24 -24
lines
add missing initializers
Revision 1.23.8.4: download - view: text, markup, annotated - select for diffs
Sun Sep 3 15:23:57 2006 UTC (18 years, 8 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.23.8.3: preferred, colored; branchpoint 1.23: preferred, colored
Changes since revision 1.23.8.3: +6 -7
lines
sync with head.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Aug 17 17:11:28 2006 UTC (18 years, 9 months ago) by christos
Branches: MAIN
CVS tags: yamt-pdpolicy-base8
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -5
lines
Fix all the -D*DEBUG* code that it was rotting away and did not even compile.
Mostly from Arnaud Lacombe, many thanks!
Revision 1.26.2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 14 13:34:10 2006 UTC (18 years, 9 months ago) by tron
Branches: abandoned-netbsd-4
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +2 -2
lines
Pull up following revision(s) (requested by nakayama in ticket #16):
sys/dev/ic/opl.c: revision 1.27
Avoid gcc4 warnings; voice is unsigned so no need to check "voice < 0".
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Aug 12 00:34:39 2006 UTC (18 years, 9 months ago) by nakayama
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4
lines
Avoid gcc4 warnings; voice is unsigned so no need to check "voice < 0".
Revision 1.23.8.3: download - view: text, markup, annotated - select for diffs
Fri Aug 11 15:44:11 2006 UTC (18 years, 9 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.23.8.2: preferred, colored; branchpoint 1.23: preferred, colored
Changes since revision 1.23.8.2: +215 -184
lines
sync with head
Revision 1.25.2.1: download - view: text, markup, annotated - select for diffs
Thu Jul 13 17:49:23 2006 UTC (18 years, 10 months ago) by gdamore
Branches: gdamore-uart
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +215 -184
lines
Merge from HEAD.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Jun 30 13:56:25 2006 UTC (18 years, 10 months ago) by chap
Branches: MAIN
CVS tags: yamt-pdpolicy-base7,
abandoned-netbsd-4-base
Branch point for: abandoned-netbsd-4
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +215 -184
lines
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.23.8.2: download - view: text, markup, annotated - select for diffs
Mon Jun 26 12:51:02 2006 UTC (18 years, 10 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.23.8.1: preferred, colored; branchpoint 1.23: preferred, colored
Changes since revision 1.23.8.1: +18 -2
lines
sync with head.
Revision 1.22.6.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 15:02:55 2006 UTC (18 years, 10 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +19 -3
lines
sync with head.
Revision 1.24.2.7: download - view: text, markup, annotated - select for diffs
Mon Jun 19 03:58:13 2006 UTC (18 years, 11 months ago) by chap
Branches: chap-midi
Diff to: previous 1.24.2.6: preferred, colored; branchpoint 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24.2.6: +18 -2
lines
Sync with head.
Revision 1.24.2.6: download - view: text, markup, annotated - select for diffs
Sun Jun 11 04:19:07 2006 UTC (18 years, 11 months ago) by chap
Branches: chap-midi
Diff to: previous 1.24.2.5: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.2.5: +100 -62
lines
Add relevelv and repitchv methods to opl: it now responds to channel volume
and expression controls, and changes to them are applied in real time to
voices already sounding, so dynamics sound right. This by itself makes a
remarkable difference in listenability. Pitch bend and tuning changes are
not applied to voices already sounding--even though I tried; for now they
apply only to subsequently played notes. I don't know if there is a way
to make this chip change frequency without stopping and rearticulating the
voice; the documentation has no detail on that point, and my attempt at
just writing the freq registers while it is sounding has no effect. So, I
do not know this chip well enough to finish making pitch controls work on
sounding notes, but if there is a way to do it then somebody who knows how
should have a very easy time adding that detail.
The opl device I tested on does play sharp, offering an easy test for the
new channel tuning support. :) Setting RPN 1 to 45:0 gets it right on the
money. Of course it's reset on close, which doesn't make it easy to send
a tuning adjustment and then run a favorite player program. It might be
that a sysctl (per midisyn instance) to set an initial tuning default
would be useful for that case.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Jun 9 21:55:33 2006 UTC (18 years, 11 months ago) by christos
Branches: MAIN
CVS tags: yamt-pdpolicy-base6,
gdamore-uart-base,
chap-midi-nbase,
chap-midi-base
Branch point for: gdamore-uart
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +18 -2
lines
stack police: Introduce an opl_match function that uses malloc instead of
allocating ~2K of softc on the stack.
Revision 1.24.2.5: download - view: text, markup, annotated - select for diffs
Fri Jun 9 17:05:28 2006 UTC (18 years, 11 months ago) by chap
Branches: chap-midi
Diff to: previous 1.24.2.4: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.2.4: +15 -15
lines
Bit of housecleaning.
"miditune" wasn't a good name for the pitch representation (even if it
did come from the MIDI Tuning Specification) because for too many people
a 'tune' is a little ditty, not a single pitch. Changed the name to
midipitch and added a typedef midipitch_t; renamed the associated macros
consistently.
The type and operations on it are now in <sys/midiio.h> because they could
show up in userland for manipulation of the MIDI Tuning messages that
RP-012 defines. The macro MIDIPITCH_TO_HZ18 expands in userland to
ordinary libm calls, and in-kernel to the no-floating-point version in
midisyn. A few more operations are defined in userland where libm is
available.
At the same time, made midipitch_t signed. It has the bits to spare,
and such manipulations as adding several corrections and clamping the
result will be simpler with it signed.
Revision 1.24.2.4: download - view: text, markup, annotated - select for diffs
Fri Jun 9 04:20:02 2006 UTC (18 years, 11 months ago) by chap
Branches: chap-midi
Diff to: previous 1.24.2.3: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.2.3: +18 -10
lines
Missed a couple details for opl on the first try.
The opl device I tested plays slightly but noticeably sharp. I double-
checked the coefficients in the manual and also compared to a kernel
from before my changes: also sharp. So I don't think I did it. I don't
know what the usual tolerances are for inexpensive soundcards. There
will at any rate be a general workaround as soon as midisyn groks
master-tuning.
This leaves only cms untested with the midisyn changes; I don't have
access to a cms device, but confidence is high.
Revision 1.24.2.3: download - view: text, markup, annotated - select for diffs
Thu Jun 8 13:21:48 2006 UTC (18 years, 11 months ago) by chap
Branches: chap-midi
Diff to: previous 1.24.2.2: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.2.2: +119 -103
lines
Rototill of midisyn <-> synth driver i/f.
The DOALLOC and FREQXLATE flags are on the way out. Whether a driver wants
allocation service is deducible from whether it provides an allocv method, and
anyway none does. As for freq, they all get a miditune and can convert it
whichever way they want.
Controller handling with midictl is hooked in but few controllers watched yet.
Some macros for manipulating the miditune type are currently in midisynvar.h
but should perhaps be exported in midiio.h.
opl no longer has its own master volume state (there was no setter for it
anyway, it never changed); soon that will be handled centrally in midisyn.
Builds a kernel. Not all functionality tested yet.
Revision 1.24.2.2: download - view: text, markup, annotated - select for diffs
Wed Jun 7 05:31:43 2006 UTC (18 years, 11 months ago) by chap
Branches: chap-midi
Diff to: previous 1.24.2.1: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.2.1: +2 -28
lines
Done pruning unused and ill-defined methods. Several bits of code that
actually did nothing have been replaced with comments explaining what
ought to be done there someday. This is actually progress. Everything
should still work, save PAN for opl, the only preexisting functionality
that's actually gone at this point, but it will be back soon.
Revision 1.24.2.1: download - view: text, markup, annotated - select for diffs
Wed Jun 7 01:23:09 2006 UTC (18 years, 11 months ago) by chap
Branches: chap-midi
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +9 -14
lines
The midisyn clients now use designated initializers so the method
structure can evolve. Only opl currently provides any methods beyond
open/close/note-on/note-off. Only cms takes a note number; the others
want a frequency. This is good because it is much easier that way to
put a common handler for tuning/pitchbend/portamento in midisyn itself.
Next up, axe most methods nobody implements. Split note-on into two
methods, one with a frequency, one with a note number, of which a driver
provides one or the other. So far all of the clients delegate voice
allocation to midisyn, so clarify that the method is getting an actual
voice number for the device and not a MIDI channel. If a device that can
do its own allocation is later to be supported, let appropriate different
methods be added then.
Revision 1.23.6.1: download - view: text, markup, annotated - select for diffs
Sat Apr 22 11:38:56 2006 UTC (19 years ago) by simonb
Branches: simonb-timecounters
CVS tags: simonb-timcounters-final
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +3 -3
lines
Sync with head.
Revision 1.23.10.1: download - view: text, markup, annotated - select for diffs
Wed Apr 19 03:24:40 2006 UTC (19 years, 1 month ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +3 -3
lines
sync with head.
Revision 1.23.8.1: download - view: text, markup, annotated - select for diffs
Sat Apr 1 12:06:58 2006 UTC (19 years, 1 month ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3
lines
sync with head.
Revision 1.23.12.1: download - view: text, markup, annotated - select for diffs
Fri Mar 31 09:45:20 2006 UTC (19 years, 1 month ago) by tron
Branches: peter-altq
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +3 -3
lines
Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Mar 29 04:16:49 2006 UTC (19 years, 1 month ago) by thorpej
Branches: MAIN
CVS tags: yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
simonb-timecounters-base,
elad-kernelauth-base
Branch point for: chap-midi
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3
lines
Use device_cfdata().
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:21:28 2005 UTC (19 years, 5 months ago) by christos
Branches: 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
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2
lines
merge ktrace-lwp.
Revision 1.21.4.1: download - view: text, markup, annotated - select for diffs
Fri Apr 29 11:28:52 2005 UTC (20 years ago) by kent
Branches: kent-audio2
Diff to: previous 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21: +19 -19
lines
sync with -current
Revision 1.21.6.1: download - view: text, markup, annotated - select for diffs
Sat Feb 12 18:17:44 2005 UTC (20 years, 3 months ago) by yamt
Branches: yamt-km
Diff to: previous 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21: +19 -19
lines
sync with head.
Revision 1.18.2.4: download - view: text, markup, annotated - select for diffs
Fri Feb 4 11:45:26 2005 UTC (20 years, 3 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.18.2.3: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18.2.3: +19 -19
lines
Sync with HEAD.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Feb 4 02:10:37 2005 UTC (20 years, 3 months ago) by perry
Branches: 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,
ktrace-lwp-base,
kent-audio2-base
Branch point for: yamt-lazymbuf
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +19 -19
lines
de-__P
Revision 1.18.2.3: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:28:05 2004 UTC (20 years, 7 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.18.2.2: preferred, colored
Changes since revision 1.18.2.2: +2 -2
lines
Fix the sync with head I botched.
Revision 1.18.2.2: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:46:00 2004 UTC (20 years, 8 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.18.2.1: preferred, colored
Changes since revision 1.18.2.1: +0 -0
lines
Sync with HEAD.
Revision 1.18.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:46:18 2004 UTC (20 years, 9 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +6 -5
lines
Sync with HEAD
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Apr 22 00:17:11 2004 UTC (21 years ago) by itojun
Branches: MAIN
CVS tags: yamt-km-base,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: yamt-km,
kent-audio2
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -3
lines
sprintf -> snprintf
Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Dec 4 13:57:30 2003 UTC (21 years, 5 months ago) by keihan
Branches: 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
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3
lines
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 - view: text, markup, annotated - select for diffs
Sun Nov 2 11:07:45 2003 UTC (21 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3
lines
Fix some typos. From Tom Cosgrove via jmc@openbsd.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Feb 9 09:28:21 2003 UTC (22 years, 3 months ago) by itohy
Branches: MAIN
Branch point for: ktrace-lwp
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +20 -19
lines
- init panpot at reset
- whitespace police
Revision 1.12.4.1: download - view: text, markup, annotated - select for diffs
Thu Jan 10 19:54:57 2002 UTC (23 years, 4 months ago) by thorpej
Branches: kqueue
Diff to: previous 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12: +49 -11
lines
Sync kqueue branch with -current.
Revision 1.12.2.2: download - view: text, markup, annotated - select for diffs
Wed Nov 14 19:14:33 2001 UTC (23 years, 6 months ago) by nathanw
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.12.2.1: preferred, colored; branchpoint 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12.2.1: +34 -10
lines
Catch up to -current.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Nov 13 13:14:42 2001 UTC (23 years, 6 months ago) by lukem
Branches: 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,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
gehenna-devsw-base,
gehenna-devsw,
fvdl_fs64_base,
eeh-devprop-base,
eeh-devprop
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -1
lines
add/cleanup RCSID
Revision 1.15.2.1: download - view: text, markup, annotated - select for diffs
Mon Nov 12 21:18:06 2001 UTC (23 years, 6 months ago) by thorpej
Branches: thorpej-mips-cache
Diff to: previous 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15: +16 -6
lines
Sync the thorpej-mips-cache branch with -current.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Nov 4 06:44:31 2001 UTC (23 years, 6 months ago) by itohy
Branches: MAIN
CVS tags: thorpej-mips-cache-base
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +16 -6
lines
Introduce "flags 1", which causes left and right channels swapped.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Oct 23 17:58:15 2001 UTC (23 years, 6 months ago) by augustss
Branches: MAIN
Branch point for: thorpej-mips-cache
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
Make it compile with debug on.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Oct 23 13:09:43 2001 UTC (23 years, 6 months ago) by itohy
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +19 -8
lines
Support panpot on OPL3. Now this device is a stereo instrument.
Revision 1.12.2.1: download - view: text, markup, annotated - select for diffs
Mon Oct 8 20:11:02 2001 UTC (23 years, 7 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +16 -2
lines
Catch up to -current.
Revision 1.12.6.1: download - view: text, markup, annotated - select for diffs
Mon Oct 1 12:45:41 2001 UTC (23 years, 7 months ago) by fvdl
Branches: thorpej-devvp
Diff to: previous 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12: +16 -2
lines
Catch up with -current.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Sep 29 13:56:04 2001 UTC (23 years, 7 months ago) by augustss
Branches: MAIN
CVS tags: thorpej-devvp-base3,
thorpej-devvp-base2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +16 -2
lines
Add a detach function (from Jared D. McNeill).
Revision 1.10.2.2: download - view: text, markup, annotated - select for diffs
Sun Feb 11 19:15:36 2001 UTC (24 years, 3 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.10.2.1: preferred, colored; branchpoint 1.10: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10.2.1: +5 -5
lines
Sync with HEAD.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jan 18 20:28:18 2001 UTC (24 years, 4 months ago) by jdolecek
Branches: 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
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -5
lines
constify
Revision 1.10.2.1: download - view: text, markup, annotated - select for diffs
Mon Nov 20 11:40:50 2000 UTC (24 years, 6 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Aug 12 22:24:26 2000 UTC (24 years, 9 months ago) by augustss
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
Fix spelling in comment.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Oct 5 03:29:22 1999 UTC (25 years, 7 months ago) by itohy
Branches: 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
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +9 -1
lines
Add power control hooks.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Oct 4 19:31:39 1999 UTC (25 years, 7 months ago) by augustss
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +21 -6
lines
Implement program change. From Martin Cernohorsky <cerno@ics.muni.cz>.
Revision 1.7.6.1: download - view: text, markup, annotated - select for diffs
Mon Jun 21 01:17:52 1999 UTC (25 years, 11 months ago) by thorpej
Branches: chs-ubc2
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +2 -2
lines
Sync w/ -current.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun May 23 16:07:04 1999 UTC (25 years, 11 months ago) by augustss
Branches: MAIN
CVS tags: chs-ubc2-base
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
Update doc URL.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Dec 8 14:26:56 1998 UTC (26 years, 5 months ago) by augustss
Branches: 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
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
Make the OPL information string more informative.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Nov 25 22:17:06 1998 UTC (26 years, 5 months ago) by augustss
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2
lines
Make the copyright header conform to the NetBSD template.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Sep 13 04:41:34 1998 UTC (26 years, 8 months ago) by mycroft
Branches: MAIN
CVS tags: chs-ubc-base,
chs-ubc
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -7
lines
Make sure all voices are deallocated on close.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Aug 26 13:08:10 1998 UTC (26 years, 8 months ago) by augustss
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +45 -37
lines
Do some renaming of registers and make sure we get sound in both
channels on OPL3.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Aug 26 12:10:22 1998 UTC (26 years, 8 months ago) by augustss
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +20 -15
lines
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 - view: text, markup, annotated - select for diffs
Sat Aug 22 22:54:11 1998 UTC (26 years, 8 months ago) by augustss
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -4
lines
Change debug output.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Aug 17 21:16:12 1998 UTC (26 years, 9 months ago) by augustss
Branches: 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.
CVSweb <webmaster@jp.NetBSD.org>