summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-20take into account socket parameters into calculation of deviceAlexandre Ratchov
parameters; without this change aucat uses the device default parameters and they are not necessarily usable for multi-stream mode.
2008-11-20move allocations between half a page and a page as close to the end ofOtto Moerbeek
the page as possible (i.e. make malloc option P a default). ok art@ millert@ krw@
2008-11-20Reduce the leeway malloc allows when moving allocations to the end ofOtto Moerbeek
a page to 0. P default will be changed in a separate commit. ok millert@ art@ krw@
2008-11-20while setting the block size, try smaller blocks half of the retries andAlexandre Ratchov
larger blocks the other half. That's because shrinking the block size may not be the right direction to go to find a common block size for play and record.
2008-11-19Many ALC88x codecs have a fifth DAC at NID 0x25 for 7.1+2 multistreaming.Christian Weisgerber
Add this and other missing entries to the pre-defined DAC groups. Tested with ALC885; other models according to their data sheets. ok jakemsr@
2008-11-19SyncMiod Vallat
2008-11-19For 5000 Series, store baseband calibration results sent by theDamien Bergamini
initialization firmware and send them to the runtime firmware. This has no effect on my 5300 since the initialization firmware does not send baseband results. This may be important for other chips though or for future firmware revisions.
2008-11-19I'm clever and commited the wrong patch. Here's the correct one.Owain Ainsworth
This should close kernel/5995.
2008-11-19Make sure to check that the TX queue is empty before clearing theBrad Smith
watchdog timer. From FreeBSD Tested on quite a few 3c905/B/C/575 adapters.
2008-11-19Do not reset TX threshold value whenever xl_init() is called. InsteadBrad Smith
the initial threshould is initialized at device attach. Later the threshold could be increased if encountering a TX underrun error and the new threshold should be used in xl_init(). From FreeBSD Tested on quite a few 3c905/B/C/575 adapters.
2008-11-19the jack sense automatic muting code has many problems, includingJacob Meuser
being the cause of PR5982. unfortunately, there's no easy and clean solution to automatic muting. we can't always rely on the codec giving us the right information. people have different preferences as to what should be muted and what shouldn't. etc, etc. so instead, just make the sense state of jacks that support sensing available through the mixer interface. this allows for any possible user configuration and supports all pins that have sense capabilities, not just headpones. codecs that use the generic mixer configuration (which is the plan for all codecs) and have sensing capable pins will now get a few more read-only mixer items, such as: outputs.hp_sense=plugged outputs.mic_sense=unplugged outputs.line_sense=unplugged hopefully what they mean is self-explanatory. based on much discussion with ratchov@ and Alexey Suslikov
2008-11-18regenBrad Smith
2008-11-18Correct the product strings for the HP SA P711m/P712m adapters.Brad Smith
2008-11-18Remove dup proto from <alexey.suslikov@gmail.com>Marco Peereboom
2008-11-18regenMiod Vallat
2008-11-18Correct SIIG 2082 identifier; Kurt Mosiejczuk (kurt-openbsd-misc; se.rit.edu)Miod Vallat
2008-11-18instead of going through the drm_map interface, just map the mmioOwain Ainsworth
registers directly (via the memory sharing interface that intagp uses). It doesn't need to be in a map structure. Idea taken from some of intel's work.
2008-11-18Remove a bunch of #ifdef __linux__ code that only serves to confuse me.Owain Ainsworth
2008-11-18fix check_aliasesTodd C. Miller
2008-11-18when destroying an alias, free the correct data pointerTodd C. Miller
2008-11-18standardize on the term 'option' for command line options (not flag)Todd C. Miller
2008-11-18Remove dev->agp_buffer_token, linux needs it, we do not.Owain Ainsworth
2008-11-18document trunk protocol lacp, and sort the protocol list whilst here;Jason McIntyre
includes input/help from brad, mpf, and sthen;
2008-11-18- tweak the xfce4 entry a bitJasper Lievisse Adriaanse
ok landry@
2008-11-17Fix printing of partner link aggregation group ID.Marco Pfatschbacher
OK brad@
2008-11-17add missing header needed by time(), ctime_r() and tzset().Charles Longeau
ok gilles@
2008-11-17- clear session flags upon helo/ehloGilles Chehade
2008-11-17- until now a client could issue a command from an extension even though itGilles Chehade
greeted with helo and not ehlo. introduce session flag F_EHLO and make sure the session_command() dispatch only looks at extensions when a session does not have the F_EHLO flag.
2008-11-17- err() -> fatal()Gilles Chehade
- printf() -> log_debug() - be more verbose in debug mode
2008-11-17- remove prototypes for the atomic API, we don't use it anymoreGilles Chehade
2008-11-17add missing header needed by signal().Charles Longeau
2008-11-17- we don't need this anymoreGilles Chehade
2008-11-17- remove some unused prototypesGilles Chehade
2008-11-17- queue_record_daemon() no longer used, remove definitionGilles Chehade
2008-11-17- replace uses of O_EXLOCK and O_EXLOCK|O_NONBLOCK with the correspondingGilles Chehade
open()/flock() constructs as chl@ says it prevents him from doing a portable build. discussed with chl@, diff is common work from him and myself
2008-11-17- fix error message in aliases_virtual_exist()Gilles Chehade
By Alexander Hall <alexander@beard.se>
2008-11-17- exit() -> _exit()Gilles Chehade
- err() -> fatal() Both by Jacek Masiulaniec <jacekm@dobremiasto.net>
2008-11-17- remove several constructs where format strings are used in an evbufferGilles Chehade
printf with constant parameters, turn them into a constant string. - when client sends EHLO without a parameter, send the appropriate error message ("EHLO takes ..." instead of "HELO takes ...") From Jacek Masiulaniec <jacekm@dobremiasto.net>
2008-11-17- document pmk.port.mkJasper Lievisse Adriaanse
2008-11-17- x11/qt is an ex-moduleJasper Lievisse Adriaanse
2008-11-17punctuation in macros needs to be space separated;Jason McIntyre
2008-11-17Missing end quote in example.Marc Balmer
2008-11-17tweak previous;Jason McIntyre
2008-11-17update wpa related info; om damien@ jmc@Otto Moerbeek
2008-11-17- use .Pa where neededJasper Lievisse Adriaanse
ok jmc@
2008-11-17- document intltool.port.mkJasper Lievisse Adriaanse
ok ajacoutot@ jmc@ (who also spotted a tyop)
2008-11-17- add a Dwarf Encyclopaedia (gnome.port.mk) sectionJasper Lievisse Adriaanse
feedback from jmc@ ok ajacoutot@
2008-11-17- rename -s arg name to "socket"Jason McIntyre
- condense EXAMPLES into a single screenful ok ratchov
2008-11-17regenBrad Smith
2008-11-17- stop referring to the display as consisting of windows. we can explainJason McIntyre
it more simply and cut out a lot of needless verbosity. - stop mixing terminology: view vs. display - "delay" overrides "-s delay", not "-w wait" - use "quit" as mnemonic for quit, not "exit" - ...and just generally clean the page up ok canacar