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
/
aic6360.c
Age
Commit message (
Expand
)
Author
2022-04-16
constify SCSI adapter entry points
Christian Weisgerber
2022-01-09
spelling
Jonathan Gray
2020-09-22
Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'
Kenneth R Westerback
2020-07-20
Move remaining scsi bus initialization info from "prototype scsi link"
Kenneth R Westerback
2020-07-19
Move the adapter related items (luns, adapter, adapter_target,
Kenneth R Westerback
2020-07-16
Access adapter softc via link->bus->sb_adapter_softc.
Kenneth R Westerback
2020-07-11
Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug
Kenneth R Westerback
2020-06-27
Nuke trailing whitespace.
Kenneth R Westerback
2020-06-27
No need to bzero()/memset() 'struct scsibus_attach_args' variables
Kenneth R Westerback
2020-02-05
Nuke unnecessary abstraction 'scsi_minphys()' which just calls
Kenneth R Westerback
2020-01-23
Use a consistant idiom/format when declaring scsi_adapter structures
Kenneth R Westerback
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2017-04-30
Rename Debugger() into db_enter().
Martin Pieuchot
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2011-04-03
Iopoolification of some less common scsi drivers.
Kenneth R Westerback
2010-06-28
Remove all adapter-specific 'struct scsi_device's. They are never used. First
Kenneth R Westerback
2010-06-26
Don't #include <sys/user.h> into files that don't need the stuff
Philip Guenthe
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-13
Remove a few more settings of ITSDONE in drivers. Only a couple
Kenneth R Westerback
2009-11-01
Move IS[12]BYTEMSG and ISEXTMSG defines to a common place.
Federico G. Schwindt
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2009-01-21
Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).
Alexander Yurchenko
2008-11-24
Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out.
Kenneth R Westerback
2007-11-05
More scsi_done() at SPLBIO. Wrap another interrupt function call while
Kenneth R Westerback
2007-08-09
size_t != int: use %lu in format strings and cast variables to
Ray Lai
2007-07-08
ansify/de-register
Jasper Lievisse Adriaanse
2006-11-28
give scsi controllers a real attach args to fill in when attaching scsibus.
David Gwynne
2006-06-03
make detachable, inspired by netbsd
Martin Reindl
2006-05-23
- comment out minphys() wrapper which was intended for DMA code, since there
Miod Vallat
2006-04-20
Cast unsigned to signed when you want to check for negative values.
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
2004-07-26
Typos in comments.
Miod Vallat
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2003-02-11
be consistant on Hz vs hz
Michael Shalayeff
2002-03-14
First round of __P removal in sys
Todd C. Miller
2000-12-13
new timeouts
Michael Shalayeff
1998-10-05
Remove the bus_space_unmap from aic_find.
Federico G. Schwindt
1998-09-11
Split the aic6360 driver to add support for SCSI pcmcia cards.
Federico G. Schwindt