Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-21 | Bug in the disklabel calculations fixed. Offsets were calculated in | Constantine Sapuntzakis | |
terms of 512-unit sectors, yet the disklabel said that the sector size was 2048. Enabled code that tries to read disklabel from first data track. I guess this will be useful for those combination music/BSD install cds. | |||
1999-09-21 | For some reason unbeknownst to me, the old acd driver had a more advanced | Constantine Sapuntzakis | |
disklabel logic than the cd driver. This patch integrates that logic into the SCSI cd driver. Bug fixed - we no longer try to read disklabels off of audio CDs. No more SCSI errors when you hit play the first time on an audio CD. | |||
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 | |
Updated ioctls to match Minor patches in anticipation of wd->sd translation layer | |||
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 | |
More SCSI logic from NetBSD-current Some tape fixes. ATAPI tapes do not work yet for most operations. | |||
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 | |
Fix cd.c so it compiles on big-endian platforms | |||
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 | |
Mostly based on NetBSD-current | |||
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 ↵ | Todd C. Miller | |
drives don't support READ_CD_CAPACITY on blank media ; downsj with modifications by me | |||
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 | |
the sense code evaluation function return ERESTART with xs->error = XS_BUSY; then higher up catch this case and drop into the scbusy tsleep code. For exabyte 8500 units, this makes st opening reprobe repeatedly, rather than fail with an EIO while the tape is being loaded. | |||
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 | |
implement an ioctl to get a spoofed label even for disks that have a label on them. | |||
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 | |
show much more information; ross | |||
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 | |
for temporary storage of CD table of contents | |||
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 | |
request status; makes it work properly on NCR controllers (and probably on some others as well). | |||
1998-03-18 | more SDEV_AUTOSAVE devices | Theo de Raadt | |
1998-02-22 | Detect and report a weird error case (residual > request) | Niklas Hallqvist | |
1998-02-22 | Please GCC 2.8 -Wall | Niklas Hallqvist | |