summaryrefslogtreecommitdiff
path: root/sys/scsi
AgeCommit message (Expand)Author
2005-08-05report the fan speed as a percentage since it seems all the enclosures weDavid Gwynne
2005-08-05dont do an inquiry in attach just to print the safte revision number. itDavid Gwynne
2005-08-05switch safte from using a scsi cmd at softclock to doing the commandsDavid Gwynne
2005-08-05reorder the allocation of bits in attach to make cleaning up on an errorDavid Gwynne
2005-08-05READ BUFFER is a generic opcode, so dont define our ownDavid Gwynne
2005-08-05a define for the scsi READ BUFFER opcodeDavid Gwynne
2005-08-05shorten dmesg outputTheo de Raadt
2005-08-05scsi_safte.c and scsi_safte.h are now known as safte.c and safte.hDavid Gwynne
2005-08-05make the naming of the safte files consisten with the rest of the scsiDavid Gwynne
2005-08-04this file is now known as ses.hDavid Gwynne
2005-08-04the generic scsi attach line already says we're an enclosure, so why didDavid Gwynne
2005-08-04be nicer to the controller the ses device is attached to by doing the scsiDavid Gwynne
2005-08-04Add support for dell enclosures that do both SES and SAF-TE. ok dlg@Marco Peereboom
2005-08-04Add SCSI 3 define. ok dlg@Marco Peereboom
2005-08-03Move a couple of 2048+4 byte structures from the stack to the heap.Kenneth R Westerback
2005-08-03report the state of the power supplies. the value shows if the psu is onDavid Gwynne
2005-08-03take advantage of the new ability of the sensors framework to report theDavid Gwynne
2005-08-02read the rpm of the fansDavid Gwynne
2005-08-01a new scsi enclosure services driver. this and safte replace the old sesDavid Gwynne
2005-08-01Return 0 as the block size when READ_CAPACITY fails in scsi_size().Kenneth R Westerback
2005-07-31remove the ses driver. it has never been enabled in GENERIC on any archDavid Gwynne
2005-07-30Use the blocksize returned from scsi_size() in preference to allKenneth R Westerback
2005-07-28put this where it belongsDavid Gwynne
2005-07-27delete the timeout on detach to avoid ticking after everything has beenDavid Gwynne
2005-07-26CELCIUS to CELSIUS in macros as pointed out by jolan and jmc. jmc also saysDavid Gwynne
2005-07-26slight shrinkingDavid Gwynne
2005-07-26dlg cant make fun of me for having to use the imperial system anymoreJolan Luff
2005-07-25add safte, a small driver for monitoring scsi accessed fault-tolerantDavid Gwynne
2005-07-25SID_ANSII_SCSI2 is a valid value of SID_ANSIIDavid Gwynne
2005-07-05Since scsi_link now includes a copy of the INQUIRY data, don't keep aKenneth R Westerback
2005-07-03Add missing reserved byte to page_disk_format struct inKenneth R Westerback
2005-07-02Remove unused cd_softc.name field. Use the saved INQUIRY data inKenneth R Westerback
2005-07-02Remove unused struct sd_ops.Kenneth R Westerback
2005-07-02Unused files.Kenneth R Westerback
2005-07-02Don't use READ FORMAT CAPACITIES to determine the size of ATAPI sdKenneth R Westerback
2005-06-27Further cleanup and rationalize sd_scsibus_getparms(). No (intended)Kenneth R Westerback
2005-06-27Zap unused member of cd_softc: sc_ops.Kenneth R Westerback
2005-06-24Fix botch introduced in r1.12. reduced_geometry.sectors is a 5 byteKenneth R Westerback
2005-06-24Eliminate sd_scsibus_get_optparms() as unnecessary, instead gettingKenneth R Westerback
2005-06-24Move st.c to new mode sense mechanism. Don't save page0 data (if any), justKenneth R Westerback
2005-06-23Reword some comments to better reflect reality. Remove some unhelpfulKenneth R Westerback
2005-06-23Don't discard the blocksize information provided by the READ CAPACITYKenneth R Westerback
2005-06-22Get rpm from filled in structure, not unused one. Remove nowKenneth R Westerback
2005-06-19Eradicate unused struct atapi_sd_mode_data. Eradicate structKenneth R Westerback
2005-06-18Shorten a couple of structure names:Kenneth R Westerback
2005-06-18Switch to trying 6 byte MODE SENSE commands (for non ATAPI devices atKenneth R Westerback
2005-06-15Use scsi_size() as preferred disk size in all cases. Allow devicesKenneth R Westerback
2005-06-15Typo. 'dp->cyls' -> 'dp->sectors'.Kenneth R Westerback
2005-06-12It turns out you need to ask for 16 byte block descriptors. We don't,Kenneth R Westerback
2005-06-11Elminate a few unnecessary casts by using union field names, bit of KNF.Kenneth R Westerback