summaryrefslogtreecommitdiff
path: root/sys/scsi
AgeCommit message (Expand)Author
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
1996-12-08-Wcast-qual happinessNiklas Hallqvist
1996-12-05call readdisklabel() in the same fashion as sd.c doesTheo de Raadt
1996-12-03clear sense buffer for mode sense 4, dms@celtech.comTheo de Raadt
1996-11-28Make SCSI debugging more dynamic, more targets and luns can beNiklas Hallqvist
1996-11-28Sync to NetBSD 961107Niklas Hallqvist
1996-11-25Oops, we don't have SDEV_NOSTARTUNIT. Remove TEAC scsi floppy quirk for now.Todd C. Miller
1996-11-25Add some quirky devices from NetBSD.Todd C. Miller
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-11-23deleted unnecessary calls to strlen()kstailey
1996-11-23deleted redundant sectionkstailey
1996-11-06Slight oversight in Ken's latest fixNiklas Hallqvist
1996-11-03make SCSI_POLL only be set when scanjet_ctl_{read|write} is called from scanj...kstailey
1996-10-31hp scanjet 4p support; kstailey@dol-esa.govTheo de Raadt
1996-10-31Add SCSI_POLL to control read/writes to remove some timing problemNiklas Hallqvist
1996-10-31$OpenBSD RCSIDs + comment fix in sd.cNiklas Hallqvist
1996-10-20Add quirk entries for 2 optical drives, NetBSD PR #2861Todd C. Miller
1996-10-05[a]cd_play -> [a]cd_play_big. Say hello to cdio(1).Jason Downs
1996-10-04Fixed prototype errors, reviewed & approved by deraadtNiklas Hallqvist
1996-08-30Add an IBM quirk.Jason Downs
1996-08-16only safe ioctlTheo de Raadt
1996-08-15for NEC 210 CD-ROM driversshawn
1996-08-13Remove unused variableNiklas Hallqvist
1996-08-12safe ioctl onlyTheo de Raadt
1996-08-11limit ioctl priviledgesTheo de Raadt
1996-08-07disk_unbusy if op failed to enqueueTheo de Raadt
1996-07-30patch for HP scanjet 4p; netbsd pr#2663; kstailey@dol-esa.govTheo de Raadt
1996-07-24for sun-modified maxtor XT-8760S drives; from ivanenko@ctpa03.mit.eduTheo de Raadt
1996-07-12Fixed wrong type of argument passing for SCIOCREASSIGN.Per Fogelstrom
1996-07-11Make use of existing SCSI block reassign code.Per Fogelstrom
1996-07-11some MUSTEKs fill with 0xff instead of 0x20; netbsd pr#2617; is@beverly.rhein.deTheo de Raadt
1996-07-02handle SCSI_QUEUE_FULL correctlyTheo de Raadt
1996-06-17SCIOCCOMMAND now requires that the device be open for writing.Jason Downs
1996-06-16netbsd pr#2220: add SCIOCRESET. I can't think of any reason not to.Jason Downs
1996-06-16NetBSD PR#2535: add mode sense 5 and floppy support in our framework.Jason Downs
1996-06-10do not check SDEV_MEDIA_LOADED because it does not matterTheo de Raadt
1996-06-10Several changes:Jason Downs
1996-06-01all ports have dk_establishTheo de Raadt
1996-05-22scsi attribute elsewhereTheo de Raadt
1996-05-22syncTheo de Raadt
1996-05-22unload after last closeTheo de Raadt
1996-05-16from NetBSD PR#812:Michael Shalayeff