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
/
eisa
/
aha1742.c
Age
Commit message (
Expand
)
Author
2009-09-05
call scsi_done before returning COMPLETE
David Gwynne
2009-08-29
remove more unneeded Debugger() calls from dev/
Jasper Lievisse Adriaanse
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
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
2008-09-12
SCSI_DATA_UIO is never used. Code which checks for it is either dead or
Miod Vallat
2007-11-05
More scsi_done() at SPLBIO. If you poll by manually calling the
Kenneth R Westerback
2007-05-08
ahb_debug should be inside #ifdef AHBDEBUG
Theo de Raadt
2007-04-10
``it's'' -> ``its'' when the grammar gods require this change.
Miod Vallat
2006-12-21
'immediatly' -> 'immediately' in comments.
Kenneth R Westerback
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-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
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
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-02-03
new timeouts
Michael Shalayeff
1996-11-28
Adaption to new bus.h from NetBSD. Various driver has been updated to
Niklas Hallqvist
1996-11-23
added const to second parameter of cfprint_t routines
kstailey
1996-11-12
s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road
Niklas Hallqvist
1996-10-16
-Wall happiness
Theo de Raadt
1996-06-02
Correct attach output
Thorsten Lockert
1996-05-26
sync 0521
Theo de Raadt
1996-05-10
rename softc
Theo de Raadt
1996-05-02
more verbose interrupt handling?
Theo de Raadt
1996-04-28
Make this compile; was missing new first argument
Thorsten Lockert
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-04-18
NetBSD 960317 merge
Niklas Hallqvist
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