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
/
uha.c
Age
Commit message (
Expand
)
Author
2020-09-22
Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'
Kenneth R Westerback
2020-07-29
SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random
Kenneth R Westerback
2020-07-24
Turning on various scsi drivers' *DEBUG options reveals that this has
Kenneth R Westerback
2020-07-20
Move remaining scsi bus initialization info from "prototype scsi link"
Kenneth R Westerback
2020-07-19
Move the adapter related items (luns, adapter, adapter_target,
Kenneth R Westerback
2020-07-16
Access adapter softc via link->bus->sb_adapter_softc.
Kenneth R Westerback
2020-07-11
Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug
Kenneth R Westerback
2020-06-27
Nuke trailing whitespace.
Kenneth R Westerback
2020-06-27
No need to bzero()/memset() 'struct scsibus_attach_args' variables
Kenneth R Westerback
2020-02-15
*_minphys() functions that cap i/o sizes at a value larger than the
Kenneth R Westerback
2020-01-26
Shuffle some names around to make reading the code less headache
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-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2017-07-26
uha_init_mscp() is unused.
Theo de Raadt
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2011-10-25
Initialize variables before use. And if initializing, use the correct
Kenneth R Westerback
2011-04-03
Iopoolification of some less common scsi drivers.
Kenneth R Westerback
2010-08-07
No "\n" needed at the end of panic() strings.
Kenneth R Westerback
2010-06-30
Use SLIST instead of TAILQ for the ccb free list.
Michael Knudsen
2010-06-28
Remove all adapter-specific 'struct scsi_device's. They are never used. First
Kenneth R Westerback
2010-06-26
Don't #include <sys/user.h> into files that don't need the stuff
Philip Guenthe
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-09
Zap all setting of ITSDONE in drivers that don't look at it. Nobody
Kenneth R Westerback
2009-09-04
Missing scsi_done() in some error path returning COMPLETE; ok dlg@
Miod Vallat
2009-08-29
remove more unneeded Debugger() calls from dev/
Jasper Lievisse Adriaanse
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2008-11-24
Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out.
Kenneth R Westerback
2008-09-12
SCSI_DATA_UIO is never used. Code which checks for it is either dead or
Miod Vallat
2006-11-28
give scsi controllers a real attach args to fill in when attaching scsibus.
David Gwynne
2005-12-03
The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is
Kenneth R Westerback
2005-11-23
assume vtophys(vaddr_t) just what all the other archs expect; no functional c...
Michael Shalayeff
2005-02-17
miscellaneous typo fixes:
Jean-Francois Brousseau
2004-12-26
Use list and queue macros where applicable to make the code easier to read;
Miod Vallat
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-02-03
new timeouts
Michael Shalayeff
1997-04-13
make it compile again
Michael Shalayeff
1996-11-28
Adaption to new bus.h from NetBSD. Various driver has been updated to
Niklas Hallqvist