| Age | Commit message (Expand) | Author |
| 2003-11-02 | Fix some typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2003-10-28 | fix bogus GCC uninitialized variable warning. Use TAILQ_FOREACH. | matt |
| 2003-10-25 | Fix uninitialized variable warnings | christos |
| 2003-10-21 | Remove return after panic(). | simonb |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2002-11-08 | in siop_reset(), reset sc_ntargets to 0. The number of targets will be | bouyer |
| 2002-07-26 | enouth -> enough. | wiz |
| 2002-07-18 | Spell 'should' correctly. | wiz |
| 2002-05-18 | Be more verbose when returning XS_DRIVER_STUFFUP | bouyer |
| 2002-05-16 | Don't access a scsipi channel's periph table directly; use | thorpej |
| 2002-04-25 | It's not safe to access the SCNTL1 register while the SCRIPT is running. | bouyer |
| 2002-04-23 | More copyright fixes, pointed out by Thomas. Thanks ! | bouyer |
| 2002-04-23 | - factor out parts of (e)siop_attach() to siop_common_attach() | bouyer |
| 2002-04-23 | Bump the space for SCSI messages from 8 to 16 octets, as 8 may not be | bouyer |
| 2002-04-23 | Enable software LED control based on LED0 feature, not #define. | bouyer |
| 2002-04-22 | Fix last change: assign siop_cmd->tag in callers instead of siop_setuptables(), | bouyer |
| 2002-04-22 | In siop_setuptables(), use the proposed tag_id, not tag_id +1. | bouyer |
| 2002-04-20 | Move a few things around, so that ic/siop_common.c and pci/siop_pci_common.c | bouyer |
| 2002-04-18 | If SIOP_SYMLED is defined, drive the activity LED though GPIO pin 1. | bouyer |
| 2002-04-05 | Implement mstohz() as discussed on tech-kern, and use it in SCSI drivers | bouyer |
| 2002-03-01 | As siop_morecbd() is called from the kernel thread, protect access to the | bouyer |
| 2002-01-12 | Call malloc(9) with M_ZERO flag instead of memset() after malloc(). | tsutsui |
| 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 |