summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ami.c
AgeCommit message (Collapse)Author
2004-01-09remove uvm_extern.hBrad Smith
tested on alpha, i386, powerpc, sparc64, m68k. ok miod@
2003-06-28fix wrong format type; ok deraadt, tedu, mickeyAnil Madhavapeddy
2003-06-02kill the caluses three and four on some of my codeMichael Shalayeff
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-02-25fix two off by onesTed Unangst
credit to Yichen Xie's bounds checker ok mickey@
2002-07-03Another missing call to AMI_UNLOCK_API(). Fixes SPL NOT LOWERED errors seenAaron Campbell
when trying to mount/unmount a 900GB hardware RAID filesystem on an AMI card.
2002-04-26Add missing unlock. Ok mickeyNathan Binkert
2002-03-26enforce higher spl such that ccbs do not get fired upon in timeouts and ↵Michael Shalayeff
other places where we call for resource allocations which do no proper spl protection these days
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-12disable debugging, pointed out by brad@Michael Shalayeff
2001-12-12usmoke some scsi drugs, a little bitMichael Shalayeff
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-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-07-04case labels without statements are not permitted by ANSI C... and gcc 3.0Marc Espie
warns about them.
2001-06-25partial endianess fixesMichael Shalayeff
2001-05-05left out the debugging enabled; from ian@Michael Shalayeff
2001-04-30rework scsi stuff a bit, better locking.Michael Shalayeff
still concurrent commands get busted, for some reason, for tihs reason we lock to1 command at a time for now. prev commit toamivar.h was a homeless -m.
2001-04-16incorrect return value from ami_intrTheo de Raadt
2001-03-26fix scsi_done calling, locking, quartz_doneMichael Shalayeff
2001-03-15ensure that SYNCHRONIZE_CACHE works; mickey okTheo de Raadt
2001-03-14AMI and 3WARE have less of a relationship than this driver seems to indicateTheo de Raadt
2001-03-09give some dadaical credits and disable debuggingMichael Shalayeff
2001-03-09seems to work; rush because of cvs's battery at 73% nowMichael Shalayeff