| Commit message (Expand) | Author | Age | Files | Lines |
* | Increase the driver-side limit on the number of logical volumes that | peter | 2012-10-25 | 1 | -1/+1 |
* | Convert a number of drivers to obtaining their parent DMA tag from their | scottl | 2012-03-12 | 1 | -1/+1 |
* | Update PCI IDs for ciss controllers that are supported by this driver. | sbruno | 2012-01-26 | 1 | -2/+9 |
* | Add support for HP P420 to ciss(4) | sbruno | 2012-01-18 | 1 | -0/+1 |
* | Add the CAM Target Layer (CTL). | ken | 2012-01-12 | 1 | -1/+1 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+2 |
* | Add descriptor sense support to CAM, and honor sense residuals properly in | ken | 2011-10-03 | 1 | -2/+6 |
* | Cosmetic: make it less confusing when displaying RAID 1 level, that might | kib | 2010-10-02 | 1 | -1/+1 |
* | Initialize the callout structure earlier in attach before calling any | jhb | 2010-04-28 | 1 | -1/+1 |
* | Several changes to fix livelock under high load, introduced by r203489: | mav | 2010-03-03 | 2 | -4/+12 |
* | When hacking INQUIRY result, make sure that it is right INQUIRY and there | mav | 2010-02-05 | 1 | -2/+7 |
* | Return CAM_RELEASE_SIMQ flag only when it is needed, when SIM really | mav | 2010-02-04 | 1 | -12/+10 |
* | MFp4: Large set of CAM inprovements. | mav | 2010-01-28 | 1 | -42/+6 |
* | Don't panic due to unlocking an unowned mutex if we fail during attach. | gavin | 2009-12-17 | 1 | -2/+5 |
* | Sync driver with Yahoo: | scottl | 2009-09-16 | 3 | -74/+75 |
* | Fix locking around copyout() operations. | scottl | 2009-09-16 | 1 | -3/+9 |
* | Make MSI and PERFORMANT interrupts work correctly. Only require the minimum | scottl | 2009-09-16 | 2 | -4/+13 |
* | Increase CISS_MAX_PHYSTGT to 256 so that it matches what the controller might | scottl | 2009-09-16 | 1 | -1/+1 |
* | Fix an apparently harmless typo. | scottl | 2009-07-20 | 1 | -1/+1 |
* | Revert the CISS driver to 64K i/o, the previous change was in error and | scottl | 2009-07-13 | 1 | -1/+1 |
* | Separate the parallel scsi knowledge out of the core of the XPT, and | scottl | 2009-07-10 | 2 | -0/+4 |
* | We no longer need to use d_thread_t, migrate to struct thread *. | imp | 2009-05-20 | 1 | -3/+3 |
* | Updated PCI ID's from the vendor | scottl | 2009-05-19 | 1 | -1/+4 |
* | Tell CAM that CISS logical devices support tagged queueing. This fixes | scottl | 2009-02-20 | 1 | -2/+5 |
* | Work again to fix the interrupt masking problems. We now recognize | scottl | 2008-08-29 | 2 | -37/+40 |
* | Correctly set the interrupt enable and disable bits. The previous | scottl | 2008-08-02 | 2 | -15/+11 |
* | A number of significant enhancements to the ciss driver: | scottl | 2008-07-11 | 4 | -150/+494 |
* | Add support for the P212, P410, P410i, P411, and P812 HP Smart Array | ps | 2008-06-10 | 1 | -0/+5 |
* | Remove a check that didn't allow > 12 byte CDB's to be issued to | ps | 2008-05-16 | 1 | -6/+0 |
* | Add `hw.ciss.nop_message_heartbeat' tunable (default disabled) for | iwasaki | 2008-02-10 | 1 | -1/+4 |
* | Don't repeat error logging about NOP message sending if | iwasaki | 2008-01-28 | 1 | -1/+5 |
* | Fix NOP message sending in ciss_periodic() which causes panic with | iwasaki | 2007-11-05 | 1 | -3/+16 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -3/+3 |
* | Add NOP-message polling to ciss_periodic(). | iwasaki | 2007-10-13 | 1 | -1/+80 |
* | Fix a mistake made in the MPSAFE commit that caused CAM to serialize requests | scottl | 2007-10-12 | 1 | -1/+2 |
* | Prepare for future integration between CAM and newbus. xpt_bus_register | scottl | 2007-06-17 | 1 | -2/+2 |
* | Satisfy witness during shutdown | scottl | 2007-06-05 | 1 | -0/+2 |
* | Eliminate M_TEMP. | scottl | 2007-05-14 | 1 | -3/+3 |
* | Streamline locking in ciss_free() | scottl | 2007-05-02 | 1 | -26/+27 |
* | MPSAFE ciss driver | scottl | 2007-05-01 | 2 | -20/+46 |
* | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | scottl | 2007-04-15 | 1 | -2/+2 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | o ciss.ko depends on cam and pci. | maxim | 2006-11-30 | 1 | -0/+2 |
* | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | mjacob | 2006-11-02 | 1 | -9/+0 |
* | The first of 3 major steps to move the CAM layer forward to using | mjacob | 2006-10-31 | 1 | -3/+21 |
* | Spin until a request structure is available in the ioctl path. | ps | 2006-05-30 | 1 | -2/+2 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 1 | -1/+0 |
* | Free another memory leak when dealing with disk notification. | ps | 2006-04-20 | 1 | -1/+4 |
* | Free some previously leaked memory on module unload. | ps | 2006-04-19 | 1 | -2/+9 |
* | It seems ciss should ignore overrun and underrun on a SCSI INQUIRY | ps | 2005-12-16 | 1 | -1/+4 |