summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2006-05-22Add support for raid 50 and 10 in bio.Marco Peereboom
2006-05-22In wdcprobe(), directly invoke wdc_do_reset() instead of using the resetMiod Vallat
2006-05-22Add mail box to mfi_mgmt to handle sub commands more gracefully.Marco Peereboom
2006-05-22Add first half of BIOCVOL primitive.Marco Peereboom
2006-05-21Do a giant flush of disk and raid-card memory when SYNCHONIZE_CACHE is called.Marco Peereboom
2006-05-21pretty up some debug statements.Marco Peereboom
2006-05-21Add bio alarm function.Marco Peereboom
2006-05-21Add generic management function.Marco Peereboom
2006-05-21move the allocation of ccb out of ami_attach into a function of its ownDavid Gwynne
2006-05-21move variable declarations at the start of a block in ami_attach to the topDavid Gwynne
2006-05-21during attach use a static, spartan ccb with ami_poll to query to firmareDavid Gwynne
2006-05-21the maximum possible number of ccbs that a megaraid can use (126 of them)David Gwynne
2006-05-21Add alarm function opcodes.Marco Peereboom
2006-05-21Oops, helps to use the right structure field.Marco Peereboom
2006-05-21Add first BIOCINQ primitive.Marco Peereboom
2006-05-21remove a chunk of code that was ifdefed out due to compat issues withDavid Gwynne
2006-05-21The SCSI command on the passthrough bus is handed to the firmware via aDavid Gwynne
2006-05-20set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag whereBrad Smith
2006-05-18Remove some debug cruft and pretty up some debug messages.Marco Peereboom
2006-05-18Kill splbio/splx in the interrupt handler.Marco Peereboom
2006-05-18And we have lift off! Was able to create a filesystem and write to theMarco Peereboom
2006-05-17Add completion routines.Marco Peereboom
2006-05-17Add mfi_get_info to obtain all kinds of fun information from the fw.Marco Peereboom
2006-05-17Refactor scsi path so that we can have a single sgl function for io and non-ioMarco Peereboom
2006-05-16Nuke some { }Marco Peereboom
2006-05-16Move !xs->data case into mfi_start_xs.Marco Peereboom
2006-05-16Fix some more htole32 screw-ups.Marco Peereboom
2006-05-16Fix some htole32 I missed.Marco Peereboom
2006-05-16only allow setting Jumbo MTU frame sizes with the 8169 chipset.Brad Smith
2006-05-16Add READ CAPACITY.Marco Peereboom
2006-05-16Oops PREREAD not PREWRITE.Marco Peereboom
2006-05-16Add TUR and make it send it directly to firmware.Marco Peereboom
2006-05-15Clear all relevant ccb fields when mfi_put_ccb frees a ccb.Marco Peereboom
2006-05-15Oops don't send command twice to firmware when polling.Marco Peereboom
2006-05-15Add INQUIRY command.Marco Peereboom
2006-05-12Fix a misreporting bug after bioctl -H is used to create a hotspare. This wasMarco Peereboom
2006-05-10Add some airplane code.Marco Peereboom
2006-05-08silence a debug message; from kili@outback.escape.de; ok miodTheo de Raadt
2006-05-08Make ath_attach() return error if the RF is unsupported so the PCI codePedro Martelletto
2006-05-08Revert last commit till a better method can be found.Jonathan Gray
2006-05-07Add remaining glue for physical disk count.Marco Peereboom
2006-05-07Fix cut'n'paste abuse in previous typo fix; spotted by Constantine A. Murenin,Miod Vallat
2006-05-07oops, use correct size for GET_IOC_CHAN_DESCMarco Peereboom
2006-05-07Add bio framework (not functional yet).Marco Peereboom
2006-05-07add a name to rwlock so that we can tell where procs are getting stuckTed Unangst
2006-05-07Add abstraction for resistor factor; makes it easier to compare them toMark Kettenis
2006-05-07- Return if there is nothing to do in the interrupt handler.Brad Smith
2006-05-07Default to Ultra DMA Mode 6 not 5 when we know we have a nativeJonathan Gray
2006-05-03Provide a function pointer that allows for the wdc resetJonathan Gray
2006-05-01remove an unused prototype.Damien Bergamini