Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-09 | remove uvm_extern.h | Brad Smith | |
tested on alpha, i386, powerpc, sparc64, m68k. ok miod@ | |||
2003-06-28 | fix wrong format type; ok deraadt, tedu, mickey | Anil Madhavapeddy | |
2003-06-02 | kill the caluses three and four on some of my code | Michael Shalayeff | |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson | |
2003-02-25 | fix two off by ones | Ted Unangst | |
credit to Yichen Xie's bounds checker ok mickey@ | |||
2002-07-03 | Another missing call to AMI_UNLOCK_API(). Fixes SPL NOT LOWERED errors seen | Aaron Campbell | |
when trying to mount/unmount a 900GB hardware RAID filesystem on an AMI card. | |||
2002-04-26 | Add missing unlock. Ok mickey | Nathan Binkert | |
2002-03-26 | enforce 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-14 | First round of __P removal in sys | Todd C. Miller | |
2001-12-12 | disable debugging, pointed out by brad@ | Michael Shalayeff | |
2001-12-12 | usmoke some scsi drugs, a little bit | Michael Shalayeff | |
2001-11-06 | Replace 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-05 | Switch 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-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat | |
2001-07-04 | case labels without statements are not permitted by ANSI C... and gcc 3.0 | Marc Espie | |
warns about them. | |||
2001-06-25 | partial endianess fixes | Michael Shalayeff | |
2001-05-05 | left out the debugging enabled; from ian@ | Michael Shalayeff | |
2001-04-30 | rework 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-16 | incorrect return value from ami_intr | Theo de Raadt | |
2001-03-26 | fix scsi_done calling, locking, quartz_done | Michael Shalayeff | |
2001-03-15 | ensure that SYNCHRONIZE_CACHE works; mickey ok | Theo de Raadt | |
2001-03-14 | AMI and 3WARE have less of a relationship than this driver seems to indicate | Theo de Raadt | |
2001-03-09 | give some dadaical credits and disable debugging | Michael Shalayeff | |
2001-03-09 | seems to work; rush because of cvs's battery at 73% now | Michael Shalayeff | |