Age | Commit message (Expand) | Author |
2009-06-03 | add a flexible buffer queue (bufq) api, based on the never used | Thordur I. Bjornsson |
2009-06-02 | did not issue scsi_inquire with EVPD flag for USB mass strage class | Yojiro Uo |
2009-03-23 | actually follow rfc 3720, from Remco. | David Gwynne |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2009-02-16 | Don't try to SCSIDEBUG targets or luns >31 since we only have 32 bits to | Kenneth R Westerback |
2009-02-16 | on some buses (eg sas and fc fabrics) the initiator id doesnt mean | David Gwynne |
2009-01-20 | Prevent unaligned access. | Mark Kettenis |
2009-01-10 | Get rid of eye-bleeding horror of casting pointers to u_long to add | Bob Beck |
2009-01-10 | Add support for the volume buttons and for the eject button found | Robert Nagy |
2009-01-10 | Don't try to cast an lvalue which is forbidden and something pcc, lint, | Jonathan Gray |
2008-11-26 | definition of the iscsi wire protocol stuff. | David Gwynne |
2008-11-10 | clean namespace a fair bit; wrap kernel-use-only structures and gunk in | Theo de Raadt |
2008-11-09 | workaround lack of struct proc. this whole mess must be cleaned out. | Theo de Raadt |
2008-09-22 | Do not return an uninitialized value on success in stclose(). | Miod Vallat |
2008-09-12 | SCSI_DATA_UIO is never used. Code which checks for it is either dead or | Miod Vallat |
2008-09-06 | Return EIO when the residual is > xs->datalen, even if SCSI_SILENT is | Kenneth R Westerback |
2008-08-24 | dont display disk geometry (cyls/heads/sectors) since it mostly lies these | David Gwynne |
2008-08-01 | silence failures to run scsi_prevent. dmesg spam sucks. | David Gwynne |
2008-07-28 | zap some extra spaces and tabs. | Federico G. Schwindt |
2008-07-26 | Silence scsi_inquire_vpd() so devices that don't understand the necessary | Kenneth R Westerback |
2008-07-26 | deivce -> device typo fix in comment. | Kenneth R Westerback |
2008-07-22 | implement the fetching of a scsi devices "devid". recent hardware provides | David Gwynne |
2008-07-22 | tweak comment to reflect the new reality after my last change. | David Gwynne |
2008-07-21 | when probing a device the midlayer queries its inquiry data and | David Gwynne |
2008-07-08 | this makes the code in sdattach less dense by collapsing the flags we pass | David Gwynne |
2008-07-05 | When SCSIDEBUG'ing, print data about to be written (for commands | Kenneth R Westerback |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-22 | Replace MUSTEK_RETRIES, SCANJET_RETRIES and ST_RETRIES with SCSI_RETRIES, | Kenneth R Westerback |
2008-06-21 | Oops. Forgot to actually change the retries in scsi_size() to SCSI_RETRIES. | Kenneth R Westerback |
2008-06-21 | fgsch@ points out my last commit changed the retry limit for CD capacity | Kenneth R Westerback |
2008-06-21 | Eliminate cd_size() and use scsi_size() + tweaked cd_get_params() | Kenneth R Westerback |
2008-06-17 | Nuke unnecessary re-definition of READ_CAPACITY, scsi_read_capacity, and | Kenneth R Westerback |
2008-06-15 | Treat SENSE_NOT_READY_INIT_REQUIRED sense errors the same as | Kenneth R Westerback |
2008-06-15 | Don't bypass partition bounds check for RAW_PART. We now guarantee that | Kenneth R Westerback |
2008-06-14 | Nuke ADEV_NOTUR, always issue TEST UNIT READY to clear out power-up | Kenneth R Westerback |
2008-06-13 | Merge show_scsi_xs() and show_scsi_cmd() and move invocation so the | Kenneth R Westerback |
2008-06-10 | Accidental commit. Clean up. | Artur Grabowski |
2008-06-10 | Buffer cache revamp | Bob Beck |
2008-06-10 | When copying stuff from code that runs with interrupts enabled to code | Kenneth R Westerback |
2008-06-02 | Don't spew sense errors (e.g. 'media not present') when probing a | Kenneth R Westerback |
2008-06-02 | Shrink scsi_mode_sense_buf to 254 bytes so ahci doesn't get upset at | Kenneth R Westerback |
2008-05-27 | nuke unused lba2msf and msf2lba functions. krw@ ok. | Federico G. Schwindt |
2008-05-26 | Print SCSI initiator ID such that it is easier to spot configuration | Mark Kettenis |
2008-05-24 | SDEV_UMASS devices skip the mode page dance to set blksize. So initialize | Kenneth R Westerback |
2008-05-22 | zap useless comment block with no content. | Jasper Lievisse Adriaanse |
2008-05-12 | Fix device reference counting. Now that we try to support detachable | Kenneth R Westerback |
2008-05-09 | Lock in removable media while trying to determine the disk parameters. This | Kenneth R Westerback |
2008-05-09 | Oops. When detaching tape drives look for devices using 'stopen' not | Kenneth R Westerback |
2008-04-24 | Say 'ATAPI' rather than 'SCSIn' for ATAPI devices found on (pseudo) | Kenneth R Westerback |
2008-04-10 | fix the macros that are used to read the devid vpd page. | David Gwynne |