summaryrefslogtreecommitdiff
path: root/sys/dev/ic/aac.c
AgeCommit message (Collapse)Author
2005-05-26remove unused vtophys stuffMartin Reindl
ok jason@
2004-03-20Remove errant ';' at end of if() statement that was causing pre-matureAaron Campbell
termination of the timeout loop in aac_sync_command(). Appears to only have affected attach/init time procedure. Thanks Marco Peereboom for testing, and ok'd by others.
2004-01-10oops, revert change.Brad Smith
2004-01-09remove uvm_extern.hBrad Smith
tested on alpha, i386, powerpc, sparc64, m68k. ok miod@
2003-09-02- drop number of openings by 4 to avoid "not queued" errors.Federico G. Schwindt
- check return from aac_start() and return correctly in case we need to reschedule the watchdog. convervative fix from niklas@, prompted by several ppl. krw and deraadt ok.
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2002-03-27From FreeBSD: check for FIFO becoming unfull correctly, in the case of ↵Niklas Hallqvist
consumer index wrapping. Improve an internal API. ok mickey@
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-05doh, thanks mickey!Niklas Hallqvist
2002-03-05Deal gracefully with ccb starvationNiklas Hallqvist
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
(Look ma, I might have broken the tree)
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
Most work by Wilbern Cobb <vedge@csoft.org> with some fixes from me, mickey@ and drahn@.
2001-09-21Correct some pryntf() usage: get the correct number of arguments in theMiod Vallat
correct order.
2001-08-12remove some of the redundant vm includesMichael Shalayeff
2001-07-04Use the right target when checking for out of bounds.Niklas Hallqvist
2001-06-27Pastos from the inceptionNiklas Hallqvist
2001-04-06Move offsetof define into sys/param.hConstantine Sapuntzakis
2000-12-13better new timeoutsMichael Shalayeff
2000-12-13new timwouts; art@ okMichael Shalayeff
2000-11-10Adaptec "FSA" RAID driverNiklas Hallqvist