summaryrefslogtreecommitdiff
path: root/sys/dev/pci/eso.c
AgeCommit message (Collapse)Author
2000-07-19As in NetBSD, added direction to allocm/round_buffer_size APIs.Constantine Sapuntzakis
Accomplished by adding functions to audio_hw_if instead of redoing current ones so as to minimize need to change drivers. For Neomagic, tell the AC97 subsystem that we don't support reads.
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
that devices that don't need it are not affected. eso has those weird 16 bits mode that differ in endianess depending on READ/WRITE. Use this to avoid setting AUDIO_FLAGS_EMULATED needlessly. Reorder eso modes slightly so that emulated modes are always last.
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