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