summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorariff <ariff@FreeBSD.org>2007-03-16 17:19:03 +0000
committerariff <ariff@FreeBSD.org>2007-03-16 17:19:03 +0000
commit98bc874647261fe80456424a2309a4f360c37d7d (patch)
tree24c8016f305399ba00b3be02a300eab5687224b9 /lib/libc
parent434986246afe9e3b8b4e5ffe921d01bb48102a8b (diff)
downloadFreeBSD-src-98bc874647261fe80456424a2309a4f360c37d7d.zip
FreeBSD-src-98bc874647261fe80456424a2309a4f360c37d7d.tar.gz
[stage: 9/9]
- SWAPLR quirk for (unknown, luckily it is mine) broken uaudio stick. Fixing by rewiring is impossible without damaging it. Luckily, we can fix it using "other" methods :) . - Add uaudio_get_vendor(), _product() and _release() in uaudio.c (currently used by uaudio_pcm quirk). - Implement CHANNEL_SETFRAGMENTS(). - Drop channel locking in few places where it is about to sleep somewhere. This should help eliminating illegal locking acquisition where the current thread is about to sleep, and also few deadlock cases. Dropping it right here is quite safe since it is already protected by CHN_F_BUSY flag and other threads won't bother to touch it. Solving other illegal locking issues are quite tricky without converting most usbd_do_request() calls to its equivalent _async() calls, which I intend to do it later after getting full test report from other people with different uaudio hardwares. - Fix memory leak issues during detach. This seems common to any drivers (notably emu10kx, csapcm?) with bridge functions.
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud