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
/
ic
/
oosiop.c
Age
Commit message (
Expand
)
Author
2009-03-07
Make sure the scsi_xfer timeout is set up before the command may complete;
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-05-27
Don't print SCSI ID, it's redundant now that scsibus(4) prints the same
Mark Kettenis
2007-11-07
More SPLBIO around scsi_done.
Kenneth R Westerback
2007-11-05
Take a bit more care to ensure that SCSI_POLL commands always return
Kenneth R Westerback
2007-10-01
More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'.
Kenneth R Westerback
2006-11-28
give scsi controllers a real attach args to fill in when attaching scsibus.
David Gwynne
2004-03-14
Shrink openings down to 1 for now, this makes the snakes happy, until a
Miod Vallat
2004-03-14
Small osiop inspired cleanups, especially honour the xfer timeout value
Miod Vallat
2004-03-12
Reset scsi bus upon command timeout.
Miod Vallat
2004-03-12
Preliminary port of NetBSD oosiop driver, for NCR53C700 chips, as commonly
Miod Vallat