summaryrefslogtreecommitdiff
path: root/sys/dev/pci/cmpci.c
AgeCommit message (Expand)Author
2013-05-24Since audio code is mp safe, establish isa and pci audio interruptsAlexandre Ratchov
2013-05-15Introduce a global interrupt-aware mutex protecting dataAlexandre Ratchov
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-06-29mark S8 encoding as emulated; only S16LE and U8 are natively supportedChristian Weisgerber
2011-04-03use nitems(); no binary change for drivers that are compiled on amd64.Jasper Lievisse Adriaanse
2010-10-09only print out of sync messages when compiled for debuggingJacob Meuser
2010-10-08check current hardware position in interrupt handler. it's possibleJacob Meuser
2010-09-12silly me. use the switch() variable, not the case value.Jacob Meuser
2010-09-12autoconf activate suspend/resume for cmpci(4). uses audio(4)Jacob Meuser
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-04-08these files don't need to include proc.h anymore. ok oga for agpTed Unangst
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-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2008-10-25audio(9) says low level drivers are allowed to change the requestedJacob Meuser
2008-05-29specify alternate default audio parameters to make the default expansionJacob Meuser
2008-05-13Remove commented out NetBSD __KERNEL_RCSID macro usage.Brad Smith
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
2008-01-09- add support for 4, 6, and 8 channel playbackJacob Meuser
2007-09-13spacing nit.Brad Smith
2007-09-03__inline removalJacob Meuser
2006-07-27Newer cmcpci(4) sound driver, which adds S/PDIF, OPL and MPU support, someBrad Smith
2005-04-14make sure round_blocksize does not produce 0 after alignmentMichael Shalayeff
2003-09-09CMI can do mu-law encoding, don't use software emulation mode.Kevin Lo
2003-06-05untils this is sync'ed, correctly set mixer_class for CMPCI_OUTPUT_CLASS.Federico G. Schwindt
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2002-11-19Add a simplistic table driven lookup routine and use it where appropriate.Jason Wright
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-20make all audio drivers use the new allocm and round_buffersize decl's.Eric Jackson
2001-10-31Change the audio_hm_if->mappage interface to return paddr_t and take off_tArtur Grabowski
2001-10-03return 1 from interrupt handled; kevloTheo de Raadt
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
2000-04-27Driver for C-Media CMI8x38 Audio Chip present on several all-in-oneTodd C. Miller