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
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