summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ciss.c
AgeCommit message (Expand)Author
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