History log of /openbsd/sys/dev/ic/aic79xx.c (Results 1 – 25 of 67)
Revision Date Author Comments
# 4b1a56af 09-Jan-2022 jsg <jsg@openbsd.org>

spelling
feedback and ok tb@ jmc@ ok ratchov@


# 500422e9 24-Jul-2020 krw <krw@openbsd.org>

Turning on various scsi drivers' *DEBUG options reveals that this has
rarely (if ever) been done.

Fix many printf format errors to calm clang and gcc on amd64, i386,
hppa. Missing #include, complain

Turning on various scsi drivers' *DEBUG options reveals that this has
rarely (if ever) been done.

Fix many printf format errors to calm clang and gcc on amd64, i386,
hppa. Missing #include, complaints if 'option <blah>DEBUG' is used in
config files, etc. All in debug code.

show more ...


# f7863625 31-Jan-2019 millert <millert@openbsd.org>

Fix compilation of amd64 kernel when optimization is disabled.
C99 inline semantics resulted in undefined symbols.
OK deraadt@ mpi@ dlg@


# 0ec7e569 06-Feb-2018 tedu <tedu@openbsd.org>

remove a bit of dead code. ok bluhm deraadt


# 62c54088 12-Dec-2017 krw <krw@openbsd.org>

Nuke some forward-only struct's and functions and functions thereby
made empty. Found by new ctfconv(1) feature and validated by clang.

ok mpi@


# c9c4a691 31-Aug-2016 tom <tom@openbsd.org>

Remove unnecessary 'error' assignment


# 94b57586 17-Aug-2016 krw <krw@openbsd.org>

Move to iopool. No voluntary testers after several years of requests so now
everybody gets to test!


# 34a62e53 15-Mar-2016 krw <krw@openbsd.org>

'accomodate' -> 'accommodate' in comments.

Started by diff from Mical Mazurek.


# 8f64f370 17-Dec-2015 tedu <tedu@openbsd.org>

sprinkling ifndef __linux__ around two variable declarations could not
possibly make this driver portable


# 2cdbd2eb 06-Dec-2015 mmcc <mmcc@openbsd.org>

typo in log entry


# 2e5af90a 17-Jul-2015 krw <krw@openbsd.org>

Nuke a bunch of leading and trailing whitespace so I don't go blind
reading this code. No intentional functional change.


# 21dab745 14-Mar-2015 jsg <jsg@openbsd.org>

Remove some includes include-what-you-use claims don't
have any direct symbols used. Tested for indirect use by compiling
amd64/i386/sparc64 kernels.

ok tedu@ deraadt@


# f8238f3e 13-Dec-2014 doug <doug@openbsd.org>

yet more mallocarray() changes.

ok tedu@ deraadt@


# 9f6fb5c7 13-Jul-2014 deraadt <deraadt@openbsd.org>

Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian
ok tedu


# aa3cabd0 12-Jul-2014 tedu <tedu@openbsd.org>

add a size argument to free. will be used soon, but for now default to 0.
after discussions with beck deraadt kettenis.


# 27ccfb8f 03-Dec-2013 brad <brad@openbsd.org>

Remove num_chip_names.

aic79xx.c:93:20: error: unused variable 'num_chip_names' [-Werror,-Wunused-const-variable]

ok deraadt@


# c06fda6d 30-May-2013 deraadt <deraadt@openbsd.org>

Enforce ca_activate tree-walks over the entire heirarchy for all events,
cleaning up some shutdown-hook related code on the way.
(A few drivers related to sparc are still skipped at kettenis' request

Enforce ca_activate tree-walks over the entire heirarchy for all events,
cleaning up some shutdown-hook related code on the way.
(A few drivers related to sparc are still skipped at kettenis' request)
ok kettenis mlarkin, tested by many others too

show more ...


# 4a39ccd0 05-Dec-2012 deraadt <deraadt@openbsd.org>

Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis


# 98c26657 24-Feb-2012 guenther <guenther@openbsd.org>

Correct the spelling of "transferred" and "transferring"

from Tobias Ulmer (tobiasu at tmux.org); ok jmc@, krw@


# 7d165a26 19-Apr-2011 chl <chl@openbsd.org>

Fix potential null dereference.

Found by LLVM/Clang Static Analyzer.

ok marco@ krw@


# c53cf8d3 22-Sep-2010 jsg <jsg@openbsd.org>

remove a leftover debug printf
ok krw@ marco@


# a8d61cf0 10-Dec-2009 chl <chl@openbsd.org>

remove dead assignment and newly created unused variable.

Found by LLVM/Clang Static Analyzer.

ok krw@ marco@


# 5063df4c 11-Jul-2009 krw <krw@openbsd.org>

Nuke an '__inline' that upset clang. Multi-line function should not
be inline anyway. Found by jsg@. The last kernel file that clang
complains about.

ok marco@ jsg@


# 4b68c80c 25-Jun-2008 deraadt <deraadt@openbsd.org>

do not print scsi id, since scsibus does that now; ok krw


# 80adcad8 27-Nov-2007 martynas <martynas@openbsd.org>

typos; ok jmc@
sys/dev/pci/pciide.c from naddy@


123