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
/
ncr53c9x.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-2
/
+2
*
Quoting an old commit message:
miod
2014-01-26
1
-1
/
+2
*
move the declaration of ncr53c9x_scsi_cmd into the .c file, its the only
dlg
2014-01-18
1
-1
/
+2
*
replace XS_NO_CCB with an iopool around the ecb_pool.
dlg
2014-01-18
1
-39
/
+21
*
get rid of a XS_NO_CCB thats caused by a failure to allocate the
dlg
2014-01-18
1
-84
/
+54
*
instead of having every bit of glue set up and attach an identical
dlg
2014-01-18
1
-4
/
+11
*
ncr53c9x (a.k.a. esp on sparc64) does not like 16-byte SCSI commands
krw
2011-11-08
1
-1
/
+16
*
protect sc->sc_state access and ncr53c9x_sched() call with splbio in
miod
2011-08-29
1
-1
/
+3
*
Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@
miod
2010-11-11
1
-5
/
+5
*
do not assume PR_NOWAIT is 0; it is not anymore
deraadt
2010-09-28
1
-2
/
+2
*
Remove all adapter-specific 'struct scsi_device's. They are never used. First
krw
2010-06-28
1
-4
/
+2
*
Don't #include <sys/user.h> into files that don't need the stuff
guenther
2010-06-26
1
-2
/
+1
*
New scsi code seems to be stable. Pluck previously identified
krw
2010-05-20
1
-8
/
+2
*
Change the scsi_cmd function member of scsi_adapter from int to
krw
2010-03-23
1
-7
/
+15
*
Remove a few more settings of ITSDONE in drivers. Only a couple
krw
2010-01-13
1
-3
/
+1
*
Nuke SCSI_URGENT after removing its only use, in ncr53c9x.c. That use
krw
2009-12-06
1
-3
/
+1
*
Bring last drivers fully into the NO_CCB world by replacing
krw
2009-11-22
1
-2
/
+2
*
Move IS[12]BYTEMSG and ISEXTMSG defines to a common place.
fgsch
2009-11-01
1
-5
/
+1
*
Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out.
krw
2008-11-24
1
-2
/
+2
*
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
blambert
2008-09-10
1
-2
/
+2
*
Fix redundant device name and/or target printing after calling
miod
2008-08-31
1
-3
/
+2
*
Don't print SCSI ID, it's redundant now that scsibus(4) prints the same
kettenis
2008-05-27
1
-3
/
+3
*
More scsi_done() at SPLBIO. Wrap more interrupt function calls while
krw
2007-11-05
1
-3
/
+11
*
more remove unneeded declarations that shadows existing vars; ok by many.
fgsch
2007-10-15
1
-2
/
+1
*
Fix some "that that"s.
tom
2007-08-06
1
-2
/
+2
*
give scsi controllers a real attach args to fill in when attaching scsibus.
dlg
2006-11-28
1
-2
/
+7
*
Enable wide targets on FAS366 esp; note that this changes the way esp
miod
2006-06-26
1
-10
/
+21
*
In NCR53C9X_DEBUG code, compute debug values after the values they depend on
miod
2006-05-23
1
-3
/
+8
*
Use more queue macros rather than doing it by hand; ok otto@ krw@
miod
2006-03-05
1
-10
/
+9
*
Delay a bit after sending a reset command if the chip is an 53C94 or a 53C96;
miod
2006-01-09
1
-1
/
+15
*
NCRDMA_SETUP() should be called before NCR_SET_COUNT() and NCRCMD_DMA command
brad
2006-01-09
1
-3
/
+4
*
Return from interrupt handler after chip init(reset).
brad
2006-01-04
1
-1
/
+2
*
People doing time comparisons without using the time{r,spec}cmp macros are
miod
2006-01-04
1
-3
/
+2
*
add \n in 'invalid state' message; from Martin Reindl; ok miod@.
xsa
2004-10-28
1
-2
/
+2
*
Ratibibugle now useless evcnt structures.
miod
2004-09-29
1
-3
/
+1
*
First step towards more sane time handling in the kernel -- this changes
tholo
2004-06-21
1
-4
/
+4
*
Provide explicit function argument declarations.
miod
2004-01-15
1
-1
/
+3
*
typos from Tom Cosgrove;
jmc
2003-10-21
1
-4
/
+4
*
cast and %lu for size_t variable printf
jason
2003-07-25
1
-2
/
+2
*
3/4 knockout for peter galbavy
deraadt
2003-06-05
1
-6
/
+1
*
be consistant on Hz vs hz
mickey
2003-02-11
1
-3
/
+3
*
remove dead code; krw@ ok.
fgsch
2002-10-25
1
-10
/
+1
*
Remove trailing '\n's from panic messages.
krw
2002-10-09
1
-5
/
+5
*
don't dereference ecb on default case, it's uninitialized.
fgsch
2002-09-04
1
-2
/
+1
*
First round of __P removal in sys
millert
2002-03-14
1
-31
/
+31
*
From NetBSD:
jason
2002-02-19
1
-3
/
+3
*
Pool deals fairly well with physical memory shortage, but it doesn't deal
art
2002-01-23
1
-2
/
+2
*
Initialize variable before use. ok fgs@
nordin
2001-12-17
1
-2
/
+2
[next]