index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
i2o
/
ioprbs.c
Age
Commit message (
Expand
)
Author
2011-05-02
Fix potential null dereference.
Charles Longeau
2011-04-27
Simplify ioprbs(4) scsi_xfer handling.
Matthew Dempsky
2011-04-25
Callers of scsi_iopool_init() ought to set up the pool member in struct
Miod Vallat
2011-04-03
put iopools back in. ok gcc
David Gwynne
2011-04-03
back iopools out, it was never compiled.
David Gwynne
2011-04-03
get rid of NO_CCB by moving to iopools.
David Gwynne
2010-11-20
__attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, and
Miod Vallat
2010-10-12
Force openings to 1 for devices that can't do tagged i/o, i.e. more
Kenneth R Westerback
2010-09-20
Use SSD_ERRCODE_CURRENT instead of magic 0x70.
Kenneth R Westerback
2010-07-14
SCSI HBA drivers need to report success/error through xs, not xs->bp.
Matthew Dempsky
2010-06-28
Remove all adapter-specific 'struct scsi_device's. They are never used. First
Kenneth R Westerback
2010-03-23
Change the scsi_cmd function member of scsi_adapter from int to
Kenneth R Westerback
2010-01-09
Zap all setting of ITSDONE in drivers that don't look at it. Nobody
Kenneth R Westerback
2009-11-22
Bring last drivers fully into the NO_CCB world by replacing
Kenneth R Westerback
2009-08-29
incorrect array bounds check in I2OVERBOSE error reporting.
Miod Vallat
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2009-01-21
Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).
Alexander Yurchenko
2008-11-25
Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started.
Kenneth R Westerback
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2007-10-17
de-abstract and just use splbio() and splx()
Theo de Raadt
2006-11-28
give scsi controllers a real attach args to fill in when attaching scsibus.
David Gwynne
2005-12-04
Don't retry unsupported commands, or commands for invalid
Kenneth R Westerback
2005-09-15
Don't fake MODE SENSE page 4 info inside raid drivers, just let sd
Kenneth R Westerback
2005-08-24
Test xs->bp before de-referencing it. Initialize it to NULL, not 0.
Kenneth R Westerback
2005-07-03
Fix data_length values in simulationed MODE SENSE page 4 responses so
Kenneth R Westerback
2005-05-23
loose is not lose. ok deraadt tdeval and a few more typos from jfb
Ted Unangst
2004-04-12
removeable -> removable;
Jason McIntyre
2003-04-27
strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.
Hakan Olsson
2002-04-03
deal with ccb shortage correctly, ok mickey@
Niklas Hallqvist
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-06-29
Alpha-version (or is that Intel?) of the I2O random block storage driver.
Niklas Hallqvist