Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-09 | fix resuming the eso through the powerhook; from marius aamodt eriksen ↵ | Michael Shalayeff | |
<marius@gone.crockster.net> via pr2704; from the #40 train | |||
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-01-20 | make all audio drivers use the new allocm and round_buffersize decl's. | Eric Jackson | |
will ease porting, and generally cleans up a bit | |||
2001-10-31 | Change the audio_hm_if->mappage interface to return paddr_t and take off_t | Artur Grabowski | |
as the mmap offset. | |||
2001-09-21 | Correct some pryntf() usage: get the correct number of arguments in the | Miod Vallat | |
correct order. | |||
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski | |
All callers actually took all arguments to pci_intr_map from pci_attach_args structs, so this simplifies code. This also allows more complicated interrupt assignment schemes like the one on sparc64. This makes sparc64 pci interrupts work. Inspired by the same change in NetBSD. | |||
2001-06-12 | Make pci_mapreg_map take an extra argument where we can | Niklas Hallqvist | |
put a size limitation of the PCI region to map. That makes the PERC 3/Di raid controller usable, as it publishes too much PCI memory for us to map in the kernel virtual memory. As we only access the first 256 byte it is of no use to map 128MB of kvm. | |||
2000-07-19 | As 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-03 | fix dmesg output | Theo de Raadt | |
2000-01-11 | off by one | Theo de Raadt | |
1999-12-05 | Pass device mode to query_encoding in the structure to fill, so | Marc 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-04 | rev E name | Theo de Raadt | |
1999-08-08 | dmesg output corrections | Theo de Raadt | |
1999-08-05 | simplify dmesg reporting | Theo de Raadt | |
1999-08-05 | Use config_defer when a silicon bug hits | Niklas Hallqvist | |
1999-08-05 | mv isa/mpu401var.h ic/mpuvar.h | Theo de Raadt | |
1999-08-04 | ESS Solo-1 PCI audio card driver, from NetBSD | Niklas Hallqvist | |