summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-05-08rename few functions and macros, fix styleAlexandre Ratchov
2009-05-08expose HT mixer; since neither the digital mixer nor codecAlexandre Ratchov
2009-05-08Clear PQ_AOBJ at pageremove: when a page is no longer part of a uvm_object,Ariane van der Steldt
2009-05-08use the number of channels rather than the number of stereo dacs/adcs,Alexandre Ratchov
2009-05-08Remove static qualifier of functions that are not inline.Ariane van der Steldt
2009-05-08hide controls corresponding to missing dacs, adcs or spdifs.Alexandre Ratchov
2009-05-08Initial effort on a port to the omap35xx platform specifically beagleboard,Dale Rahn
2009-05-08Pieces of arm11 and armv7 support for newer cpus. This is work in progressDale Rahn
2009-05-07Missed removing a printf argument.Ariane van der Steldt
2009-05-07Make amas less chatty in debug mode by not mentioning unused ranges andAriane van der Steldt
2009-05-07Amas(4) on some machines has ranges with base > limit. Treat this asAriane van der Steldt
2009-05-07KNFMichael Knudsen
2009-05-07Move amas device from arch/amd64 to dev/pci and enable it in i386 as well.Ariane van der Steldt
2009-05-06configure the input and output ports in trigger_{input,output} insteadJacob Meuser
2009-05-06- explicitely disable some s/pdif features (ac3 passthrough, 24 and 32-bitJacob Meuser
2009-05-06Workaround a bridge deadlock, as advised by comments found in the linux sn1Miod Vallat
2009-05-06IP27 and IP35 do not layout physical memory the same way, IP35 is muchMiod Vallat
2009-05-06Fix typo in a comment, and remove 20st-century mention of optionMiod Vallat
2009-05-06Fix signedness of comparison used to know whether we have already reachedMiod Vallat
2009-05-06When computing output result for jump scroll purposes, do not count LFMiod Vallat
2009-05-06endrun(4) - EndRun Technologies native time-of-day message timedeltaKevin Steves
2009-05-06remove erroneous fldcnt test. fldcnt can never be 13 here. this isKevin Steves
2009-05-05Add extents for prefetchable memory mapped I/O. Should remove conflictMark Kettenis
2009-05-05Second step of PG_RELEASED cleanup.Owain Ainsworth
2009-05-05The first step in cleaning up the use of PG_RELEASED for uvm objects.Owain Ainsworth
2009-05-04Instead of keeping two ints in the uvm structure specifically just toOwain Ainsworth
2009-05-04type pedantry.Owain Ainsworth
2009-05-04put codec-specific mixer bits in their own routines andAlexandre Ratchov
2009-05-03Get rid of pci_addr_fixup machinery; set up the appropriate extents and passMark Kettenis
2009-05-03On the UltraBook the PROM privides two interrupts for its ccb(4)'s. HandleMark Kettenis
2009-05-03reorganize mixer bits to allow, supporting codec-dependent mixerAlexandre Ratchov
2009-05-03Complete overhaul of the PCI bridge initialization. It will now allocateMiod Vallat
2009-05-03Pass 0 as base offset, not -1, for child devices which ignore the value.Miod Vallat
2009-05-03Avoid clobbering error return values with the result from extent_free(), byMark Kettenis
2009-05-03Make sure pckbd_scancode_translate() returns a scancode with the break/releaseMiod Vallat
2009-05-03Discovering an extended MBR partition and setting 'wander' to 1Kenneth R Westerback
2009-05-02Let ioc(4) decide which child devices to attach depending on its identificationMiod Vallat
2009-05-02More progress taming the xbow and the pci bridge; still needs code to write,Miod Vallat
2009-05-02Explain why the short window of widget #0 needs to be accessed through aMiod Vallat
2009-05-02More KL configuration structures.Miod Vallat
2009-05-02Avoid clobbering error return values with the result from extent_free(), byMark Kettenis
2009-05-02Drop the pm_cpus bitmask field from struct pmap, and instead remember theMiod Vallat
2009-05-02a few more memset changes.Owain Ainsworth
2009-05-01Add option USER_PCICONF.Miod Vallat
2009-05-01uvm_page_alloc() + memset -> uvm_page_zalloc()Owain Ainsworth
2009-05-01initialize the mic ADC index before possibly setting it.Jacob Meuser
2009-05-01recognize several more IDT/Sigmatel codecs. IDs taken from the codecs'Jacob Meuser
2009-05-01make mic ADC selection a little more like speaker DAC selectionJacob Meuser
2009-05-01allow jack sensing to mute the DAC the speaker is connected to byJacob Meuser
2009-05-01try to get built-in speakers connected to a DAC no other output pinJacob Meuser