summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mpi.c
AgeCommit message (Expand)Author
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2006-11-28unhandled ioctls return ENOTTY, not 0David Gwynne
2006-11-28remove dead codeDavid Gwynne
2006-11-26use scsi_detach_target when a device dissapears, rather than usingDavid Gwynne
2006-11-25remove a comment which is now untrue after i fixed itDavid Gwynne
2006-10-22oops, the eventnotify stuff was accidentally enabled with the scsiconfDavid Gwynne
2006-10-21rework the bus scanning code by splitting it out into separate functionsDavid Gwynne
2006-09-22add support for hotplugging devices on sas controllers. this is disabledDavid Gwynne
2006-09-21code for acking event notifications that require acks.David Gwynne
2006-09-21deref the right rcb by using i as the index, not 1 all the time.David Gwynne
2006-09-21start cleaning up the completion path for event notifications.David Gwynne
2006-09-21add a debug flag type thing for event handlingDavid Gwynne
2006-09-21wrap the hardware replies up in a structure called mpi_rcb which isDavid Gwynne
2006-09-21factor the common code out of mpi_intr and mpi_complete. they wereDavid Gwynne
2006-09-18macros and types for event notifications from the hardware.David Gwynne
2006-09-18There's no need to walk the list of devices to find the SCSI bus wePedro Martelletto
2006-09-16rework the handling of the errors coming off the hardware at the bottom ofDavid Gwynne
2006-08-24dont print debug output when the scsi completion path returns withDavid Gwynne
2006-08-03always call scsi_done at splbio. issue found by pedro@David Gwynne
2006-07-15set the tags on the scsi command according to what the midlayer says theyDavid Gwynne
2006-07-15have a go at configuring spi variants to only talk to the devices at theDavid Gwynne
2006-07-09spacingDavid Gwynne
2006-07-09enabling interrupts doesnt deserve an XXX. i think we want to do that.David Gwynne
2006-07-09implement firmware upload. this frees up memory on some controllers so theyDavid Gwynne
2006-07-06fix debugging stuffDavid Gwynne
2006-07-06after walking the attached devices and running ppr against them, then fetchDavid Gwynne
2006-07-06do not stash pages 2 and 3 (the volume and physdisk pages respectively)David Gwynne
2006-07-06stash a pointer to the scsibus attached to us so we dont have to walk theDavid Gwynne
2006-07-05check if the requests for the config pages were completed successful,David Gwynne
2006-06-30Unbreak the tree; cast the result of sizeof() to u_int32_t before passing itMark Kettenis
2006-06-30tabs, not spacesDavid Gwynne
2006-06-30add mpi_inq. this is a custom io function that does an inquiry againstDavid Gwynne
2006-06-29split some fields up in the spi port and dev config pages. makes the pprDavid Gwynne
2006-06-29theres a ton of 32bit fields in mpi messages that have subfields that lieDavid Gwynne
2006-06-19Everytime one forgets an argument in a printf-like function call, God killsMiod Vallat
2006-06-18Make mpi not spit out WWNN and WWPN as requested by deraadt and dlg. DoMarco Peereboom
2006-06-18Don't walk memory whenever there is nothing there. I ran into this whileMarco Peereboom
2006-06-18Print World Wide Node Name and World Wide Port Name during dmesg so thatMarco Peereboom
2006-06-16vmware emulates mpi, but it does a half arsed job of it. half the fieldsDavid Gwynne
2006-06-15Add detection of RAID volume during PPR. Doesn't fan out the ppr to individualMarco Peereboom
2006-06-15Add IOC page 3 support. Needed for RAID and bio.Marco Peereboom
2006-06-15Print volume details in debug.Marco Peereboom
2006-06-15And now without a buffer overflow. Pointed out by dlg. No cookie for me.Marco Peereboom
2006-06-15Add structures and initial code to retrieve IOC page 2. We need this forMarco Peereboom
2006-06-15Print some useful error information during failure. We need this to be ableMarco Peereboom
2006-06-13we sometimes bundle chunks that the ioc will write to in the request spaceDavid Gwynne
2006-06-12i stashed the dva and kva of each request space in its ccb, so why am iDavid Gwynne
2006-06-12fix sgl loading. there were a few issues, the main ones being:David Gwynne
2006-06-12reset the reply pointer to NULL every time we get a context reply inDavid Gwynne
2006-06-12white space fixesDavid Gwynne