index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
dpt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove dpt(4) driver for DPT EATA SCSI RAID
jsg
2020-01-10
1
-1087
/
+0
*
avoid going outside array bounds
jsg
2017-05-31
1
-2
/
+2
*
Use <sys/endian.h> instead of <machine/endian.h>
guenther
2014-12-19
1
-2
/
+2
*
Enforce ca_activate tree-walks over the entire heirarchy for all events,
deraadt
2013-05-30
1
-11
/
+4
*
Two dpt(4) fixes:
matthew
2011-06-21
1
-8
/
+23
*
No point in a per-attachment scsi_adapter; move to global dpt_switch
matthew
2011-04-26
1
-6
/
+8
*
A plausible attempt at iopoolifying dpt(4).
matthew
2011-04-26
1
-53
/
+31
*
Make dpt(4) compile on 64-bit arches; no binary change on i386.
matthew
2011-04-26
1
-12
/
+9
*
Get rid of NetBSD/OpenBSD ifdefs; our SCSI stacks have diverged too
matthew
2011-04-26
1
-130
/
+2
*
Use an SLIST rather than a TAILQ for the ccb free list.
mk
2010-07-20
1
-8
/
+6
*
Make this compile again (was broken in rev 1.24 as far as I can tell),
mk
2010-07-20
1
-5
/
+5
*
Remove all adapter-specific 'struct scsi_device's. They are never used. First
krw
2010-06-28
1
-7
/
+4
*
New scsi code seems to be stable. Pluck previously identified
krw
2010-05-20
1
-5
/
+1
*
Change the scsi_cmd function member of scsi_adapter from int to
krw
2010-03-23
1
-9
/
+13
*
Zap all setting of ITSDONE in drivers that don't look at it. Nobody
krw
2010-01-09
1
-5
/
+1
*
Bring last drivers fully into the NO_CCB world by replacing
krw
2009-11-22
1
-2
/
+2
*
Missing scsi_done() in some error path returning COMPLETE; ok dlg@
miod
2009-09-04
1
-3
/
+11
*
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
miod
2009-02-16
1
-4
/
+2
*
Stop maintaining internal queues of received scsi_xfer structures.
krw
2008-11-26
1
-143
/
+11
*
Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out.
krw
2008-11-24
1
-2
/
+2
*
SCSI_DATA_UIO is never used. Code which checks for it is either dead or
miod
2008-09-12
1
-24
/
+7
*
Do not print adapter target id on the attachment line, now that scsibus(4)
miod
2008-07-30
1
-6
/
+2
*
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
2008-06-26
1
-8
/
+1
*
Remove commented out NetBSD __KERNEL_RCSID macro usage.
brad
2008-05-13
1
-6
/
+1
*
More scsi_done() at SPLBIO. Wrap another interrupt function call while
krw
2007-11-05
1
-3
/
+9
*
``it's'' -> ``its'' when the grammar gods require this change.
miod
2007-04-10
1
-2
/
+2
*
The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is
krw
2005-12-03
1
-4
/
+1
*
Use list and queue macros where applicable to make the code easier to read;
miod
2004-12-26
1
-9
/
+9
*
typos from Tom Cosgrove;
jmc
2003-10-21
1
-2
/
+2
*
sendbug(1), not send-pr; Peter Werner
henning
2002-12-11
1
-2
/
+2
*
Remove trailing '\n's from panic messages.
krw
2002-10-09
1
-3
/
+3
*
First round of __P removal in sys
millert
2002-03-14
1
-3
/
+3
*
Switch everything to the new bus_dmamap_sync API.
art
2001-11-05
1
-51
/
+2
*
initialize bus width and number of luns supported.
mickey
2001-07-13
1
-1
/
+3
*
Fix thinko. Okay millert@
espie
2001-07-08
1
-2
/
+2
*
Missing splx
csapuntz
2001-03-25
1
-1
/
+2
*
Added port of the NetBSD (-current) DPT SmartCache III/IV PCI/EISA host adapter
cmetz
1999-11-30
1
-0
/
+1441