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
/
mfi.c
Age
Commit message (
Expand
)
Author
2007-11-05
More scsi_done() at SPLBIO.
Kenneth R Westerback
2007-09-27
M_ZERO changes
Charles Longeau
2007-06-24
rework sensor tasks to use the kernels generic workq rather than a special
David Gwynne
2007-05-29
sprinkle some SMALL_KERNEL to permit bio/softraid to run on boot media
Todd T. Fries
2007-03-22
split userland & kernel struct sensor/sensordev so that the addition
Theo de Raadt
2007-02-14
bus_space does byte swapping to cope with host endianness for us, so remove
David Gwynne
2007-02-13
Fix subtle x ? y : z bug when calling mfi_create_sgl. This worked because
Marco Peereboom
2007-02-08
Remove double semicolons.
Ray Lai
2006-12-23
adapt to new two-level sensor api; Constantine A. Murenin
Theo de Raadt
2006-11-28
give scsi controllers a real attach args to fill in when attaching scsibus.
David Gwynne
2006-08-31
Add sensor thread for individual sd devices.
Marco Peereboom
2006-08-30
when determining the size of the volumes and disks we want how many
David Gwynne
2006-07-28
make dmesg printing look a little bit nicer.
Brad Smith
2006-06-19
Factor for disk size is /2. Odd but tested on all mfis I have.
Marco Peereboom
2006-06-19
Everytime one forgets an argument in a printf-like function call, God kills
Miod Vallat
2006-06-19
Make a BGI (Back Ground Init) a scrub instead of rebuild.
Marco Peereboom
2006-06-19
Add hot spare support.
Marco Peereboom
2006-05-26
Add blinking for disks.
Marco Peereboom
2006-05-25
Move a int i; to top of function so that it compiles on non c99 compilers.
Marco Peereboom
2006-05-25
And add time and percentage to builds and check consistencies.
Marco Peereboom
2006-05-25
Add last bit of physcal disk stuff.
Marco Peereboom
2006-05-25
Add physical device and read config structures.
Marco Peereboom
2006-05-23
commited with unused variable
Theo de Raadt
2006-05-23
Remove some debug cruft.
Marco Peereboom
2006-05-23
Add first half of physical disk data for bio.
Marco Peereboom
2006-05-22
Add support for raid 50 and 10 in 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
Do a giant flush of disk and raid-card memory when SYNCHONIZE_CACHE is called.
Marco Peereboom
2006-05-21
pretty up some debug statements.
Marco Peereboom
2006-05-21
Add bio alarm function.
Marco Peereboom
2006-05-21
Add generic management function.
Marco Peereboom
2006-05-21
Oops, helps to use the right structure field.
Marco Peereboom
2006-05-21
Add first BIOCINQ primitive.
Marco Peereboom
2006-05-18
Remove some debug cruft and pretty up some debug messages.
Marco Peereboom
2006-05-18
Kill splbio/splx in the interrupt handler.
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
Nuke some { }
Marco Peereboom
2006-05-16
Move !xs->data case into mfi_start_xs.
Marco Peereboom
2006-05-16
Fix some more htole32 screw-ups.
Marco Peereboom
2006-05-16
Fix some htole32 I missed.
Marco Peereboom
2006-05-16
Add READ CAPACITY.
Marco Peereboom
2006-05-16
Oops PREREAD not PREWRITE.
Marco Peereboom
2006-05-16
Add TUR and make it send it directly to firmware.
Marco Peereboom
2006-05-15
Clear all relevant ccb fields when mfi_put_ccb frees a ccb.
Marco Peereboom
2006-05-15
Oops don't send command twice to firmware when polling.
Marco Peereboom
2006-05-15
Add INQUIRY command.
Marco Peereboom
[next]