summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ami.c
AgeCommit message (Expand)Author
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
2005-06-28NBIO > 0 the bioctl code.Marco Peereboom
2005-06-28implement ami_schwartz_poll() per the FIXME leftover from the hackathon.Marco Peereboom
2005-06-28allow posting BIO ioctls to the daughter devices (sd*) as well; marco@ testin...Michael Shalayeff
2005-06-16supply mising busdma flags to ami_cmd (used to be 0 for waitok);Michael Shalayeff
2005-05-28Step 3 in fixing bioctl commands intermixed with regular io.Marco Peereboom
2005-05-28Step 2 in fixing bioctl commands intermixed with regular io.Marco Peereboom
2005-05-27step 1 in fixing bioctl commands intermixed with regular io.Marco Peereboom
2005-05-17Need to find a way to detect if fw supports disabling hold of timers beforeMarco Peereboom
2005-05-11Reset IO completion values to 0 to disable completion holdof. This improvesMarco Peereboom
2005-05-09replace sc_quirk with sc_flags, spotted and ok mickey@Marco Peereboom
2005-04-27Remove unnecessary step in ack sequence.Marco Peereboom
2005-04-17tabs not spacesMichael Shalayeff
2005-04-17Timeouts are not ran at splhigh anymore so we don't need splimp.Marco Peereboom
2005-04-04Add blink and unblink but tell userland it is responsible for actually doing itMarco Peereboom
2005-04-01shut ami up, bad me.Marco Peereboom
2005-03-29add copyright meMarco Peereboom
2005-03-29add raid mgmt ioctlsMarco Peereboom
2005-02-03add 5sec to the xs->timeout to overcompensate for possible delays in quartz_d...Michael Shalayeff
2005-01-08spacesMichael Shalayeff
2004-12-26Make debug less verbose. Prompted by mickey@Marco Peereboom
2004-12-26This should fix long outstanding issues with ami(4). The reportedMarco Peereboom
2004-01-09remove uvm_extern.hBrad Smith