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
/
mfivar.h
Age
Commit message (
Expand
)
Author
2006-08-31
Oops! Disable debug.
Marco Peereboom
2006-08-31
Add sensor thread for individual sd devices.
Marco Peereboom
2006-06-19
Add hot spare support.
Marco Peereboom
2006-05-25
Add physical device and read config structures.
Marco Peereboom
2006-05-23
Add first half of physical disk data for bio.
Marco Peereboom
2006-05-22
Add mail box to mfi_mgmt to handle sub commands more gracefully.
Marco Peereboom
2006-05-22
Add first half of BIOCVOL primitive.
Marco Peereboom
2006-05-21
Add generic management function.
Marco Peereboom
2006-05-18
And we have lift off! Was able to create a filesystem and write to the
Marco Peereboom
2006-05-17
Add completion routines.
Marco Peereboom
2006-05-17
Add mfi_get_info to obtain all kinds of fun information from the fw.
Marco Peereboom
2006-05-17
Refactor scsi path so that we can have a single sgl function for io and non-io
Marco Peereboom
2006-05-16
Fix some more htole32 screw-ups.
Marco Peereboom
2006-05-15
Add INQUIRY command.
Marco Peereboom
2006-05-10
Add some airplane code.
Marco Peereboom
2006-04-21
Add mfi_poll and use the new shiny function to setup all the hardware queues.
Marco Peereboom
2006-04-20
marco hates typedefs as much as i do, so he asked me to clean mfi like i
David Gwynne
2006-04-17
Sprinkle more debug. Remove 64 byte boundary; it doesn't seem to like it.
Marco Peereboom
2006-04-17
Setup ccbs and clean up ccb structure.
Marco Peereboom
2006-04-16
Add frame memory and sglist allocation.
Marco Peereboom
2006-04-16
Add get and put ccb functions. Shuffle some more definitions.
Marco Peereboom
2006-04-16
Add interrupt handler. Idea borrowed from FreeBSD since it is much nicer
Marco Peereboom
2006-04-16
Add skeleton ccb structure.
Marco Peereboom
2006-04-07
Replace bus_space functions with generic ones that do barriers.
Marco Peereboom
2006-04-07
Add memory allocator functions.
Marco Peereboom
2006-04-07
Make a better debug mechanism.
Marco Peereboom
2006-04-07
Add DEVNAME.
Marco Peereboom
2006-04-06
Add skeleton driver for MegaRAID SAS.
Marco Peereboom