summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc64/dev/ce4231var.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* recording/full-duplex supportjakemsr2010-07-261-9/+11
| | | | ok kettenis
* simplify the mixer(4) code and interface. document the interface.jakemsr2010-07-261-8/+1
| | | | ok kettenis
* Fix the mixer interface for the CE4231 sound card found in Sun machines. Still aedd2009-12-011-4/+10
| | | | | | lot of room for improvement in the driver, but atleast it works now. OK kettenis@, ratchov@
* sbus_establish() and the associated linked list in the sbus softc is now onlymiod2006-06-021-2/+1
| | | | | | used to store a per-device reset callback, for use in sbusreset(). Except sbusreset() has never, ever, been used since Torek's sbus code went in. Time to recycle those wasted bits.
* Ratibibugle now useless evcnt structures.miod2004-09-291-2/+1
|
* nuke terms 3 & 4jason2003-06-021-6/+1
|
* Credit DARPA/USAF appropriately.jason2002-04-081-1/+6
|
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-5/+5
|
* Save the interrupt cookies and fix the printfs for failure.jason2002-01-241-1/+2
|
* fix dma problems... now blaring Berlin's The Metro around the house from U30.jason2001-10-021-1/+2
| | | | | (like cs4231, this driver only supports playback... capture will have to wait until post 3.0).
* driver for cs4231 at ebus: doesn't quite sound right yet (VERY choppy andjason2001-10-011-0/+90
noisy... probably dma issue). This isn't the final destination for these files either (alot of sharing can be done with sbus version, I think).