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
/
iha.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'
krw
2020-09-22
1
-4
/
+4
*
Access adapter softc via link->bus->sb_adapter_softc.
krw
2020-07-16
1
-3
/
+3
*
Shuffle things around so that sc->sc_link initialization is
krw
2020-07-02
1
-22
/
+2
*
If the adapter card needs to keep track of its own id on the bus, or
krw
2020-07-01
1
-3
/
+4
*
Trailing whitespace is icky. Some KNF whitespace tweaks
krw
2020-02-18
1
-52
/
+52
*
*_minphys() functions that cap i/o sizes at a value larger than the
krw
2020-02-15
1
-15
/
+2
*
Shuffle some names around to make reading the code less headache
krw
2020-01-26
1
-2
/
+2
*
Drivers that implement their own *minphys() don't need to call the
krw
2020-01-25
1
-3
/
+1
*
Use a consistant idiom/format when declaring scsi_adapter structures
krw
2020-01-23
1
-5
/
+2
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
Close races where timer is started on a command and then an splbio()
krw
2012-02-04
1
-3
/
+5
*
ansify and de'register some prototypes
dhill
2012-01-11
1
-205
/
+76
*
iopoolification. Tested on my Initio INIC-950. Various eyes including
krw
2010-10-03
1
-37
/
+28
*
Remove all adapter-specific 'struct scsi_device's. They are never used. First
krw
2010-06-28
1
-9
/
+1
*
New scsi code seems to be stable. Pluck previously identified
krw
2010-05-20
1
-13
/
+2
*
BUS_DMA_ZERO instead of alloc, map, bzero.
oga
2010-05-19
1
-3
/
+2
*
Change the scsi_cmd function member of scsi_adapter from int to
krw
2010-03-23
1
-13
/
+10
*
Set ITSDONE in scsi_done() and zap trivial instances of setting it
krw
2010-01-10
1
-5
/
+1
*
Missing scsi_done() in some error path returning COMPLETE; ok dlg@
miod
2009-09-04
1
-2
/
+14
*
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
miod
2009-02-16
1
-3
/
+2
*
Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).
grange
2009-01-21
1
-4
/
+4
*
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
-13
/
+5
*
fix comments after the members of scsi_adapter were changed.
dlg
2007-12-29
1
-5
/
+5
*
Take a bit more care to ensure that SCSI_POLL commands always return
krw
2007-11-05
1
-4
/
+4
*
avoid splassert, caused by the fact that iha_main() is called
otto
2007-10-18
1
-1
/
+4
*
``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
-2
/
+1
*
Don't tempt fate by TAILQ_REMOVE()'ing inside TAILQ_FOREACH(), even if
krw
2005-11-05
1
-23
/
+12
*
Rename a few defines to avoid namespace pollution. The only one used was 'READ' which is now 'NVREAD'.
krw
2004-01-19
1
-2
/
+2
*
typos from Tom Cosgrove;
jmc
2003-10-21
1
-3
/
+3
*
As long as I am here pull in some useful changes from NetBSD.
krw
2003-03-30
1
-66
/
+68
*
A few final (I hope) tweaks to the dma fixes.
krw
2003-03-29
1
-20
/
+42
*
Another chunk of bus_dma fixes. May actually approach correctness now.
krw
2003-03-29
1
-121
/
+158
*
Use sc_print_addr() where possible to improve messages.
krw
2003-03-29
1
-17
/
+23
*
Fix REQUEST SENSE handling based on lessons learned struggling with
krw
2003-03-28
1
-18
/
+24
*
Rework iha copyight verbiage to make clear what needs to be clear for
krw
2002-11-14
1
-18
/
+9
*
Remove trailing '\n's from panic messages.
krw
2002-10-09
1
-2
/
+2
*
fix the use of "cuz" in the tree; these are all in comments
jsyn
2002-06-09
1
-2
/
+2
*
First round of __P removal in sys
millert
2002-03-14
1
-90
/
+90
*
Remove local defines for SCSI status codes and use those now
krw
2001-11-11
1
-5
/
+5
*
Switch everything to the new bus_dmamap_sync API.
art
2001-11-05
1
-3
/
+3
*
Andreas Gunnarsson found a bug in iha that causes system crashes
krw
2001-10-14
1
-5
/
+3
*
Prepare for transition to 5-parameter bus_dmamap_sync() by creating and
krw
2001-08-26
1
-5
/
+7
*
Change references to inic-950 to inic-940/950 to reflect chips
krw
2001-07-13
1
-46
/
+33
*
Remove static'ness of functions in line with normal OpenBSD
krw
2001-07-13
1
-589
/
+415
*
Use offsetof() from sys/param.h, not a local define.
krw
2001-07-10
1
-3
/
+3
*
Minor code clean ups.
krw
2001-07-09
1
-75
/
+62
*
Fix incorrect logic 'optimization' so that sync is negotiated even if
krw
2001-07-09
1
-2
/
+4
*
Tone down the verbosity level slightly on the iha driver, print
krw
2001-02-20
1
-34
/
+33
[next]