summaryrefslogtreecommitdiff
path: root/sys/dev/pci/yds.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
2012-03-03Don't print the device name again in attach error messages occuring beforeMiod Vallat
2012-01-11ansify and de'register some prototypesDavid Hill
2011-04-03use nitems(); no binary change for drivers that are compiled on amd64.Jasper Lievisse Adriaanse
2010-09-17use audio(4) DVACT_{QUIESCE,RESUME}Jacob Meuser
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-09-06All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME}Theo de Raadt
2010-08-27Since the changes in neo(4) work, it is very likely that the exact sameTheo de Raadt
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-04-06update a random sampling of drivers after the proc.h -> systm.h moveTed Unangst
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-29use ac97 default parameters for these ac97 based drivers.Jacob Meuser
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
2007-01-06make microcode file byte-order independent so that the file is the sameTheo de Raadt
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-05-27nuke vtophys crapJason Wright
2004-12-30Let yds_init() return a meaningful value.Miod Vallat
2004-12-20firmware loading from the filesystem. pci subsystem type thingsTheo de Raadt
2004-05-24do not bother w/ void pci_devinfo() calls and free resources on failuresMichael Shalayeff
2004-02-19fix typo, KNFMarkus Friedl
2004-02-19don't disable the Sound Blaster legacy mode by default, as this breaksMarkus Friedl
2003-09-29avaliable -> availableMiod Vallat
2003-05-14Nuke more commons: ac97_id2, tinfo_tJason Wright
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-02-25move NULLification to end so it's useful.Ted Unangst
2003-02-20In typical linux style, set a magic bit that makes the floppy work onJason 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
2002-01-06remove bogus diagnostic check.Eric Jackson
2002-01-04add 600x read for 744 rev < 2 - from netbsdEric Jackson
2001-12-20add powerhook support to handle APM resumes correctly, fixes PR 1814joshua stein
2001-12-07bitmask_snprintf goes awayTheo de Raadt
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-10-31Change the audio_hm_if->mappage interface to return paddr_t and take off_tArtur Grabowski
2001-08-26Yup, I managed to fat finger all three of these while doing bus_dmamap_sync()Jason Wright
2001-08-25deal with 5 arg for of bus_dmamap_sync() if availableJason Wright
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-05-24Sync with NetBSD:Aaron Campbell
2001-03-29Add support for Yamaha DS-XG based audio chips, as found in machines such asAaron Campbell