summaryrefslogtreecommitdiff
path: root/sys/scsi
AgeCommit message (Expand)Author
1997-05-05#define away local versions of atoi & strchr to prevent potentialNiklas Hallqvist
1997-04-15Add quirk, type for AT3 scanner (ViewStation 32)Thorsten Lockert
1997-04-14Merge in various pieces of current NetBSD scsi code, including but not limitedJason Downs
1997-04-05add quirk table entry for the Ultima A6000Ckstailey
1997-04-05fix NULL ptr deref in ss_set_window()kstailey
1997-04-02most 1.3X versions of MEDIAVIS CDR-H93MV have problems; koji@math.human.nagoy...Theo de Raadt
1997-03-29Increase timeout by a factor of ten in cd_size().briggs
1997-03-26deal with CD drives that indicate 2352 bytes per block...Theo de Raadt
1997-03-13Copy the scanner_type from the quirkdata to the sio for userland to see.kstailey
1997-03-13Add scanner_type and compute_sizes() to quirks.kstailey
1997-03-13UMAX SuperVista S-12 also needs a NOLUNS quirk.briggs
1997-03-11more about disconnectkstailey
1997-03-11adjust commentskstailey
1997-03-11Added GENERIC_SCSI2 scanner type.kstailey
1997-03-11move init. code to m.i. sectionkstailey
1997-03-11added whitespace.kstailey
1997-03-11Added notes about how to use the driver.kstailey
1997-03-11Add comment about generic trigger missing.kstailey
1997-03-10Do not increase buffer bp->b_bcount in get_buffer_status().kstailey
1997-03-10SCSI 2 scanners use READ_BIG not READkstailey
1997-03-10do GET_BUFFER_STATUS in special minphyskstailey
1997-03-10stuff about halftonekstailey
1997-03-10SCSI-2 scanner use READ_BIG, not READ.kstailey
1997-03-10Start of generic scanner read().kstailey
1997-03-09deleted SS_Q_VENDOR_SETWINDOW bit. Just check for non-NULL vendor_unique_swkstailey
1997-03-08Smaller names for quirks.kstailey
1997-03-08reformatted textkstailey
1997-03-08some scanner driver docskstailey
1997-03-08support for RIF bit as a quirk (currently unused)kstailey
1997-03-08Fujitsu SET_WINDOW supportkstailey
1997-03-08way more generic SET_WINDOW...kstailey
1997-03-08generic set_window via quirk tablekstailey
1997-03-08remove unused struct memberkstailey
1997-03-08fix warning.kstailey
1997-03-07more generic SET WINDOW stuffkstailey
1997-03-07more stuffkstailey
1997-03-06remove stub get_params functionskstailey
1997-02-27When we don't output any extra scanner info, output the newline at the endThorsten Lockert
1997-02-27Add quirk for a scannerThorsten Lockert
1997-02-24This changes the timeout on the st device so that the new tape drives thatjkatz
1997-02-24Adds support for DEC SCSI tape drives used in Vaxen that can also be usedjkatz
1997-01-18scsi->moreluns is a bitfield based on target--should be u_int16_t, now.briggs
1997-01-18Boundary error (s/<=/</)Niklas Hallqvist
1997-01-16prevent scsiconf.c:110: warning: unused variable `l'kstailey
1997-01-16Added scsiprint from NetBSD, needed by new driver for VAX. -mojMats O Jansson
1997-01-15sc_link.adapter_buswidth, set to 16 if wide scsi. if 0 it gets convertedTheo de Raadt
1997-01-04readdisklabel() with correct dev_tTheo de Raadt
1996-12-24deal with the 2340 lie in the right place, i thinkTheo de Raadt
1996-12-11b_resid cleanups, pointed out by minoura@kw.netlaputa.or.jp in netbsd pr#3007Theo de Raadt
1996-12-11removed redundant copy of whole filekstailey