Age | Commit message (Expand) | Author |
1999-12-31 | Add SDEV_NOLUNS quirk for NEC CD-ROM DRIVE:501 | Todd C. Miller |
1999-12-16 | Split SDEV_NOSYNCWIDE into SDEV_NOSYNC and SDEV_NOWIDE (as is done | mjacob |
1999-12-11 | LS-120's do support mode sense. | Constantine Sapuntzakis |
1999-12-05 | correct printout labels | Theo de Raadt |
1999-11-22 | In order to support Fibre Channel fabric fatten scsi target id's to 16 bits. | mjacob |
1999-11-12 | Use cdio.h instead of dvdio.h | Angelos D. Keromytis |
1999-11-11 | SCSI commands do not send data in both directions in the data phase. | Constantine Sapuntzakis |
1999-11-09 | Fix lengths of scsi cmds | Angelos D. Keromytis |
1999-11-03 | bzero the right amount of memory; I think NetBSD has this problem too. | Angelos D. Keromytis |
1999-11-03 | Some DVD support, from NetBSD. | Angelos D. Keromytis |
1999-10-16 | another fix form csapuntz | Theo de Raadt |
1999-10-14 | read disklabels only from CDs that have a data track, spoofed labels from | Theo de Raadt |
1999-09-25 | sorry, but the last two changes completely broke disklabel spoofing, which we... | Theo de Raadt |
1999-09-21 | Bug in the disklabel calculations fixed. Offsets were calculated in | Constantine Sapuntzakis |
1999-09-21 | For some reason unbeknownst to me, the old acd driver had a more advanced | Constantine Sapuntzakis |
1999-09-05 | ATAPI tapes are always fixed blocksize | Niklas Hallqvist |
1999-08-24 | Added type field to scsi_addr to reflect bus/device type (ATAPI or SCSI). | Constantine Sapuntzakis |
1999-08-10 | support DIOCRLDINFO | Theo de Raadt |
1999-07-25 | gets even worse.. | Theo de Raadt |
1999-07-25 | another costa bug.. erk | Theo de Raadt |
1999-07-25 | fake sd_atapi.c and sd_scsi.c until costa fixes it for real | Theo de Raadt |
1999-07-25 | Merge sd stuff from NetBSD-current. Helps with LS-120, ZIP | Constantine Sapuntzakis |
1999-07-24 | oops, LS-120 entry munged | Theo de Raadt |
1999-07-24 | SDEV_NOMODESENSE on LS-120 VER5 00 | Theo de Raadt |
1999-07-23 | use READ_BIG for atapi; LS-120 works now | Theo de Raadt |
1999-07-22 | for drives <10MB of so, print #.##MB for the size | Theo de Raadt |
1999-07-21 | swap16_multi by niklas@cvs.openbsd.org | Constantine Sapuntzakis |
1999-07-20 | Don't pull in cd_scsi/cd_atapi stuff unless cd device is used | Constantine Sapuntzakis |
1999-07-20 | Be more generous with timeout on cd_play_msf | Constantine Sapuntzakis |
1999-07-20 | Make acd redundant. | Constantine Sapuntzakis |
1999-07-18 | Added SDEV_NOSENSE for ATAPI devices without request sense. | Constantine Sapuntzakis |
1999-05-11 | clean up | kstailey |
1999-05-11 | set window descriptor length to actual amount of data | kstailey |
1999-05-11 | initialize generic quirks | kstailey |
1999-05-11 | generic trigger | kstailey |
1999-05-09 | Fix sdsize() to not call sdopen()/sdclose() unless it is needed. | Tobias Weingartner |
1999-04-20 | Spelling error in comment. | Tobias Weingartner |
1999-04-01 | If READ_CD_CAPACITY fails, just use the 2048/400000 defaults since some CDR d... | Todd C. Miller |
1999-02-24 | Zip250 doesn't do modesense, either. | Jason Downs |
1999-02-07 | print INFO FIELD as unsigned | Theo de Raadt |
1998-12-19 | for sense code "Logical Unit Is in Process Of Becoming Ready", make | Theo de Raadt |
1998-11-28 | Add another Sony CD-ROM, wvdputte@reptile.rug.ac.be | Jason Downs |
1998-11-11 | some scsi devices use 0xff as string terminator in inquiry strings; soren@t.dk | Theo de Raadt |
1998-10-05 | make DIOCGPDINFO equivalent to DIOCGDINFO for cd's | Todd C. Miller |
1998-10-04 | Add DIOCGPDINFO support | Todd C. Miller |
1998-10-03 | Add a "spoofonly" argument to readdisklabel() which will be used to | Todd C. Miller |
1998-10-01 | Put vendor + model in spoofed label, not 'fictious' | Todd C. Miller |
1998-09-16 | add support for HP ScanJet IIp | kstailey |
1998-08-04 | make resid size_t | Todd C. Miller |
1998-07-23 | do delays based on command type -- this works a lot better, make "mt status" | Theo de Raadt |