summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-05-10- change device matching to use a quirks table.Stuart Henderson
2009-05-10Adjust debug level to be not that noisy by default (level 1).Marcus Glocker
2009-05-09Return -1 from unused udl_mmap() function instead of 0.Marcus Glocker
2009-05-09Initial console device driver for USB displays based on the DisplayLinkMarcus Glocker
2009-05-09Promote types in ARCBios function prototypes from int to long wheneverMiod Vallat
2009-05-09Missed adding this file.Dale Rahn
2009-05-08Remove xhub boilerplate; Hub doesn't appear as a widget itself but as theMiod Vallat
2009-05-08In _dmamem_alloc_range() DIAGNOSTIC code, check for the address being withinMiod Vallat
2009-05-08Add a new page freelist, to which memory suitable for 32-bit dma onMiod Vallat
2009-05-08The default initiator value is 0 on sgi IP27, IP30 and IP35 systems. SinceMiod Vallat
2009-05-08Fix devio byteswap, this makes isp(4) happy on IP27 and IP35.Miod Vallat
2009-05-08Make interrupt handling code closer to IP30 XHeart code.Miod Vallat
2009-05-08Attach children with config_found_sm() instead of directly invokingMiod Vallat
2009-05-08IP30 Dallas clock runs in non-BCD mode, so make sure to check which modeMiod Vallat
2009-05-08Be sure to completely ignore ARCBios memory information on IP27 and IP35Miod Vallat
2009-05-08add support HT mixer knobs (ie routing control). Allow monitoringAlexandre Ratchov
2009-05-08add support for the ak4358 DAC used in ESI Julia cards. There areAlexandre Ratchov
2009-05-08print card model, the number of inputs and the number of outputsAlexandre Ratchov
2009-05-08add support for m-audio delta 1010, delta 66 and delta 44 sinceAlexandre Ratchov
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