summaryrefslogtreecommitdiff
path: root/sys/dev/pci/auich.c
AgeCommit message (Expand)Author
2006-02-13nVidia/nvidia -> NVIDIABrad Smith
2005-11-26Add some missing 'break;'s in auich and auixp that lint spotted. WhileKenneth R Westerback
2005-08-10Some additional ICH7 bits which aren't strictly necessary to workJonathan Gray
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-08-04Support for ICH7 audio tested by Mark.Peoples at asu.eduJonathan Gray
2005-05-31bus_dma-ify. needs bus_dmamap_sync's, but works on coherent arch's now.Jason Wright
2005-04-14make sure round_blocksize does not produce 0 after alignmentMichael Shalayeff
2005-04-05Don't clobber the returned sample rate when the AC97 changes it.Marco S Hyman
2005-04-05match on nforce4 and nforce2-400 ac97 as well; form netbsdMichael Shalayeff
2005-04-05from netbsd:Michael Shalayeff
2005-04-05ich6 support from freebsd via [Bjorn] Sandell <biorn@dce.chalmers.se>Michael Shalayeff
2005-04-02mixer can endup mapped w/ a different tag and so give it one of its own; from...Michael Shalayeff
2005-03-22fix probable pasto that calculated a control register value forMarco S Hyman
2005-01-17try memory-mapped bars first that exist on ich4/ich5 and fall bak to io-mappe...Michael Shalayeff
2005-01-17typo; from Michael van der Westhuizen <michael@skanky.homeunix.net>Michael Shalayeff
2004-11-30EB is just like DB does not set PCR; reported and tested by Jan Johansson <ja...Michael Shalayeff
2004-09-20Add nvidia nforce3 250 audio. From FreeBSD via deraadt@.Alexander Yurchenko
2004-07-21calibrate after opening. helps if cpu speed is changing and microtime can'tTed Unangst
2004-07-08nforce3; downsjTheo de Raadt
2004-05-10ugly hackery for auich support on amd64.Marco S Hyman
2004-04-09Warn the user if we don't attach the ac97 codec.Miod Vallat
2003-10-10Calibration code from FreeBSD/NetBSD. Some of the auich's are clocked tooJason Wright
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-06-12several lusers suggested it should work none capable of definately answering ...Michael Shalayeff
2003-06-02kill the caluses three and four on some of my codeMichael Shalayeff
2003-05-20add flags support for reversing stereo.Ted Unangst
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-03-19match on nvidia nforce2; from netbsd@ via wayne@epipe.com.au; miod@ okMichael Shalayeff
2003-01-21do not need explicit match on intel; from alexander.guy@andern.orgMichael Shalayeff
2003-01-16add support for a few more devices (sis7012, nforce, amd768, amd8111), from n...Michael Shalayeff
2002-09-17match on ich4; from hunter@dg.net.uaMichael Shalayeff
2002-07-04repair a dmesg cleanupMichael Shalayeff
2002-03-24after codec reset wait for 1/2 sec; from mark@mcs.vuw.ac.nz (http://mail-inde...Michael Shalayeff
2002-03-19fix the ich3 ac97 audio idMichael Shalayeff
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-12-31support playing mono; from Kazuhiko Fukuhara <zaa83571@oak.zero.ad.jp>Michael Shalayeff
2001-12-19unbreak mickey commit; make vra work after resume. previous commitNiels Provos
2001-12-18correctly deal w/ ext_ctrl in powerhookMichael Shalayeff
2001-12-18powerhook for auich; based on jason's changed for yds; okay mickey@Niels Provos
2001-10-31Change the audio_hm_if->mappage interface to return paddr_t and take off_tArtur Grabowski
2001-10-24do not use kvtop(), use dma maps' stuffMichael Shalayeff
2001-09-10fix the bzero size, not that it matters that muchMichael Shalayeff
2001-09-05add intel ich3 ac97Niels Provos
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
2001-06-06be more consistant in codec i/o debug printsMichael Shalayeff
2001-05-16use ac97_set_rate, auvia can use it too, cannot test it thoughMichael Shalayeff
2001-05-16dump private extended ac97 reg defsMichael Shalayeff