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
/
isa
/
seagate.c
Age
Commit message (
Expand
)
Author
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2011-04-03
Iopoolification of some less common scsi drivers.
Kenneth R Westerback
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-10
A couple of missed ITSDONE setting before scsi_done().
Kenneth R Westerback
2010-01-10
Set ITSDONE in scsi_done() and zap trivial instances of setting it
Kenneth R Westerback
2009-09-24
Make sure the scsi_xfer timeout always get initialized with timeout_set(),
Miod Vallat
2009-09-05
scsi_done before COMPLETE.
David Gwynne
2009-08-09
Make this compile when SEA_ASSEMBLER is not defined.
Jonathan Gray
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2009-01-21
Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).
Alexander Yurchenko
2009-01-11
Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n)
Bret Lambert
2008-11-25
Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started.
Kenneth R Westerback
2007-11-05
More scsi_done() at SPLBIO.
Kenneth R Westerback
2007-10-01
More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where
Kenneth R Westerback
2007-06-29
ansify/de-register
Jasper Lievisse Adriaanse
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
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-08-26
remove useless INUSE references from scsi_xfer->flags; art@ miod@ ok.
Federico G. Schwindt
2001-06-27
recieve -> receive
Nathan Binkert
2001-01-29
new timeouts
Michael Shalayeff
1999-01-31
Fix clobbers so that GENERIC may compile with egcs.
Marc Espie
1999-01-07
Die, NEWCONFIG
Niklas Hallqvist
1997-11-07
$OpenBSD$
Niklas Hallqvist
1996-11-23
added const to second parameter of cfprint_t routines
kstailey
1996-05-27
verbosity during probe is dumb
Theo de Raadt
1996-05-26
sync 0521
Theo de Raadt
1996-05-07
sync with 0504 -- prototypes and bus.h
Theo de Raadt
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-03-20
Fix back wrong patches.
Michael Shalayeff
1996-03-19
Merging w/ NetBSD 021796.
Michael Shalayeff
1996-02-20
Pass device name to interrupt establish routines so it can be recorded in
Thorsten Lockert
1995-12-27
from netbsd:
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt