summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ami.c
AgeCommit message (Expand)Author
2005-11-23slight shuffle at the top of the file. dont include biovar.h if bio is notDavid Gwynne
2005-10-11ansi and a sprinkle of knf. i'll do anything to avoid doing assignments.David Gwynne
2005-10-10do { } while (0) wrapper for the debug statementDavid Gwynne
2005-10-03Reduce the number of openings the logical devices have to play with soKenneth R Westerback
2005-10-02replace the two separate dmamem allocations for the passthrough commandsDavid Gwynne
2005-09-30unless AMI_DEBUG is defined, dont compile in if statements that only thereDavid Gwynne
2005-09-30sync the dma mapping for the data buffer in the right direction whenDavid Gwynne
2005-09-30remove the dmamap used for iocmds since they were only copied into theDavid Gwynne
2005-09-26allocate and map the mbox separately to the iocmds used by the ccbs.David Gwynne
2005-09-251.83 again:David Gwynne
2005-09-251.82 again; dont use the scsi xfer to decide if we should dma_sync.David Gwynne
2005-09-22revert 1.82 and 1.83 of ami.c and 1.26 of amivar.h since it seems to beDavid Gwynne
2005-09-21fix ami_drv_inq so it uses ami_cmd's ability to use an arbitrary kernelDavid Gwynne
2005-09-21dont use the scsi xfer in ami_done to figure out if we have to sync aDavid Gwynne
2005-09-21remove the bits in the ccb that were needed to support scsi commands onDavid Gwynne
2005-09-21rename nsg to nsge in struct ami_passthrough to be consistent with theDavid Gwynne
2005-09-21use the ccbs passthrough command in the raw scsi path rather thanDavid Gwynne
2005-09-21allocate space in each ccb to store a passthrough commandDavid Gwynne
2005-09-19dont use htole32 to set up values to be assigned to an 8 bit field.David Gwynne
2005-09-19replace the pointer mess used to handle wakeups on ccbs with a real flagDavid Gwynne
2005-09-19Typo 'taget' -> 'target'.Kenneth R Westerback
2005-09-15Don't fake MODE SENSE page 4 info inside raid drivers, just let sdKenneth R Westerback
2005-08-31Remove check that prevents disks that are not in the unused state to move toMarco Peereboom
2005-08-31Fix some tsleep magic. Code done by krw@Marco Peereboom
2005-08-31Make ioctls stop polling for completion. This enhances the responsivenessMarco Peereboom
2005-08-30unfortunately large fixes to memleaks caused by abuse of incompleteDavid Gwynne
2005-08-22Only let unused disks be marked hot spares. ok deraadt@Marco Peereboom
2005-08-18Add "create hot spare" ok dlg@Marco Peereboom
2005-08-17Add additional paramter to ami_mgmt so that we can start support "set hdd sta...Marco Peereboom
2005-08-17KNFMarco Peereboom
2005-08-17Cleanup up hot spare and unsused disk code. ok deraadt@Marco Peereboom
2005-08-17Move WRITE_BUFFER to appropriate spot. Bad dlg@Marco Peereboom
2005-08-17WRITE_BUFFER is a valid command to make it to the passthru busses. makeDavid Gwynne
2005-08-17Add support for unused disks.Marco Peereboom
2005-08-17ARGH! undo commit because i used the wrong tree.Marco Peereboom
2005-08-17Add support for unused disks.Marco Peereboom
2005-08-16Fix a few retardos. Yelled at by deraadt@Marco Peereboom
2005-08-15Add global hot spare support.Marco Peereboom
2005-08-09Provide HDD serial numbers to bio. Requested deraadt@ ok dlg@Marco Peereboom
2005-08-08Add ses link. Tested and ok deraadt@Marco Peereboom
2005-08-08rename a bunch of bio/raid APIs to stop the bleeding in dlg andTheo de Raadt
2005-08-08Add devices to structures.Marco Peereboom
2005-08-05Add support for SCSI pass-through commands for enclosure and processor devicesMarco Peereboom
2005-08-01Add alarm control.Marco Peereboom
2005-07-29oops don't leak memory when ami_mgmt fails.Marco Peereboom
2005-07-29Per art's email, don't keep something bigger than > 256 bytes on the stack.Marco Peereboom
2005-07-29Redo bioctl because initial implementation was too complex.Marco Peereboom
2005-07-18revert marcos bio changes, mickey not okDavid Gwynne
2005-07-18Rip out all previous bio code because it sucked. Replaced all ioctl code inMarco Peereboom
2005-07-03Fix data_length values in simulationed MODE SENSE page 4 responses soKenneth R Westerback