Age | Commit message (Expand) | Author |
2006-07-22 | If the LUN is > 7, don't try to stuff it into the three bits available | Kenneth R Westerback |
2006-07-22 | Allocate enough, and only enough, scsi_link pointers for the number of | Kenneth R Westerback |
2006-07-22 | Nuke SCSIFORCELUN* and friends. These were introduced as a safety | Kenneth R Westerback |
2006-07-19 | Add cd_powerhook(). Use it to lock CD drives having open partitions | Kenneth R Westerback |
2006-07-16 | take a 1k array off the stack by using malloc to get it. found by miod. | David Gwynne |
2006-07-15 | catch "Media Removal Prevented" for devices that are capable of telling us | Bob Beck |
2006-07-14 | Don't keep a special copy of the INQUIRY data for LUN 0 anymore. There | Kenneth R Westerback |
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-07-11 | get rid of useless printfs that just clutter dmesg. | David Gwynne |
2006-07-11 | scsi_get_xs raises splbio, but didnt lower it on error. tsk tsk. | David Gwynne |
2006-07-11 | knf and ansi. no binary change. | David Gwynne |
2006-07-11 | remove an if 0 chunk thats been with us forever, but never used and never | David Gwynne |
2006-07-11 | a few formatting tweaks. this was mostly knf/ansi already. no binary change | David Gwynne |
2006-07-11 | knf and ansi. no binary change | David Gwynne |
2006-07-11 | ansi and knf. no binary change. | David Gwynne |
2006-07-06 | add a flag to sc_link to be used by a hba to mark the target as virtual. | David Gwynne |
2006-06-20 | pack wwn fields into struct better; ok marco krw | Theo de Raadt |
2006-06-15 | Quell dmesg spewage from ch(4) - this diff moves much of the | Bob Beck |
2006-06-11 | Don't spew sense informaton from the test unit ready command issued by | Kenneth R Westerback |
2006-06-02 | add structs and macros for a few MMC commands | Michael Coulter |
2006-06-01 | We do not create st devices with different density modes. i.e. with device | Kenneth R Westerback |
2006-05-31 | add a place to store the PortWWN and NodeWWN for fibre channel stuffs. | Jason Wright |
2006-05-31 | fix tree | Theo de Raadt |
2006-05-31 | Add support for primary and alternate volume tags to ch(4) - borrowed | Bob Beck |
2006-05-28 | Miscellaneous fixes. | Kenneth R Westerback |
2006-05-28 | This commit changes the interpret_sense routine for st to catch the | Bob Beck |
2006-05-28 | In the absence of a coherent concept of 'RAW' tape devices, pass all | Kenneth R Westerback |
2006-05-28 | Whack a 'control device' leftover. Actually save the new density, etc. | Kenneth R Westerback |
2006-05-28 | We don't have 'control devices' for st. Nor are we likely to get any | Kenneth R Westerback |
2006-05-28 | ST_NEW_MOUNT was set/reset in a number of places but only examined inside | Kenneth R Westerback |
2006-05-28 | Fix open(2) semantics for ch(4) to not be completely on fresh minty crack: | Bob Beck |
2006-05-28 | Add PCATCH to tsleep flags when a scsi command is waiting for an opening | Bob Beck |
2006-05-28 | Use TEST_READY_RETRIES_TAPE instead of TEST_READY_RETRIES_DEFAULT, | Kenneth R Westerback |
2006-05-28 | Use bit 23 of the device minor to indicate a control mode device. A | Kenneth R Westerback |
2006-05-28 | Always allow ioctl's to work, even if there is no media loaded. | Kenneth R Westerback |
2006-05-28 | Don't print tape media information during probe. This is transitory | Kenneth R Westerback |
2006-05-21 | replace lockmgr with rwlock. | David Gwynne |
2006-05-18 | paramter -> parameter | Miod Vallat |
2006-05-18 | Test the state of a disk *after* spinning it up and not before. This | Kenneth R Westerback |
2006-05-13 | And the fallout from Manuel Pata's USB reader rumbles on ... | Kenneth R Westerback |
2006-05-13 | When SCSIDEBUG'ing, display the return value of scsi_interpret_sense() | Kenneth R Westerback |
2006-05-11 | Zap trailing whitespace. | Kenneth R Westerback |
2006-05-09 | make sensor names look more normal; ok dlg | Theo de Raadt |
2006-05-07 | If a device says a MODE SENSE command worked fine, do *not* try a MODE | Kenneth R Westerback |
2006-05-07 | Zap a bunch of trailing whitespace. | Kenneth R Westerback |
2006-04-20 | Fix various printf() issues: too many arguments, not enough arguments, argument | Miod Vallat |
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 |