Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-04 | Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro. | Alexander Yurchenko | |
This matches our SLIST behaviour and NetBSD's SIMPLEQ as well. ok millert krw deraadt | |||
2004-01-09 | remove uvm_extern.h | Brad Smith | |
tested on alpha, i386, powerpc, sparc64, m68k. ok miod@ | |||
2003-06-02 | kill the caluses three and four on some of my code | Michael Shalayeff | |
2003-06-02 | do not play w/ interrupts too much and keep 'em enabled at all times, fixes ↵ | Michael Shalayeff | |
random lockups; tested by brad@ on all models | |||
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson | |
2003-03-15 | specifed -> specified | Theo de Raadt | |
2003-03-06 | this is a fix for kernel panics and craches along w/ other stability | Michael Shalayeff | |
improvements worked out over past few months w/ different people. the main bug was fixes w/ help of harding@motd.ca . 10x to all and enjoy the better driver (; | |||
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-12-31 | missing nl, from art@ | 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-10-18 | solve numerous problems: | Michael Shalayeff | |
- free up ccb before calling scsi_done; - remove bogus tsleep/wakeup ccb availability mechanism; - fix an off by one size reporting in read_capacity. huge 10x to Alan Jones <RAJones@teklinks.com> and teklinks for providing a testbed and his time for testing. tests sustained 34 simultaneous tar zxvp at ldav of 76. however 36 simultaneous bonnies hang the machine, possibly for different reasons though. regardless, this fixed version passes an installation alright. | |||
2001-08-16 | do not try to undefine CAC_DEBUG | Brad Smith | |
2001-04-23 | double splx in error path. | Artur Grabowski | |
2001-04-11 | just fail if there are no volumes defined | Michael Shalayeff | |
2001-02-07 | ok, commit this since it most likely to work; i guess now it will get tested ↵ | Michael Shalayeff | |
a little bit sooner than in a few months; 10x brad@ | |||
2000-12-17 | initialize dinfo always | Michael Shalayeff | |
2000-12-17 | Compaq SMART Array RAID controllers. | Michael Shalayeff | |
based on netbsd driver. testing helps from brad@ eisa untested, but should work (; |