Age | Commit message (Expand) | Author |
2007-02-21 | Don't unconditionally spin up SDEV_UMASS devices. They almost | Kenneth R Westerback |
2007-02-12 | Don't need a 'return' just before exiting a function. | Kenneth R Westerback |
2007-02-03 | Make comment match code. ok pedro | Alexander Bluhm |
2006-12-21 | Fix some comment typos. 'immediatly' -> 'immediately', 'tranfer' -> | Kenneth R Westerback |
2006-12-12 | Give the SCSI layer the ability to requeue i/o's rejected by a driver | Kenneth R Westerback |
2006-11-28 | rename scsibus_attach_args to scsi_attach_args. this can help avoid | David Gwynne |
2006-11-27 | more magic removal | Bob Beck |
2006-11-27 | get rid of the rest of the asc/ascq magic codes in scsi | Bob Beck |
2006-10-07 | make cd-roms retry forever while the device indicates that it is | Bob Beck |
2006-07-29 | The version field of scsi_inquiry_data is not a simple numeric value | Kenneth R Westerback |
2006-07-23 | remove some scsi ioctls, most importantly the ones that can reprobe the | David Gwynne |
2006-07-13 | Eliminate scsi_link field 'scsi_version' and just use the INQUIRY data | Kenneth R Westerback |
2006-07-11 | the scsi_link structure contained a copy of the inquiry flags and the whole | David Gwynne |
2006-05-18 | Test the state of a disk *after* spinning it up and not before. This | Kenneth R Westerback |
2006-05-11 | Zap trailing whitespace. | Kenneth R Westerback |
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat |
2006-03-05 | Remove NetBSDism NRND. Pointed out by Mickey. | Kenneth R Westerback |
2006-03-04 | Typos grab bag of the month, eyeballed by jmc@ | Miod Vallat |
2006-01-21 | Invoke disk_detach() and related cleanup work in detach(), rather than | Miod Vallat |
2005-11-17 | Don't forget to device_unref() in sdclose() if sdlock() fails; ok krw@ | Miod Vallat |
2005-11-17 | Use sectors as the size units for the RAW_PART (i.e. 'c') partition in | Kenneth R Westerback |
2005-11-13 | Allow removable disks to be spun up if they ask for initialization | Kenneth R Westerback |
2005-11-13 | Use scsi_delay() instead of delay() when waiting for scsi disk to | Kenneth R Westerback |
2005-11-07 | Death to superfluous verbiage. Suppress errors when getting the parameters | Kenneth R Westerback |
2005-10-10 | Make some panic messages more useful. | Kenneth R Westerback |
2005-09-19 | Use variable to eliminate repeated calculation. More readable. No | Kenneth R Westerback |
2005-09-11 | Simplify code by changing struct scsi_mode_sense_buf{ union {} | Kenneth R Westerback |
2005-09-11 | Some UMASS devices blow up if MODE SENSE buffer length is 0 (aka 256). | Kenneth R Westerback |
2005-09-08 | free(NULL, ...) is not safe in the kernel. So check for NULL'ness | Kenneth R Westerback |
2005-08-27 | Put in missing parenthesis and thus always pass | Kenneth R Westerback |
2005-08-24 | Test xs->bp before de-referencing it. Initialize it to NULL, not 0. | Kenneth R Westerback |
2005-08-23 | Move uses of struct scsi_mode_sense_buf (255 bytes each) from the | Kenneth R Westerback |
2005-08-23 | Spin up sd units even if TEST_UNIT_READY says they're ready. | Kenneth R Westerback |
2005-08-21 | Some devices go berserk when asked for mode sense pages they don't | Kenneth R Westerback |
2005-08-18 | Only allow blocksizes that are powers of 2 between 512 and 64K. An sd | Kenneth R Westerback |
2005-08-17 | Use defines for disk mode page codes. Check returned mode pages to | Kenneth R Westerback |
2005-08-12 | Move disk mode page structure declarations out of scsi_disk_pages | Kenneth R Westerback |
2005-07-30 | Use the blocksize returned from scsi_size() in preference to all | Kenneth R Westerback |
2005-07-05 | Since scsi_link now includes a copy of the INQUIRY data, don't keep a | 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 | Don't use READ FORMAT CAPACITIES to determine the size of ATAPI sd | Kenneth R Westerback |
2005-05-03 | sdstrategy() shouldn't use values in disklabel until SDEV_MEDIA_LOADED | Kenneth R Westerback |
2005-05-01 | Allow RAW_PART+S_IFCHR device opens to succeed even if media not | Kenneth R Westerback |
2005-04-06 | De-register scsi. | Kenneth R Westerback |
2005-04-05 | Clean up some logic. Use better error handling for sd devices. Be | Kenneth R Westerback |
2005-03-30 | Comment typo, minor knf. No code change. | Kenneth R Westerback |
2005-03-25 | Since START_STOP is an optional command that a device need not | Kenneth R Westerback |
2005-02-27 | If test_unit_ready() in sdattach() returns EIO, try to spin up unit | Kenneth R Westerback |
2004-05-28 | Clean up sense error logic and printing a bit, partly inspired by | Kenneth R Westerback |