summaryrefslogtreecommitdiff
path: root/sys/dev/ic/twe.c
AgeCommit message (Expand)Author
2016-01-22remove a surplus splbioJonathan Gray
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-09-14remove uneeded proc.h includesJonathan Gray
2013-11-18format stringTheo de Raadt
2013-11-18simplify kthread_create(). no more stdargTheo de Raadt
2011-07-17Backout a bunch of my SCSI commits from c2k11. At least one of theseMatthew Dempsky
2011-07-08First batch of converting SCSI HBAs from setting saa_targets andMatthew Dempsky
2011-04-03move twe over to iopools so we can get rid of another NO_CCB user. thisDavid Gwynne
2010-09-20Use SSD_ERRCODE_CURRENT instead of magic 0x70.Kenneth R Westerback
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. FirstKenneth R Westerback
2010-05-20New scsi code seems to be stable. Pluck previously identifiedKenneth R Westerback
2010-03-29Initialize various uninitialized variables. Found by jsg@ via Clang.Kenneth R Westerback
2010-03-23Change the scsi_cmd function member of scsi_adapter from int toKenneth R Westerback
2010-01-09Zap all setting of ITSDONE in drivers that don't look at it. NobodyKenneth R Westerback
2009-11-22Bring last drivers fully into the NO_CCB world by replacingKenneth R Westerback
2009-09-03must call scsi_done before returning complete.David Gwynne
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2008-07-24the softc sc_lock lockmgr lock is unused, so remove it.Thordur I. Bjornsson
2007-10-20Call scsi_done() at SPLBIO. 'looks olright' says mickey.Kenneth R Westerback
2006-12-29Avoid void * arithmetic, okay deraadt@, suggestions from millert@Pedro Martelletto
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2005-12-03The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER isKenneth R Westerback
2005-09-15Don't fake MODE SENSE page 4 info inside raid drivers, just let sdKenneth R Westerback
2005-07-03Fix data_length values in simulationed MODE SENSE page 4 responses soKenneth R Westerback
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-06-02kill the caluses three and four on some of my codeMichael Shalayeff
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-04-09missing nl in the error msg and a return afterwardsMichael Shalayeff
2002-09-17deal w/ the dma in a special thread to follow the busdma semantics. this fixe...Michael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-31scsi_done() is unsafe, rearrange locking to compensateMichael Shalayeff
2001-12-06clear all inrterrupts separately and before enabling any.Michael Shalayeff
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-09-24get rid of kvtop, not that it matters that muchMichael Shalayeff
2001-07-04case labels without statements are not permitted by ANSI C... and gcc 3.0Marc Espie
2001-05-18stupidous debug was left enabledMichael Shalayeff
2001-05-10dmamem_unmap the memory before dmamem_freeig it.Michael Shalayeff
2001-03-14it seems sometimes it takes up to 35 seconds to init; from Chris Kuethe ckuet...Michael Shalayeff
2001-03-09missing twe_unlock for failed get_ccb() for i/o scsi cmd, which was impossibl...Michael Shalayeff
2001-02-19propoer dmaable memory allocationsMichael Shalayeff
2001-01-07fix a few scsi_done() usages.Michael Shalayeff
2000-11-08oops, oops w/ no configured unitsMichael Shalayeff
2000-11-07estimate sc_link.openings on the number of configured unitsMichael Shalayeff
2000-09-25do not do queue locking in get/put_ccb, since calling blocksMichael Shalayeff
2000-09-15forgot to turn off debuggingMichael Shalayeff
2000-09-153ware escalade ide raid controllersMichael Shalayeff