summaryrefslogtreecommitdiff
path: root/sys/dev/ic/oosiop.c
AgeCommit message (Expand)Author
2014-07-13Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianTheo de Raadt
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2013-10-09Enable synch negotiation; code was there but not enabled since this driver wasMiod Vallat
2011-06-27Unbreak iopool conversion by putting the implicit yet missing importantMiod Vallat
2011-04-03Iopoolification of some less common scsi drivers.Kenneth R Westerback
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. FirstKenneth R Westerback
2010-05-19BUS_DMA_ZERO instead of alloc, map, bzero.Owain Ainsworth
2010-04-20Allow MD oosiop(4) attachment to override default values for a few of theMiod Vallat
2010-03-23Change the scsi_cmd function member of scsi_adapter from int toKenneth R Westerback
2010-01-10Set ITSDONE in scsi_done() and zap trivial instances of setting itKenneth R Westerback
2009-03-07Make sure the scsi_xfer timeout is set up before the command may complete;Miod Vallat
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-05-27Don't print SCSI ID, it's redundant now that scsibus(4) prints the sameMark Kettenis
2007-11-07More SPLBIO around scsi_done.Kenneth R Westerback
2007-11-05Take a bit more care to ensure that SCSI_POLL commands always returnKenneth R Westerback
2007-10-01More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'.Kenneth R Westerback
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2004-03-14Shrink openings down to 1 for now, this makes the snakes happy, until aMiod Vallat
2004-03-14Small osiop inspired cleanups, especially honour the xfer timeout valueMiod Vallat
2004-03-12Reset scsi bus upon command timeout.Miod Vallat
2004-03-12Preliminary port of NetBSD oosiop driver, for NCR53C700 chips, as commonlyMiod Vallat