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
/
iopsp.c
Age
Commit message (
Expand
)
Author
2010-06-28
Remove all adapter-specific 'struct scsi_device's. They are never used. First
Kenneth R Westerback
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
2009-04-02
Convert lockmgr to rwlock. Fixing a (harmless) lock leak on attach
Owain Ainsworth
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2007-10-18
scsi_done() must be splbio() protected... who did this work for??; ok dlg
Theo de Raadt
2007-10-04
attribute packed -> __packed
Gilles Chehade
2007-09-16
Obvious M_ZERO changes.
Kenneth R Westerback
2006-11-28
give scsi controllers a real attach args to fill in when attaching scsibus.
David Gwynne
2005-11-19
Remove unnecessary lockmgr() archaism that was costing too much in terms
Pedro Martelletto
2003-01-13
make it compile w/ SCSIDEBUG defined, found by brad@
Michael Shalayeff
2002-10-12
Remove more '\n's from panic() statements. Both trailing and leading.
Kenneth R Westerback
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-06-27
use proper size for swapping
Michael Shalayeff
2001-06-27
remove unused var decl
Niklas Hallqvist
2001-06-27
modify for our scsi framework
Michael Shalayeff
2001-06-26
Start at raw SCSI support over i2o, from NetBSD, hacked by me, not ready
Niklas Hallqvist