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
/
ncr5380sbc.c
Age
Commit message (
Expand
)
Author
2015-01-15
Fix subtle breakage for polled commands introduced during iopool conversion.
Miod Vallat
2014-01-18
replace XS_NO_CCB with iopools.
David Gwynne
2011-07-17
Backout a bunch of my SCSI commits from c2k11. At least one of these
Matthew Dempsky
2011-07-05
Replace last remaining users of link->scsibus with
Matthew Dempsky
2011-06-23
ansi
Theo de Raadt
2011-06-21
remove some unnecessary casts. ok blambert deraadt kettenis matthew
Ted Unangst
2010-06-26
Don't #include <sys/user.h> into files that don't need the stuff
Philip Guenthe
2010-03-25
fix fallout of previous; ok dlg@
Otto Moerbeek
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-01
Move IS[12]BYTEMSG and ISEXTMSG defines to a common place.
Federico G. Schwindt
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-12-10
Do not attempt to access scsi_xfer fields after scsi_done() has been invoked.
Miod Vallat
2005-11-12
splimp -> splvm
Brad Smith
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2002-06-14
spelling; from Brian Poole <raj@cerias.purdue.edu>
Todd T. Fries
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-09-24
Do not force polling while cold = 0; from NetBSD, hinted at by fgs@
Miod Vallat
2001-09-20
Better timeout usage.
Miod Vallat
2001-08-08
New timeouts. I've been running this since almost a whole year.
Miod Vallat
2001-06-24
remove cold.
Federico G. Schwindt
1997-09-11
sync with netbsd
kstailey
1997-06-11
Make this compile with debugging turned on.
Jason Downs
1996-11-28
Adaption to new bus.h from NetBSD. Various driver has been updated to
Niklas Hallqvist
1996-05-26
sync 0521
Theo de Raadt
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-04-18
NetBSD 960317 merge
Niklas Hallqvist
1996-03-05
From NetBSD: merge with 960217
Niklas Hallqvist
1996-01-31
from netbsd;
Theo de Raadt
1996-01-04
mi 5380 driver
Theo de Raadt