Age | Commit message (Expand) | Author |
2009-01-18 | Put ccb back on free list if we bail out because we can't map the | Kenneth R Westerback |
2009-01-18 | Don't lose ccb's if there are problems allocating the structures needed | Kenneth R Westerback |
2008-11-24 | Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out. | Kenneth R Westerback |
2008-08-31 | Fix redundant device name and/or target printing after calling | Miod Vallat |
2007-09-07 | The obvious bzero/memset -> M_ZERO changes. | Kenneth R Westerback |
2007-08-05 | Add support for the (non-pci) NCR 53c720/770 in big-endian mode. | Mark Kettenis |
2007-05-08 | turn off SIOP_STATS; ok krw | Theo de Raadt |
2006-12-21 | 'immediatly' -> 'immediately' in comments. | Kenneth R Westerback |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
2006-05-22 | - fix and prettify SIOP_DEBUG | Martin Reindl |
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback |
2005-11-20 | Un-revert backout to 20051009 and add patches from Martin Bouyer to | Kenneth R Westerback |
2005-11-03 | revert to 20051009 for now, need to investigate strange behaviour with | Martin Reindl |
2005-10-10 | Add handling for IGNORE WIDE RESIDUE messages. Actually calculate | Kenneth R Westerback |
2005-10-08 | 'dma' -> 'DMA' (wiz via NetBSD), save a test after TAILQ_FOREACH() by | Kenneth R Westerback |
2005-03-12 | use TAILQ_FOREACH | Martin Reindl |
2004-10-13 | De-inline siop. Shrinks almost 1K on i386. | Kenneth R Westerback |
2004-07-31 | Save a couple of hundred bytes (on i386) by putting the definition of | Kenneth R Westerback |
2004-07-30 | Do not negotiate or use non-async transfer rates until probing (i.e. | Kenneth R Westerback |
2004-04-25 | Rework SCSI_POLL/INQUIRY logic to make it more readable, not least by | Kenneth R Westerback |
2004-04-18 | Fix cut/paste typo in error message. | Kenneth R Westerback |
2004-04-18 | Restore siop's (and possibly others) ability to negotiate tags/wide/sync by | Kenneth R Westerback |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre |
2003-10-09 | go back to non-raw busdma load as some archs still do not have load_raw | Michael Shalayeff |
2003-09-29 | e own SIOP_DEBUG define instea of the system-wide one; | Michael Shalayeff |
2003-07-01 | Don't dma map the xs->cmd. Copy it to a safe buffer that is already | Kenneth R Westerback |
2003-06-28 | Fix a bug which would promote a target from TARST_PROBING to | Kenneth R Westerback |
2003-06-09 | Fix erroneous handling of i/o's during a reset. | Kenneth R Westerback |
2003-01-21 | bzero() siop_target structure after malloc(). | Kenneth R Westerback |
2002-12-23 | Fix complete botch in handling of 'openings'. | Kenneth R Westerback |
2002-11-16 | From NetBSD (bouyer@): | Kenneth R Westerback |
2002-09-16 | Resync siop with NetBSD. Make strong effort to minimize | Kenneth R Westerback |
2002-07-20 | If we call siop_intr manually, make sure it's protected by splbio. | Artur Grabowski |
2002-06-09 | fix the use of "cuz" in the tree; these are all in comments | Jason Peel |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-23 | Use the size of the cmd dmamap when syncing the scsi command, not data size. | Per Fogelstrom |
2001-11-05 | Switch everything to the new bus_dmamap_sync API. | Artur Grabowski |
2001-10-30 | From NetBSD: add __packed__ attribute to hardware structure that | Kenneth R Westerback |
2001-10-26 | Allocate an appropriate number of cbd's for each discovered LUN | Kenneth R Westerback |
2001-10-08 | Complete (I hope) the changes to siop that make it pay attention | Kenneth R Westerback |
2001-08-26 | Prepare for transition to 5-parameter bus_dmamap_sync() by creating and | Kenneth R Westerback |
2001-08-18 | Make siop pay attention to quirks table. This not only eliminates the | Kenneth R Westerback |
2001-07-04 | Embedding newlines in strings is a bad idea, and prints out badly. | Marc Espie |
2001-06-25 | Revert change to using sc_link in calls to siop_print_info(). | Kenneth R Westerback |
2001-06-24 | Remove an over-optimization from the polling loop of siop_scsicmd(), | Kenneth R Westerback |
2001-06-24 | Pass the device's scsi_link to siop_print_info(), instead of the | Kenneth R Westerback |
2001-04-23 | Clean up supposedly 'impossible' case in siop_intr() so | Kenneth R Westerback |
2001-04-15 | Support U160 on 53c1010 chips. | Kenneth R Westerback |
2001-03-06 | 1) Enable tag queuing. | Kenneth R Westerback |
2001-03-01 | Typo police: various misspelling, capitalizations, etc. | Kenneth R Westerback |