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
/
dpt.c
Age
Commit message (
Expand
)
Author
2014-12-19
Use <sys/endian.h> instead of <machine/endian.h>
Philip Guenther
2013-05-30
Enforce ca_activate tree-walks over the entire heirarchy for all events,
Theo de Raadt
2011-06-21
Two dpt(4) fixes:
Matthew Dempsky
2011-04-26
No point in a per-attachment scsi_adapter; move to global dpt_switch
Matthew Dempsky
2011-04-26
A plausible attempt at iopoolifying dpt(4).
Matthew Dempsky
2011-04-26
Make dpt(4) compile on 64-bit arches; no binary change on i386.
Matthew Dempsky
2011-04-26
Get rid of NetBSD/OpenBSD ifdefs; our SCSI stacks have diverged too
Matthew Dempsky
2010-07-20
Use an SLIST rather than a TAILQ for the ccb free list.
Michael Knudsen
2010-07-20
Make this compile again (was broken in rev 1.24 as far as I can tell),
Michael Knudsen
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
2010-01-09
Zap all setting of ITSDONE in drivers that don't look at it. Nobody
Kenneth R Westerback
2009-11-22
Bring last drivers fully into the NO_CCB world by replacing
Kenneth R Westerback
2009-09-04
Missing scsi_done() in some error path returning COMPLETE; ok dlg@
Miod Vallat
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2008-11-26
Stop maintaining internal queues of received scsi_xfer structures.
Kenneth R Westerback
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
2008-07-30
Do not print adapter target id on the attachment line, now that scsibus(4)
Miod Vallat
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-05-13
Remove commented out NetBSD __KERNEL_RCSID macro usage.
Brad Smith
2007-11-05
More scsi_done() at SPLBIO. Wrap another interrupt function call while
Kenneth R Westerback
2007-04-10
``it's'' -> ``its'' when the grammar gods require this change.
Miod Vallat
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
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2002-12-11
sendbug(1), not send-pr; Peter Werner
Henning Brauer
2002-10-09
Remove trailing '\n's from panic messages.
Kenneth R Westerback
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-11-05
Switch everything to the new bus_dmamap_sync API.
Artur Grabowski
2001-07-13
initialize bus width and number of luns supported.
Michael Shalayeff
2001-07-08
Fix thinko. Okay millert@
Marc Espie
2001-03-25
Missing splx
Constantine Sapuntzakis
1999-11-30
Added port of the NetBSD (-current) DPT SmartCache III/IV PCI/EISA host adapter
cmetz