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
/
pci
/
ips.c
Age
Commit message (
Expand
)
Author
2006-11-29
Limit the number of openings to 1 for now, there're still bugs.
Alexander Yurchenko
2006-11-29
Report about command error
Alexander Yurchenko
2006-11-29
ips firmware runs on a little-endian cpu so do endian conversion
Alexander Yurchenko
2006-11-29
Add some constants.
Alexander Yurchenko
2006-11-29
Oh, scsi layer already has timeout stuff for us.
Alexander Yurchenko
2006-11-29
oops, i missed ips when giving scsibus an attach args for drivers to fill
David Gwynne
2006-11-28
I just don't know why I decided to set block count to 512 unconditionaly
Alexander Yurchenko
2006-11-28
Better debug messages.
Alexander Yurchenko
2006-11-28
Try to detect stalled xfers with timeouts.
Alexander Yurchenko
2006-11-28
The default debug level is ``error'' for now.
Alexander Yurchenko
2006-11-28
Keep free ccbs in a queue.
Alexander Yurchenko
2006-11-28
Add some debug facility.
Alexander Yurchenko
2006-11-28
Pretend to implement SCSI SYNCHRONIZE_CACHE command.
Alexander Yurchenko
2006-11-27
Replace DMA operations with something less ugly. Still a lot of work remains.
Alexander Yurchenko
2006-11-27
Properly enable enterrupts. Now I finally can newfs the whole drive.
Alexander Yurchenko
2006-11-27
IBM ServeRAID controllers driver.
Alexander Yurchenko