summaryrefslogtreecommitdiff
path: root/sys/dev/pci/eso.c
AgeCommit message (Expand)Author
2010-09-21much better suspend/resume supportJacob Meuser
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo 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-05-23rely on __alpha__, __amd64__, and __i386__ insteadTheo de Raadt
2010-04-28s/amd64/__amd64__/, s/i386/__i386__, no binary change.Mark Kettenis
2010-04-08these files don't need to include proc.h anymore. ok oga for agpTed 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-29specify alternate default audio parameters to make the default expansionJacob Meuser
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
2008-02-17some cleaning.Brad Smith
2007-11-11bring in ~7 years worth of improvements and bug fixes from NetBSDJacob Meuser
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-04-14make sure round_blocksize does not produce 0 after alignmentMichael Shalayeff
2003-05-01- initialize sc_pa before using itJason Wright
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2002-06-09fix resuming the eso through the powerhook; from marius aamodt eriksen <mariu...Michael 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-10-31Change the audio_hm_if->mappage interface to return paddr_t and take off_tArtur Grabowski
2001-09-21Correct some pryntf() usage: get the correct number of arguments in theMiod Vallat
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-07-19As in NetBSD, added direction to allocm/round_buffer_size APIs.Constantine Sapuntzakis
2000-04-03fix dmesg outputTheo de Raadt
2000-01-11off by oneTheo de Raadt
1999-12-05Pass device mode to query_encoding in the structure to fill, soMarc Espie
1999-12-04rev E nameTheo de Raadt
1999-08-08dmesg output correctionsTheo de Raadt
1999-08-05simplify dmesg reportingTheo de Raadt
1999-08-05Use config_defer when a silicon bug hitsNiklas Hallqvist
1999-08-05mv isa/mpu401var.h ic/mpuvar.hTheo de Raadt
1999-08-04ESS Solo-1 PCI audio card driver, from NetBSDNiklas Hallqvist