Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1997-04-14 | Merge in various pieces of current NetBSD scsi code, including but not limited | Jason Downs | |
to: * New changer driver. * Better optical support. * Different `done' semantics. * New quirks for SCSI QIC tape driver, SCSI floppy drives. * Better support for SCSI-I devices. Everybody needs to test this. | |||
1997-04-05 | add quirk table entry for the Ultima A6000C | kstailey | |
1997-04-05 | fix NULL ptr deref in ss_set_window() | kstailey | |
1997-04-02 | most 1.3X versions of MEDIAVIS CDR-H93MV have problems; ↵ | Theo de Raadt | |
koji@math.human.nagoya-u.ac.jp | |||
1997-03-29 | Increase timeout by a factor of ten in cd_size(). | briggs | |
NetBSD PR#3409 from Koji Imada <koji@imada.math.human.nagoya-u.ac.jp> | |||
1997-03-26 | deal with CD drives that indicate 2352 bytes per block... | Theo de Raadt | |
1997-03-13 | Copy the scanner_type from the quirkdata to the sio for userland to see. | kstailey | |
1997-03-13 | Add scanner_type and compute_sizes() to quirks. | kstailey | |
Adjust attach() messages for scanners with quirk table entries. | |||
1997-03-13 | UMAX SuperVista S-12 also needs a NOLUNS quirk. | briggs | |
1997-03-11 | more about disconnect | kstailey | |
1997-03-11 | adjust comments | kstailey | |
1997-03-11 | Added GENERIC_SCSI2 scanner type. | kstailey | |
1997-03-11 | move init. code to m.i. section | kstailey | |
1997-03-11 | added whitespace. | kstailey | |
1997-03-11 | Added notes about how to use the driver. | kstailey | |
1997-03-11 | Add comment about generic trigger missing. | kstailey | |
1997-03-10 | Do not increase buffer bp->b_bcount in get_buffer_status(). | kstailey | |
1997-03-10 | SCSI 2 scanners use READ_BIG not READ | kstailey | |
1997-03-10 | do GET_BUFFER_STATUS in special minphys | kstailey | |
1997-03-10 | stuff about halftone | kstailey | |
1997-03-10 | SCSI-2 scanner use READ_BIG, not READ. | kstailey | |
1997-03-10 | Start of generic scanner read(). | kstailey | |
1997-03-09 | deleted SS_Q_VENDOR_SETWINDOW bit. Just check for non-NULL vendor_unique_sw | kstailey | |
member. | |||
1997-03-08 | Smaller names for quirks. | kstailey | |
Many changes based on examination of the AIX 3 version of PINT. | |||
1997-03-08 | reformatted text | kstailey | |
1997-03-08 | some scanner driver docs | kstailey | |
1997-03-08 | support for RIF bit as a quirk (currently unused) | kstailey | |
1997-03-08 | Fujitsu SET_WINDOW support | kstailey | |
1997-03-08 | way more generic SET_WINDOW... | kstailey | |
1997-03-08 | generic set_window via quirk table | kstailey | |
1997-03-08 | remove unused struct member | kstailey | |