| Age | Commit message (Expand) | Author |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-10-14 | Call siop_morecbd() only when scsipi ask us ADAPTER_REQ_GROW_RESOURCES. | bouyer |
| 2001-07-19 | Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places. | thorpej |
| 2001-06-21 | Also print DSA addr in a DIAGNOSTING printf. | bouyer |
| 2001-05-23 | Call scsipi_channel_thaw() after scsipi_done() so that command ordering | bouyer |
| 2001-04-30 | delint newline in string | lukem |
| 2001-04-25 | Pull up the thorpej_scsipi branch to main branch. | bouyer |
| 2001-03-07 | Add BUS_DMA_STREAMING to data transfer maps. | thorpej |
| 2001-03-01 | Differentiate a couple of similar error message, and add newlines | thorpej |
| 2001-02-11 | Avoid sending new commands to the device if it has sense pending: | bouyer |
| 2001-01-26 | Add a few siop_table_sync() calls. | bouyer |
| 2000-11-14 | NBPG -> PAGE_SIZE | thorpej |
| 2000-10-23 | Fixes related to QUEUE FULL status: | bouyer |
| 2000-10-23 | Rearrange for script changes (scheduler core in main script, command part | bouyer |
| 2000-10-21 | Ops, sync the script DMA map when the script RAM *don't* exists. | bouyer |
| 2000-10-19 | Adapt for script change: don't assume Ent_lun_switch_entry == 0 | bouyer |
| 2000-10-18 | Ops, add proper bus_dmamap_sync() calls for reselect switch operations. | bouyer |
| 2000-10-18 | Adapt for new lun switch script. | bouyer |
| 2000-10-06 | Ops, disable debugging messages. | bouyer |
| 2000-10-06 | Fix recurent typo: shed->sched | bouyer |
| 2000-10-06 | Adapt for reselect handling from the script. While here, fix typo | bouyer |
| 2000-07-27 | Force 64bit arithmetic for timeout computation; a 32bit int opverflows for | bouyer |
| 2000-07-24 | create a funcion, siop_busreset(), to reset the scsibus. | bouyer |
| 2000-07-19 | Fixx off-by-one error in handlereset(). | pk |
| 2000-06-28 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-26 | remove/move more mach vm header files: | mrg |
| 2000-06-20 | Patch from Eduardo Horvath: don't bus_dmamap_sync the script dma map if | bouyer |
| 2000-06-13 | sheduler->scheduler, as pointed out by Klaus Klein | bouyer |
| 2000-06-12 | Handle "scsi bus mode change" interrupts on 895 and higther. | bouyer |
| 2000-06-07 | Adapt struct scsipi_adapter changes. | tsutsui |
| 2000-06-05 | use the correct variable in a debug printf(). | bouyer |
| 2000-05-25 | Separate the sheduler from the main script, allocate another DMA-safe | bouyer |
| 2000-05-23 | Allocate dynamically the command block descriptors. | bouyer |
| 2000-05-15 | Don't enable debug message by default. | bouyer |
| 2000-05-15 | - split siop.c in script-dependant vs script-independant part, for | bouyer |
| 2000-05-11 | Use correct divider value for scxfer | bouyer |
| 2000-05-06 | Typos. | soren |
| 2000-05-05 | Ops, restore sync/wide parameters after a reselect. | bouyer |
| 2000-05-05 | Rework the command queue, to avoid having commands blocked at the end | bouyer |
| 2000-05-04 | When a WDTR message is rejected, initiate sync negotiation anyway. | bouyer |
| 2000-05-04 | - LP64 issues in debug printfs. | bouyer |
| 2000-05-02 | - do sync/wide negotiation | bouyer |
| 2000-04-27 | More big-endian fixes from Izumi Tsutsui. | bouyer |
| 2000-04-27 | Fix copyrigth notice. | bouyer |
| 2000-04-26 | Big-endian fixes from Izumi Tsutsui. | bouyer |
| 2000-04-25 | Ops, need to restore correct DSA value after a phase mismatch, we may have | bouyer |
| 2000-04-25 | - Change the script to start new commands in an asyncronous way, using | bouyer |
| 2000-04-21 | Snapshot of work in progress: new driver for the NCR 53c8xx SCSI controller | bouyer |