Age | Commit message (Expand) | Author |
2005-08-04 | this file is now known as ses.h | David Gwynne |
2005-08-04 | the generic scsi attach line already says we're an enclosure, so why did | David Gwynne |
2005-08-04 | be nicer to the controller the ses device is attached to by doing the scsi | David Gwynne |
2005-08-04 | Add support for dell enclosures that do both SES and SAF-TE. ok dlg@ | Marco Peereboom |
2005-08-04 | Add SCSI 3 define. ok dlg@ | Marco Peereboom |
2005-08-03 | Move a couple of 2048+4 byte structures from the stack to the heap. | Kenneth R Westerback |
2005-08-03 | report the state of the power supplies. the value shows if the psu is on | David Gwynne |
2005-08-03 | take advantage of the new ability of the sensors framework to report the | David Gwynne |
2005-08-02 | read the rpm of the fans | David Gwynne |
2005-08-01 | a new scsi enclosure services driver. this and safte replace the old ses | David Gwynne |
2005-08-01 | Return 0 as the block size when READ_CAPACITY fails in scsi_size(). | Kenneth R Westerback |
2005-07-31 | remove the ses driver. it has never been enabled in GENERIC on any arch | David Gwynne |
2005-07-30 | Use the blocksize returned from scsi_size() in preference to all | Kenneth R Westerback |
2005-07-28 | put this where it belongs | David Gwynne |
2005-07-27 | delete the timeout on detach to avoid ticking after everything has been | David Gwynne |
2005-07-26 | CELCIUS to CELSIUS in macros as pointed out by jolan and jmc. jmc also says | David Gwynne |
2005-07-26 | slight shrinking | David Gwynne |
2005-07-26 | dlg cant make fun of me for having to use the imperial system anymore | Jolan Luff |
2005-07-25 | add safte, a small driver for monitoring scsi accessed fault-tolerant | David Gwynne |
2005-07-25 | SID_ANSII_SCSI2 is a valid value of SID_ANSII | David Gwynne |
2005-07-05 | Since scsi_link now includes a copy of the INQUIRY data, don't keep a | Kenneth R Westerback |
2005-07-03 | Add missing reserved byte to page_disk_format struct in | Kenneth R Westerback |
2005-07-02 | Remove unused cd_softc.name field. Use the saved INQUIRY data in | Kenneth R Westerback |
2005-07-02 | Remove unused struct sd_ops. | Kenneth R Westerback |
2005-07-02 | Unused files. | Kenneth R Westerback |
2005-07-02 | Don't use READ FORMAT CAPACITIES to determine the size of ATAPI sd | Kenneth R Westerback |
2005-06-27 | Further cleanup and rationalize sd_scsibus_getparms(). No (intended) | Kenneth R Westerback |
2005-06-27 | Zap unused member of cd_softc: sc_ops. | Kenneth R Westerback |
2005-06-24 | Fix botch introduced in r1.12. reduced_geometry.sectors is a 5 byte | Kenneth R Westerback |
2005-06-24 | Eliminate sd_scsibus_get_optparms() as unnecessary, instead getting | Kenneth R Westerback |
2005-06-24 | Move st.c to new mode sense mechanism. Don't save page0 data (if any), just | Kenneth R Westerback |
2005-06-23 | Reword some comments to better reflect reality. Remove some unhelpful | Kenneth R Westerback |
2005-06-23 | Don't discard the blocksize information provided by the READ CAPACITY | Kenneth R Westerback |
2005-06-22 | Get rpm from filled in structure, not unused one. Remove now | Kenneth R Westerback |
2005-06-19 | Eradicate unused struct atapi_sd_mode_data. Eradicate struct | Kenneth R Westerback |
2005-06-18 | Shorten a couple of structure names: | Kenneth R Westerback |
2005-06-18 | Switch to trying 6 byte MODE SENSE commands (for non ATAPI devices at | Kenneth R Westerback |
2005-06-15 | Use scsi_size() as preferred disk size in all cases. Allow devices | Kenneth R Westerback |
2005-06-15 | Typo. 'dp->cyls' -> 'dp->sectors'. | Kenneth R Westerback |
2005-06-12 | It turns out you need to ask for 16 byte block descriptors. We don't, | Kenneth R Westerback |
2005-06-11 | Elminate a few unnecessary casts by using union field names, bit of KNF. | Kenneth R Westerback |
2005-06-09 | Fix typo in ASC/ASQ messages: DEnied -> Denied. | Kenneth R Westerback |
2005-06-08 | fix include for userland (tsk, tsk, krw). | Marc Espie |
2005-06-05 | Fix scsi_mode_select() and scsi_mode_select_big() to send just the | Kenneth R Westerback |
2005-06-05 | Revert ss_mustek use of new scsi_mode_select(). Further development | Kenneth R Westerback |
2005-06-04 | Make scsi_do_mode_sense() aware of the difference between the 8 byte | Kenneth R Westerback |
2005-06-03 | No longer used. | Kenneth R Westerback |
2005-06-03 | Move definitions of struct cd_softc{} and CDRETRIES from cdvar.h into | Kenneth R Westerback |
2005-06-03 | Tweak scsi_do_mode_sense(). NetBSD was right and I was wrong. Sigh. | Kenneth R Westerback |
2005-06-03 | Cache a copy of the INQUIRY data obtained during device attachment in | Kenneth R Westerback |