summaryrefslogtreecommitdiff
path: root/sys/dev/isa/aria.c
AgeCommit message (Expand)Author
2006-05-11if (!foo & BAR) bad, if (!(foo & BAR)) better, and I'll have a cookie perMiod Vallat
2006-03-14Return ENXIO when trying to open a non-existent device, not ENODEV.Miod Vallat
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-01-09remove uvm_extern.hBrad Smith
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
1999-01-07Die, NEWCONFIGNiklas Hallqvist
1998-11-03Update audio_hw_if.Jason Downs
1997-07-10sync with NETBSD 30/3/97 + adapating aria.cNiels Provos
1996-08-01doc where driver comes fromTheo de Raadt
1996-05-04Driver for Aria-based sound cards; netbsd pr#2122; from roland@imrryr.orgTheo de Raadt