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
2007-09-17
Only the most obvious bzero() -> M_ZERO changes. No cast changes, no
Kenneth R Westerback
2007-06-06
Remove IPS_D_INTR debug level, IPS_D_XFER is good enough.
Alexander Yurchenko
2007-05-29
Fix bus_dmamap_sync size argument.
Alexander Yurchenko
2007-05-28
Bump timeout.
Alexander Yurchenko
2007-05-28
Decrease max number of commands to 128.
Alexander Yurchenko
2007-05-28
Start adding copperhead chipset support. Not tested at all.
Alexander Yurchenko
2007-05-28
Fix timeout loop in ips_poll().
Alexander Yurchenko
2007-05-28
Better debug printf.
Alexander Yurchenko
2007-05-28
Provide a separate DMA-able command frame buffer for each CCB to prevent
Alexander Yurchenko
2007-05-28
Sprincle some more scsi_done().
Alexander Yurchenko
2007-05-28
Release CCB before calling scsi_done(). Thanks dlg@ for the tip.
Alexander Yurchenko
2007-05-27
Add basic error detection.
Alexander Yurchenko
2007-05-27
Better debug printf.
Alexander Yurchenko
2007-05-27
A completely rewritten ips driver. Still work in progress but already
Alexander Yurchenko
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