Age | Commit message (Expand) | Author |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-10-27 | atlas does indeed support tagging and only the siop was broken | Michael Shalayeff |
2003-09-30 | quantum atlas iv 9 wls lies about tags | Michael Shalayeff |
2003-09-26 | Typos: defintion -> definition, proccess -> process | Miod Vallat |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-07-30 | reverse booleans so it's clear what we're looking for. ok krw@ | Ted Unangst |
2003-06-26 | Simplify code a bit by eliminating a few early returns in the sense | Kenneth R Westerback |
2003-06-25 | Avoid a divide by zero by | 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-17 | READ_CD_CAPCITY -> READ_CD_CAPACITY in comment. | Kenneth R Westerback |
2003-05-17 | paramters -> parameters in comment. | Kenneth R Westerback |
2003-05-17 | dale's camera has a usb quirk now | Nathan Binkert |
2003-05-16 | Provide most if not all the support required for the usb changes Nate | Kenneth R Westerback |
2003-05-13 | Don't report devices with incomplete implementations as OFFLINE. | Kenneth R Westerback |
2003-05-06 | String fixes. Scsi now strcpy/strcat/sprintf/strncat free. Some | Kenneth R Westerback |
2003-05-06 | sprintf -> snprintf. strncpy -> bcopy since d_packname is not really a | Kenneth R Westerback |
2003-05-03 | sprintf -> snprintf. | Kenneth R Westerback |
2003-04-06 | The disklabel fields d_packname and d_typename are not null terminated strings | Kenneth R Westerback |
2003-03-28 | OCHIO* dies horrible death by dd; as per renaming done before | Michael Shalayeff |
2003-03-11 | Fix incorrect restriction on valid scsi tape density code values, allowing all | Kenneth R Westerback |
2003-02-20 | Eliminate unused parameter to scsi_free_xs(). | Kenneth R Westerback |
2003-01-17 | The end of the track is one frame before the first frame of the next track | Jason Wright |
2003-01-05 | spelling | Theo de Raadt |
2002-12-30 | Add new parameter to scsi_test_unit_ready(): retries number. | Alexander Yurchenko |
2002-12-15 | Fix/Cleanup some SCSI #defines. | Kenneth R Westerback |
2002-11-30 | Actually implement the NODOORLOCK quirk | Nathan Binkert |
2002-10-17 | renumber the CHIO* since they clash w/ the CDIO, keep the old ones as OCHIO, ... | Michael Shalayeff |
2002-09-04 | Write sentences. | Thierry Deval |
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-08-03 | spell 'debugging' correctly with double 'g' (in comments) | Peter Valchev |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-09 | More (the last round?) of splasserts and splbio around biodone. | Artur Grabowski |
2002-06-09 | some splassert and protection of biodone. | Artur Grabowski |
2002-06-09 | splassert a splbio assumption. | Artur Grabowski |
2002-06-08 | KISS. the spl variable doesn't have to be called s, but it make the code less... | Artur Grabowski |
2002-06-08 | splbio around biodone | Artur Grabowski |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt |
2002-05-27 | punctuation | Thierry Deval |
2002-05-23 | Signed/unsigned int bug caused lp->d_npartitions to be set to zero. | Constantine Sapuntzakis |
2002-05-22 | Eh, mark scsi_free_xs with splassert(IPL_BIO) too. | Artur Grabowski |
2002-05-22 | splassert(IPL_BIO) in scsi_done (its children have this assumption). | Artur Grabowski |
2002-04-21 | Use PR_, not M_ flags to pool_get. | Artur Grabowski |
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-09 | Be less parochial and remember that others may need to use quirks! | Kenneth R Westerback |
2002-02-28 | Start quirks off with NOWIDE, NOSYNC and NOTAGS and remove the | Kenneth R Westerback |