Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-09 | CMI can do mu-law encoding, don't use software emulation mode. | Kevin Lo | |
deraadt@, jason@, mickey@ ok | |||
2003-06-05 | untils this is sync'ed, correctly set mixer_class for CMPCI_OUTPUT_CLASS. | Federico G. Schwindt | |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson | |
2002-11-19 | Add a simplistic table driven lookup routine and use it where appropriate. | Jason Wright | |
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-10-03 | return 1 from interrupt handled; kevlo | Theo de Raadt | |
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-04-27 | Driver for C-Media CMI8x38 Audio Chip present on several all-in-one | Todd C. Miller | |
motherboards (ie: bultin audio + video). Written by Takuya SHIOZAKI. |