Age | Commit message (Expand) | Author |
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 |
2004-05-17 | Elminate SCSIRET_* synonyms for EJUSTRETURN and ERESTART by using | Kenneth R Westerback |
2004-05-09 | Add missing <cr>'s to various SC_DEBUG() calls, along with a few other | Kenneth R Westerback |
2004-02-21 | Eliminate the quirks SDEV_NOSTARTUNIT, UMASS_QUIRK_NO_START_STOP, and | Kenneth R Westerback |
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst |
2004-01-25 | Be less verbose in sdattach() by suppressing the display of detailed | Kenneth R Westerback |
2004-01-25 | Use %lu to print u_long values, not %d or %ld. Fixes display of | Kenneth R Westerback |
2004-01-05 | Don't issue PREVENT_ALLOW commands to disk devices during sdopen() or | Kenneth R Westerback |
2003-06-24 | try to devise drive's rpm and default to 3600 should we fail miserably. | Michael Shalayeff |
2003-05-21 | Make sure that the first scsi command issued to a device during | Kenneth R Westerback |
2003-05-18 | constify the quirck tables and fix the scsi_inqmatch() proto accordingly; krw... | Michael Shalayeff |
2003-05-16 | Provide most if not all the support required for the usb changes Nate | Kenneth R Westerback |
2003-05-06 | sprintf -> snprintf. strncpy -> bcopy since d_packname is not really a | Kenneth R Westerback |
2003-04-06 | The disklabel fields d_packname and d_typename are not null terminated strings | Kenneth R Westerback |
2002-12-30 | Add new parameter to scsi_test_unit_ready(): retries number. | Alexander Yurchenko |
2002-09-04 | Add support for RBC (simplified direct) devices. | Thierry Deval |
2002-08-12 | initialize part earlier in case of debugging. | Federico G. Schwindt |
2002-06-09 | More (the last round?) of splasserts and splbio around biodone. | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-10-08 | Add a new quirk type, SDEV_NOCDB6, some USB devices like ATAPI | Dale Rahn |
2001-08-26 | remove useless INUSE references from scsi_xfer->flags; art@ miod@ ok. | Federico G. Schwindt |
2001-08-06 | Remove legacy __BDEVSW_DUMP_OLD_TYPE code. | Miod Vallat |
2001-06-22 | KNF | Theo de Raadt |
2000-12-13 | move back to unlimitted openings | Michael Shalayeff |
2000-10-13 | Matthew Jacob <mjacob@feral.com>: | Michael Shalayeff |
2000-09-21 | do not limit openings to defined SDOUTSTANDING value of 4, since many control... | Michael Shalayeff |
2000-09-20 | make SDOUTSTANDING redefinable, since some controller can handle more than 4 ... | Michael Shalayeff |