Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1998-02-16 | jaz drives do not do SDEV_NOTAGS | Theo de Raadt | |
1998-02-16 | add SDEV_NOTAGS | Theo de Raadt | |
1998-02-16 | Add the "VIPER 150/21531" to quirk list (ST_Q_SENSE_HELP; pk | Theo de Raadt | |
1998-02-14 | clear scsi_xfer's status byte before executing or re-executing the command. | Theo de Raadt | |
1998-01-12 | Obsure, old NEC SCSI semi-disk. A big blob of RAM with a SCSI disk interface. | kstailey | |
1998-01-10 | be silent for ILI errors ; giannici@neomedia.it | Theo de Raadt | |
1998-01-07 | add QIC_3080 | Theo de Raadt | |
1997-12-31 | return EROFS for write protect; is | Theo de Raadt | |
1997-12-05 | argh. this darn little bugger made CDIOCREADSUBCHANNEL unuseable, this | Niels Provos | |
should also fix some cdio problems with SCSI cdroms. | |||
1997-10-18 | avoid "no disklabel" error messages | Theo de Raadt | |
1997-10-15 | make it compile | Niels Provos | |
1997-09-30 | Quirk for Cipher ST150S tape drive, jbernard@tater.mines.edu | Todd C. Miller | |
1997-09-30 | Quirks for revs 015 and 016 of the hitachi dk515. jbernard@tater.mines.edu | Todd C. Miller | |
1997-09-11 | Fix setting up of the LUN field of the CDB | Niklas Hallqvist | |
1997-09-11 | cd_play/acd_play() were replaced a while back | Theo de Raadt | |
1997-09-11 | another bad lun handler; pk@netbsd | Theo de Raadt | |
1997-09-05 | Add SCSITERSE option which omits the (large) ASC/ASCQ table. | Todd C. Miller | |
Old scsi error printing code is now gone. | |||
1997-09-05 | fix compilation problem when SCSIVERBOSE=0 | Todd C. Miller | |
1997-09-05 | clean up sense info printing further | Theo de Raadt | |
1997-09-03 | simplify verbose error reporting | Theo de Raadt | |
1997-09-03 | be silent for SCSI_SILENT transactions | Theo de Raadt | |
1997-09-02 | delete extra \n | Theo de Raadt | |
1997-09-01 | Correct a debug printout | Niklas Hallqvist | |
1997-08-31 | * Make scsi_do_ioctl() sane again. | Jason Downs | |
* Use scsi_do_ioctl() in cd.c and uk.c again. | |||
1997-08-22 | Add more detailed SCSI error printing by Matthew Jacob. Enabled by | Todd C. Miller | |
default. Use "option SCSIVERBOSE=0" to turn off (only added 8Kb to my kernel). From the NetBSD commit message: Add in more detailed SCSI error printing, based off of final SCSI-2 spec. This will also print out things like progress indicator errors, and will also dump out additional sense bytes that haven't been decoded. | |||
1997-08-19 | Back out part of revision 1.16 where the tape was unmounted in stclose on | dgregor | |
a non-rewinding device. When the tape was re-opened again, st_mount_tape called st_load, which causes the tape to be rewound. The best way to fix this problem would be to not call st_load in st_mount_tape if the tape is already in the drive and has already been loaded. But, I haven't figured out a good, safe way to do that yet.... | |||
1997-08-08 | Change the bounds_check_with_label API to also take a cpu_disklabel | Niklas Hallqvist | |
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it. | |||
1997-08-02 | add ScanJet 5p, untested | kstailey | |
1997-07-26 | Report total number of blocks for a scsi disk since on modern drives | Todd C. Miller | |
total sectors > cyl * head * sec/head. Inspired by der Mouse <mouse@rodents.montreal.qc.ca> | |||
1997-07-25 | more quirks from netbsd | Michael Shalayeff | |
1997-07-11 | Rename REWIND to DOREWIND to avoid colliding with the SCSI opcode of the | Thorsten Lockert | |
same name | |||
1997-07-11 | Allow media to be removed on last close even if the device used was the | Thorsten Lockert | |
no-rewind device. Ensure we re-detect media on first open even if media was present at boot. | |||
1997-07-03 | print correct sense bytes | Theo de Raadt | |
1997-05-05 | #define away local versions of atoi & strchr to prevent potential | Niklas Hallqvist | |
name clashes with libkern versions | |||
1997-04-15 | Add quirk, type for AT3 scanner (ViewStation 32) | Thorsten Lockert | |