History log of /openbsd-src/sys/dev/ic/mpi.c (Results 126 – 150 of 226)
Revision Date Author Comments
# 6fb4423a 01-Nov-2008 marco <marco@openbsd.org>

Add disk. This makes bio mostly done however to make it pretty we need
to implement RAID_ACTION. Remains disabled for now.


# 696a249d 28-Oct-2008 marco <marco@openbsd.org>

Pointer sizeof oops


# ba9fcf36 28-Oct-2008 marco <marco@openbsd.org>

Add beginings of bio. Disabled for now.

dlg "go go go"


# cec90523 07-Oct-2008 dlg <dlg@openbsd.org>

if fetching a config page for a sas target doesnt work then let the scsi
midlayer try to probe it anyway. this lets raid devices configured on an
mpi to work again.

reported by djm@


# 376cc467 30-Sep-2008 dlg <dlg@openbsd.org>

check all luns on sas boards to see if the device is atapi instead of just
the first one.


# 34213ea4 30-Sep-2008 dlg <dlg@openbsd.org>

provide a scsi probe hook that checks if an atapi device is plugged into
sas mpi variants. this lets the midlayer know it should send the right
sized commands to the device.

this will make the cd dr

provide a scsi probe hook that checks if an atapi device is plugged into
sas mpi variants. this lets the midlayer know it should send the right
sized commands to the device.

this will make the cd drive work on the sun enterprise m4000 and related
machines.

reported by James Hsieh at sun.

show more ...


# 2ed347c6 30-Sep-2008 dlg <dlg@openbsd.org>

add support for handling extended configuration page requests. the sas
pages are all extended, which is annoying.


# 698b8404 30-Sep-2008 dlg <dlg@openbsd.org>

straighten the deck chairs slightly


# 458c0157 25-May-2008 dlg <dlg@openbsd.org>

tweak the SPI port configuration if we figure out that it is not quite
right, in particular the adapters scsi id on the bus.

requested by kettenis@ who is having trouble with the scsi controller on

tweak the SPI port configuration if we figure out that it is not quite
right, in particular the adapters scsi id on the bus.

requested by kettenis@ who is having trouble with the scsi controller on
the primepower 250.

show more ...


# 4d59bb32 27-Dec-2007 dlg <dlg@openbsd.org>

1.90 again. use the right flags when creating a dmamap for use during
interrupts.


# 8a0aca22 27-Dec-2007 dlg <dlg@openbsd.org>

oops, there was other code in the previous commit that shouldnt have gone
in. this reverts 1.90.


# 6d4eb7e0 27-Dec-2007 dlg <dlg@openbsd.org>

use the right flags when creating dmamaps for use in interrupt handlers.


# 4a7ab628 12-Sep-2007 dlg <dlg@openbsd.org>

always tag fibre channel commands.

ok marco@


# 0b149fa0 11-Sep-2007 gilles <gilles@openbsd.org>

KNF

prompted and "much better" by marco@, ok pyr@


# 2593adcf 07-Sep-2007 dlg <dlg@openbsd.org>

take advantage of the new M_ZERO malloc flag.


# 8688e2f4 12-Jun-2007 thib <thib@openbsd.org>

add M_CANFAIL to malloc() flags, requested by
marco after I showed him a diff to remove the
malloc retun values since they are all called
with M_WAITOK.

ok marco@


# d5925da3 31-May-2007 dlg <dlg@openbsd.org>

remove the scsi task thread, and replace it with the system workq.

"just :wq and do it" tedu@


# 1e0da027 03-Apr-2007 dlg <dlg@openbsd.org>

modernise scsi_inquiry. the length field has grown and now theres pages to
query.

ok krw@


# 986e5614 17-Mar-2007 dlg <dlg@openbsd.org>

replace the VMWARE quirk that restricts the bus width to 16 targets with
one for all SPI controllers. krw has a sun machine with a 1030 that gets
the bus width wrong too, so since vmware emulates tha

replace the VMWARE quirk that restricts the bus width to 16 targets with
one for all SPI controllers. krw has a sun machine with a 1030 that gets
the bus width wrong too, so since vmware emulates that type of hardware
too, we can just limit the lot of them and forget about it.

show more ...


# 73d09fc5 28-Nov-2006 dlg <dlg@openbsd.org>

give scsi controllers a real attach args to fill in when attaching scsibus.

ok miod@ marco@ deraadt@


# 0e6c4ef4 28-Nov-2006 dlg <dlg@openbsd.org>

unhandled ioctls return ENOTTY, not 0


# 2d8cc9f7 28-Nov-2006 dlg <dlg@openbsd.org>

remove dead code


# a2559d4a 26-Nov-2006 dlg <dlg@openbsd.org>

use scsi_detach_target when a device dissapears, rather than using
config_detach and cleaning the midlayer up ourselves.


# 0a086644 25-Nov-2006 dlg <dlg@openbsd.org>

remove a comment which is now untrue after i fixed it


# 090baed6 22-Oct-2006 dlg <dlg@openbsd.org>

oops, the eventnotify stuff was accidentally enabled with the scsiconf
changes. its not ready yet, so disable it again.


12345678910