Age | Commit message (Expand) | Author |
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 |
1998-07-19 | Don't bother trying to use luns on any CyberDrv devices. | Jason Downs |
1998-07-13 | CDs can have up to 99 tracks, not 65 tracks. Use kernel heap instead of stack | Constantine Sapuntzakis |
1998-07-12 | fill in d_bbsize and d_sbsize | Theo de Raadt |
1998-06-26 | no luns on the ricoh scanner | Theo de Raadt |
1998-05-05 | more lun flakes; rh@vip.at, simonb@telstra.com.au | Theo de Raadt |
1998-05-02 | Set blksize to DEV_BSIZE, not 512. | Todd C. Miller |
1998-04-25 | set d_bbsize and d_sbsize in spoofed label to values correct for ffs | Todd C. Miller |
1998-04-25 | some exceptions from netbsd | Theo de Raadt |
1998-03-27 | Fix strncpy usage and call a cdrom a cdrom in the fake label | Todd C. Miller |
1998-03-22 | Tell the SCSI driver that we expect data in from the changer device when we | Thorsten Lockert |
1998-03-18 | more SDEV_AUTOSAVE devices | Theo de Raadt |
1998-02-22 | Detect and report a weird error case (residual > request) | Niklas Hallqvist |