summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ciss.c
AgeCommit message (Expand)Author
2010-03-23Change the scsi_cmd function member of scsi_adapter from int toKenneth R Westerback
2010-01-09Zap all setting of ITSDONE in drivers that don't look at it. NobodyKenneth R Westerback
2010-01-09Avoid mulitple calls to scsi_done() on the same xs by havingKenneth R Westerback
2010-01-07dont use the xs in the scsi_cmd routines after calling ciss_cmd, it mightDavid Gwynne
2010-01-07CISS_UNLOCK before returning from the scsi_cmd handler when we hit NO_CCB.David Gwynne
2009-12-17Initialize ccb_xs to NULL when taking a ccb off the free list. ThisKenneth R Westerback
2009-11-15Move ciss(4) to NO_CCB. Add some extra paranoia by always testingKenneth R Westerback
2009-04-29Implement the 64bit FIFO modes (based on the OpenCISS SpecificationReyk Floeter
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2008-11-10remove unused variable 'error' from two functions; llvm/clang; ok dlgConstantine A. Murenin
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2008-04-24some ciss(4) firmwares use different physical drive addressing, resultingJakob Schlyter
2007-10-20Call scsi_done() at SPLBIO. 'looks olright' says mickey.Kenneth R Westerback
2007-09-18Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
2007-05-29sprinkle some SMALL_KERNEL to permit bio/softraid to run on boot mediaTodd T. Fries
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2007-01-18do not freak out if cannot map physdrives into volumes and handle it proper e...Michael Shalayeff
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2006-09-15Reserve some commands slot for bioctl/sensorsd so ciss doesn't crashKenneth R Westerback
2006-08-31ciss can't do bio ioctl's when >1 logical device is defined. Bail outKenneth R Westerback
2006-08-28make a define for dealing w/ the big bit (0x80); no func changeMichael Shalayeff
2006-08-28properly detect failed drives and do not crash bioctl; krw@ testingMichael Shalayeff
2006-08-28set error and break -- not return an error before spl is set back in ioctl! f...Michael Shalayeff
2006-08-27display proper volume device name in the volume line (; krw@ testingMichael Shalayeff
2006-08-27basic monitoring and management support. there are a few more things to fix b...Michael Shalayeff
2006-03-13repair commands w/ no scsi_xfer but the affected code was currently dead anyw...Michael Shalayeff
2006-02-02make an exposed printf for debugging a debug printf and add a few commasBrad Smith
2005-12-13- Add a whole bunch of new PCI ids.Brad Smith
2005-12-12make printf debug-only so some people would just shuddupMichael Shalayeff
2005-12-02only poll if scsi_poll was requestedMichael Shalayeff
2005-11-23hp sa p600 sas; from Srebrenko Sehic <haver@insecure.dk>Michael Shalayeff
2005-11-18do not devide by zeroMichael Shalayeff
2005-09-07sync on shutdownMichael Shalayeff
2005-08-20handle timeouts and errors betterMichael Shalayeff
2005-08-03if fw provides no max sgl len -- suggest some of our ownMichael Shalayeff
2005-08-03in config loop: make delay longer and less iterations to make it run in a bet...Michael Shalayeff
2005-08-02apparently reading idb sometimes produces better results if prependMichael Shalayeff
2005-08-01make compile againMichael Shalayeff
2005-07-06smartarray 5* raid controller; does io but needs more work; commented out in ...Michael Shalayeff