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
2010-06-15
dont pass the dev_t from the scsi device drivers into the midlayer for
David Gwynne
2010-05-20
New scsi code seems to be stable. Pluck previously identified
Kenneth R Westerback
2010-05-16
Use a temporary variable for now to sidestep -Wbounded checking when
Nicholas Marriott
2010-04-22
use BUS_DMA_ZERO on alloc instead of bzeroing after.
Owain Ainsworth
2010-04-10
grrr var names in protos
Marco Peereboom
2010-04-10
sprinkle some bus_dmamap_sync around frame access.
Marco Peereboom
2010-03-23
Change the scsi_cmd function member of scsi_adapter from int to
Kenneth R Westerback
2010-01-09
Zap all setting of ITSDONE in drivers that don't look at it. Nobody
Kenneth R Westerback
2010-01-04
rename ccb_xs to ccb_cookie and change its type from a scsi_xfer * to a
David Gwynne
2010-01-04
protect the ccb free queue with a mutex rather than splbio
David Gwynne
2010-01-03
change M_WAITOK --> M_WAITOK|M_CANFAIL
Charles Longeau
2009-04-30
Add READ(16) & WRITE(16) commands.
Marco Peereboom
2009-04-29
MFI_D_IOCTL should be commented out. No binary change.
Marco Peereboom
2009-04-04
scrub more fields in the ccb when returning them to the free list after
David Gwynne
2009-03-29
spello
Marco Peereboom
2009-03-29
when we steal the SYNC CACHE command in mfi_scsi_cmd we still have to
David Gwynne
2009-03-29
fix a small race in mfi_mgmt between the checking of a ccbs completion and
David Gwynne
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2009-01-28
Add support for next generation megaraid sas raid controllers.
Marco Peereboom
2008-10-31
Generalize function to obtain all details to do bio stuff. This is in
Marco Peereboom
2008-10-30
Fix bug that when there are no volumes but there are hot spares it would
Marco Peereboom
2008-10-28
Fix output when reporting on multivolume disk groups.
Marco Peereboom
2008-10-27
Move some include stuff around
Marco Peereboom
2008-10-26
Space
Marco Peereboom
2008-10-23
Fix PR5645
Marco Peereboom
2008-09-25
Initialize 'ssc' to NULL since we test it later. Shouldn't ever be
Kenneth R Westerback
2008-02-16
Return NO_CCB and not TRY_AGAIN_LATER when running out of ccb's.
Kenneth R Westerback
2008-02-11
add support for the mfi controllers with the ppc iops, aka, LSI SAS1078 or
David Gwynne
2008-01-26
Set the return value instead of returning right away so that the DMA
Brad Smith
2008-01-26
sync dma mem back to the cpu on poll failure.
David Gwynne
2008-01-26
despatch -> dispatch
David Gwynne
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
[next]