summaryrefslogtreecommitdiff
path: root/sys/dev/i2o
AgeCommit message (Expand)Author
2011-06-29iop(4) is not a SCSI controller, so it shouldn't have the scsiMatthew Dempsky
2011-05-02Fix potential null dereference.Charles Longeau
2011-04-27Simplify ioprbs(4) scsi_xfer handling.Matthew Dempsky
2011-04-25Callers of scsi_iopool_init() ought to set up the pool member in structMiod Vallat
2011-04-03put iopools back in. ok gccDavid Gwynne
2011-04-03back iopools out, it was never compiled.David Gwynne
2011-04-03get rid of NO_CCB by moving to iopools.David Gwynne
2010-11-20__attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, andMiod Vallat
2010-10-12Force openings to 1 for devices that can't do tagged i/o, i.e. moreKenneth R Westerback
2010-09-20Use SSD_ERRCODE_CURRENT instead of magic 0x70.Kenneth R Westerback
2010-07-14SCSI HBA drivers need to report success/error through xs, not xs->bp.Matthew Dempsky
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-23Change the scsi_cmd function member of scsi_adapter from int toKenneth R Westerback
2010-01-13Change M_WAITOK --> M_WAITOK | M_CANFAILCharles Longeau
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-08-29incorrect array bounds check in I2OVERBOSE error reporting.Miod Vallat
2009-04-02Convert lockmgr to rwlock. Fixing a (harmless) lock leak on attachOwain Ainsworth
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2009-01-21Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).Alexander Yurchenko
2008-11-25Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started.Kenneth R Westerback
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-26typos; ok jmc@Martynas Venckus
2007-10-18scsi_done() must be splbio() protected... who did this work for??; ok dlgTheo de Raadt
2007-10-17cleanup dmesgTheo de Raadt
2007-10-17de-abstract and just use splbio() and splx()Theo de Raadt
2007-10-04attribute packed -> __packedGilles Chehade
2007-09-16Obvious M_ZERO changes.Kenneth R Westerback
2006-11-29Kernel stack can be swapped. This means that stuff that's on the stackMiod Vallat
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2006-03-07Don't issue I2O_EXEC_IOP_CLEAR to AMI boards, since someBrad Smith
2005-12-04Don't retry unsupported commands, or commands for invalidKenneth R Westerback
2005-11-19Remove unnecessary lockmgr() archaism that was costing too much in termsPedro Martelletto
2005-09-15Don't fake MODE SENSE page 4 info inside raid drivers, just let sdKenneth R Westerback
2005-08-24Test xs->bp before de-referencing it. Initialize it to NULL, not 0.Kenneth R Westerback
2005-07-03Fix data_length values in simulationed MODE SENSE page 4 responses soKenneth R Westerback
2005-05-23loose is not lose. ok deraadt tdeval and a few more typos from jfbTed Unangst
2005-01-06Make sure the kthread does not run before iop_config_interrupts().Miod Vallat
2004-09-16cleanup deafult locators (blah ?); please check that your most hated architec...Michael Shalayeff
2004-07-09perform reply buffer dma synchronisation in iop_msg_post(), and not inPedro Martelletto
2004-04-12removeable -> removable;Jason McIntyre
2003-10-21typo from Tom Cosgrove;Jason McIntyre
2003-09-04bzero the full malloced space, not the sizeof the pointerAnil Madhavapeddy
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-01-13make it compile w/ SCSIDEBUG defined, found by brad@Michael Shalayeff
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-06-07Handle hashinit() failure. ok niklas@Thomas Nordin
2002-04-03deal with ccb shortage correctly, ok mickey@Niklas Hallqvist