summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/cs4231.c
AgeCommit message (Expand)Author
2006-06-02sbus_establish() and the associated linked list in the sbus softc is now onlyMiod Vallat
2005-07-09Do not #include "foo.h" and keep the whole file between #if NFOO >0 ... #endif,Miod Vallat
2005-04-16do not provide round_buffer if not needed unless explained why in commentsMichael Shalayeff
2005-04-15make sure aligment does not return zero block sizeMichael Shalayeff
2005-03-08When failing to register an interrupt, display the correct priority on sparc64.Miod Vallat
2004-11-09Always free memory on failure in c{e,s}4231_alloc(); from Patrick Lafiti.Miod Vallat
2004-09-29Ratibibugle now useless evcnt structures.Miod Vallat
2003-07-03ansifyJason Wright
2003-06-24Add a "where" argument to the sparc64 interrupt code. This lets usHenric Jungheim
2003-06-02Nuke my clause 3 and 4 (and a couple of files jointly (c) with Theo).Jason Wright
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-03-27const and static cleaningJason Wright
2003-02-17Add support for the Sun Enterprise 450Henric Jungheim
2002-10-04simplify format setupJason Wright
2002-09-10Set encodings correctly.Jason Wright
2002-09-09Add support for audio capture (finally) and fix a bunch of stupid bugs.Jason Wright
2002-04-08Credit DARPA/USAF appropriately.Jason Wright
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-21finish ericj's work.Nathan Binkert
2002-01-11Roughly same diff as sparc, better interrupt handling:Jason Wright
2001-10-01simplification:Jason Wright
2001-10-01get rid of local copy of cs4231reg.h (and get defns from dev/ic/ad1848reg.hJason Wright
2001-10-01first step at getting rid of local cs4231reg copy: get register numbersJason Wright
2001-09-30prettyJason Wright
2001-09-30oops, get rid of debugging printfJason Wright
2001-09-30big clean up of commit operation (and register defns)Jason Wright
2001-09-30driver for SUNW,CS4231 (doesn't quite sound right yet =), but is mostly there.Jason Wright