summaryrefslogtreecommitdiff
path: root/sys/dev/isa/pas.c
AgeCommit message (Expand)Author
2000-04-28pasfind(): avoid silly bug - if bus_space_map() of SB I/O space failed,jdolecek
1999-02-18Add separate halt_output and halt_input routines.mycroft
1999-02-17Pass the direction to the allocm and round_buffersize methods.mycroft
1998-08-17* Redo the way the way the MIDI driver attaches to audio devices.augustss
1998-08-10Use the new trigger_{in,out}put interface.mycroft
1998-06-22Make PAS driver work again. From "John F. Woods" <jfw@jfwhome.funhouse.com>.augustss
1998-06-09Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-06-09Adjust for changes to the ISA DMA API.thorpej
1998-03-23Update for __BROKEN_INDIRECT_CONFIG. Still untested since it is so hardaugustss
1998-03-22Make this file compile without BROKRN_INDIRECT_CONFIG.drochner
1998-01-12Update for config changes.thorpej
1997-10-19Make the audio API (almost) SunOS compatible.augustss
1997-09-14Get rid of `register'.augustss
1997-08-19Change the MI audio driver so it attaches to the MD driver in theaugustss
1997-07-31Audio changes:augustss
1997-07-28Audio: Remove the machine dependant code I put in audio.c by mistake.augustss
1997-07-28audio: Minor cleanup and enable looping DMA for PSS and PAS.augustss
1997-07-27audio: Simplify handling of AUDIO_SETFD and committing of encoding mode.augustss
1997-07-27Changes to the sudio system:augustss
1997-07-25Make PAS audio work again.augustss
1997-06-06Pull thorpej-bus-dma branch into mainline.thorpej
1997-05-09Change the interface between high and lowlevel audio drivers again:augustss
1997-04-29Change the interface between the high and low level audio driversaugustss
1997-04-06Make sure the bus tag is set where we need it.augustss
1997-03-24use new name sc_drq8 and initialize sc_drq16 (reflect changes to SB driver)jtk
1997-03-20Combine set_encoding and set_precision into a single set_format interface.mycroft
1997-03-13Don't share the silence block between devices. Make silence filling work formycroft
1996-11-12Use device struct from sbdsp_softc, eliminate redundant softc members.mikel
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-05-12Use intr.h.mycroft
1996-04-29- prototype fixeschristos
1996-04-11update for addition of a machine-dependent cookie as the first argumentcgd
1996-03-17New device attachment scheme:thorpej
1996-03-01Add support to the ISA DMA framework for auto-initialize mode.mycroft
1996-02-16Prototype the probe and attach functions.mycroft
1995-12-24The IST_* and IPL_* constants are not bus-specific; don't treat them as such.mycroft
1995-11-10Convert IRQ, DRQ, and port numbers to int.mycroft
1995-07-19GUS audio driver from John Kohl.brezak
1995-07-07Cleanupbrezak
1995-05-08Remove stringsbrezak
1995-04-17update for new locationscgd
1995-04-17clean up several ISA device interfaces: autoconfiguration, headercgd
1995-03-25Use void* rather than caddr_t in many places.mycroft
1995-03-14Fixes defect port-i386/864 from John Woods (jfw@jfwhome.funhouse.com) withbrezak
1995-02-28Use irq directly not as a maskbrezak
1995-02-21PAS driver; uses SB emulation for nowbrezak