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
/
arch
/
mvme68k
/
dev
/
sbic.c
Age
Commit message (
Expand
)
Author
2010-11-18
Do not #include <sys/dkstat.h> if you don't need anything from it.
Miod Vallat
2010-06-29
Shrink struct scsi_sense_data and thus the sense member of scsi_xfer,
Kenneth R Westerback
2010-05-20
New scsi code seems to be stable. Pluck previously identified
Kenneth R Westerback
2010-03-27
Fix fallout of the scsi_cmd() interface change.
Miod Vallat
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-22
Remove only use in the tree of ESCAPE_NOT_SUPPORTED. Which, ironically,
Kenneth R Westerback
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-09-12
SCSI_DATA_UIO is never used. Code which checks for it is either dead or
Miod Vallat
2007-05-29
TAILQ_LAST takes two arguments.
Pierre-Yves Ritschard
2007-05-28
avoid bypassing sys/queue.h in many places in the kernel.
Pierre-Yves Ritschard
2005-12-03
The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is
Kenneth R Westerback
2004-12-25
Use list and queue macros where applicable to make the code easier to read;
Miod Vallat
2003-12-20
Passl -Wformat. Fix some blatant -Wuninitialized errors as well.
Miod Vallat
2003-11-03
spelling fixes (in the comments)
David Krause
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-02-11
be consistant on Hz vs hz
Michael Shalayeff
2002-04-27
Jumbo commit to fix all compilation warnings on mvme68k (add prototypes,
Miod Vallat
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-11-06
remove the last uses of vm/vm_page.h
Artur Grabowski
2001-09-11
Don't include <vm/vm_kern.h> if you don't need foo_map.
Miod Vallat
2000-11-10
seperate -> separate, okay aaron@
Niels Provos
1997-11-24
partially apply that dk_* pr
Michael Shalayeff
1996-05-10
fix sync scsi
Theo de Raadt
1996-04-28
wdsc driver hacked from amiga driver by Steve Woodford
Theo de Raadt
1995-11-07
$Id$ throughout
Theo de Raadt
1995-10-18
mvme68k port by me. some parts by dale rahn.
Theo de Raadt