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
/
atapiscsi
Age
Commit message (
Expand
)
Author
2020-02-13
Nuke *_minphys() functions that either simply apply MAXPHYS or do
Kenneth R Westerback
2020-01-25
Drivers that implement their own *minphys() don't need to call the
Kenneth R Westerback
2020-01-23
Use a consistant idiom/format when declaring scsi_adapter structures
Kenneth R Westerback
2017-12-30
Delete unnecessary <sys/file.h> includes
Philip Guenther
2017-08-11
Fix previous by calling wdc_atapi_intr_complete() before rerturning.
Martin Pieuchot
2017-08-11
Missing break/return statement on switch case
Ricardo Mestre
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-01-19
scsi has to scrub the ata xfer before using it so its set for the rest
David Gwynne
2014-01-18
move atapiscsi to iopools by making the entire ata layer use them too.
David Gwynne
2012-08-08
Convert from K&R to ISO function signatures.
Matthew Dempsky
2011-07-17
Backout a bunch of my SCSI commits from c2k11. At least one of these
Matthew Dempsky
2011-07-08
First batch of converting SCSI HBAs from setting saa_targets and
Matthew Dempsky
2011-05-25
wdc.c doesn't use NATAPISCSI, so no point in including atapiscsi.h.
Matthew Dempsky
2011-04-15
Change wdc_reset_channel() to take a `no wait' argument. Pass in turn this
Miod Vallat
2010-11-18
Do not #include <sys/dkstat.h> if you don't need anything from it.
Miod Vallat
2010-09-20
Use SSD_ERRCODE_CURRENT instead of magic 0x70.
Kenneth R Westerback
2010-08-04
Wake up cdroms attached to pciide; same as in wd.c 1.86
Theo de Raadt
2010-07-23
Manuel Bouyer rescinded clauses 3 and 4 of his license text.
Jonathan Gray
2010-07-01
Change scsibus(4)'s scsi_link array to an SLIST to save memory on
Matthew Dempsky
2010-06-28
Remove all adapter-specific 'struct scsi_device's. They are never used. First
Kenneth R Westerback
2010-06-15
dont pass the dev_t from the scsi device drivers into the midlayer for
David Gwynne
2010-05-20
New scsi code seems to be stable. Pluck previously identified
Kenneth R Westerback
2010-03-23
Change the scsi_cmd function member of scsi_adapter from int to
Kenneth R Westerback
2010-01-11
Don't check ITSDONE since we know it is set in scsi_done(). Eliminates
Kenneth R Westerback
2010-01-05
dont need to end statements with two semicolons. one is enough.
David Gwynne
2010-01-05
atapiscsi didnt call scsi_done when the xfer had SCSI_POLL set. this is
David Gwynne
2009-11-27
typo in documentation; missing full stop.
Igor Sobrado
2009-09-05
call scsi_done before returning COMPLETE in the stuffup case.
David Gwynne
2009-06-20
Force atapiscsi to depend upon wdc_base. This allows kernels to have
Miod Vallat
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2008-11-25
Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started.
Kenneth R Westerback
2008-05-22
never schedule a timer for a negative time, if in the past schedule short delay.
Dale Rahn
2007-11-06
More scsi_done() at SPLBIO.
Kenneth R Westerback
2007-08-06
Fix some "that that"s.
Tom Cosgrove
2007-02-14
Consistently spell FALLTHROUGH to appease lint.
Jonathan Gray
2006-11-28
give scsi controllers a real attach args to fill in when attaching scsibus.
David Gwynne
2006-10-22
fetch the name of the cd device attached to the atapiscsi scsibus by
David Gwynne
2006-10-22
strncpy -> strlcpy
David Gwynne
2006-01-13
Enable detaching atapiscsi devices.
Miod Vallat
2005-08-01
spacing; ok deraadt@
David Krause
2005-03-08
Cosmetics...
Thierry Deval
2004-02-21
SCSI_DATA_OUT doesn't mean transfer from host in all cases, when
Alexander Yurchenko
2004-02-13
Cleanup debug messages: use %b for status, %x -> 0x%x, wrap lines.
Alexander Yurchenko
2004-02-07
Always disable interrupts on a controller for polled commands.
Alexander Yurchenko
2004-01-14
Nuke SDEV_NOLUNS, SDEV_FORCELUNS, and PQUIRK_FORCELUNS quirks. Also
Kenneth R Westerback
2004-01-09
remove uvm_extern.h
Brad Smith
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2003-10-17
Merge an old fix from NetBSD:
Alexander Yurchenko
2003-10-16
Allow setting of wdcdebug*_mask variables via preprocessor defines.
Alexander Yurchenko
2003-09-28
kill trailing spaces, no functional changes
Alexander Yurchenko
[next]