Age | Commit message (Expand) | Author |
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 |
2008-03-21 | USB Floppies are umass devices so we always use the default 63/255 | Kenneth R Westerback |
2007-12-29 | the scsi layer always had function pointers for asking the hba about a | David Gwynne |
2007-12-28 | massage the way vpds are defined. rename the page used for the devices | David Gwynne |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-26 | let scsibus ask the adapter about a device before probing it. also allow | David Gwynne |
2007-11-25 | dont use the adapter_softc member of scsi_link as a softc anymore. the | David Gwynne |
2007-11-23 | if we cant fetch the serial then fill it with "(unknown)". | David Gwynne |
2007-11-22 | Ansi-fy. | Kenneth R Westerback |
2007-11-22 | Ooops. Don't de-reference st until after it has been pointed at the | Kenneth R Westerback |
2007-11-16 | convert code over from sd.c, to let tapes discollect. Lucas Stefanutti | Theo de Raadt |
2007-11-11 | Revert useless textual optimization that resulted in 16 bytes being | Kenneth R Westerback |
2007-11-06 | Fix SDF_DIRTY handling, eliminate useless SDF_FLUSHING. The sd_flush() | Kenneth R Westerback |
2007-09-16 | A couple of obvious bzero() -> M_ZERO changes I missed. | Kenneth R Westerback |
2007-09-16 | MALLOC/FREE -> malloc/free, M_ZERO, extraneous casts, | Kenneth R Westerback |
2007-09-15 | Allow to pull out an usb stick with ffs filesystem while mounted | Alexander Bluhm |
2007-09-07 | The obvious bzero/memset -> M_ZERO changes. | Kenneth R Westerback |
2007-06-24 | rework sensor tasks to use the kernels generic workq rather than a special | David Gwynne |
2007-06-23 | Implement disk sizes > 2^32-1. Code modelled on NetBSD. | Kenneth R Westerback |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-18 | avoid modification race in DIOCRLDINFO; ok krw miod | Theo de Raadt |
2007-06-08 | all drivers should spoof version 1 labels | Theo de Raadt |
2007-06-07 | in OpenBSD as all old BSD unix, RAW_PART always starts at 0, so no | Theo de Raadt |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |