summaryrefslogtreecommitdiff
path: root/sys/dev/pci/maestro.c
AgeCommit message (Expand)Author
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-09-05Stereo jitter suppressor.Marc Espie
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-02fix mmap.Marc Espie
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
2001-05-16it is notright to malloc() w/ WAITOK at attach time, put back NULL check and...Michael Shalayeff
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-03-13correct dmesg, save spaceTheo de Raadt
2001-01-16Add half of PT101 support: init codec, no mixer. And provide forMarc Espie
2001-01-12Activate other maestro makes, per Theo's request.Marc Espie
2001-01-11Sound driver for some ESS maestro models. Work by d@ and me, based onMarc Espie