summaryrefslogtreecommitdiff
path: root/sys/scsi/scsiconf.c
AgeCommit message (Collapse)Author
1998-04-25some exceptions from netbsdTheo de Raadt
1998-03-18more SDEV_AUTOSAVE devicesTheo de Raadt
1998-02-16jaz drives do not do SDEV_NOTAGSTheo de Raadt
1998-01-12Obsure, old NEC SCSI semi-disk. A big blob of RAM with a SCSI disk interface.kstailey
1997-09-30Quirk for Cipher ST150S tape drive, jbernard@tater.mines.eduTodd C. Miller
1997-09-30Quirks for revs 015 and 016 of the hitachi dk515. jbernard@tater.mines.eduTodd C. Miller
1997-09-11another bad lun handler; pk@netbsdTheo de Raadt
1997-07-25more quirks from netbsdMichael Shalayeff
1997-04-14Merge in various pieces of current NetBSD scsi code, including but not limitedJason 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-02most 1.3X versions of MEDIAVIS CDR-H93MV have problems; ↵Theo de Raadt
koji@math.human.nagoya-u.ac.jp
1997-03-13UMAX SuperVista S-12 also needs a NOLUNS quirk.briggs
1997-02-27Add quirk for a scannerThorsten Lockert
1997-02-24Adds support for DEC SCSI tape drives used in Vaxen that can also be usedjkatz
in PC's. from port-vax@netbsd.org
1997-01-18Boundary error (s/<=/</)Niklas Hallqvist
1997-01-16prevent scsiconf.c:110: warning: unused variable `l'kstailey
also, #ifdef 0 -> #ifndef __OpenBSD__
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
to 8 internally so that drivers do not need to init it for regular scsi :-)
1996-11-28Make SCSI debugging more dynamic, more targets and luns can beNiklas Hallqvist
debugged simultaneously and which ones, as well as the verbosity, can be determined at runtime.
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-10-20Add quirk entries for 2 optical drives, NetBSD PR #2861Todd C. Miller
1996-08-30Add an IBM quirk.Jason Downs
1996-08-15for NEC 210 CD-ROM driversshawn
1996-07-24for sun-modified maxtor XT-8760S drives; from ivanenko@ctpa03.mit.eduTheo de Raadt
1996-06-10Several changes:Jason Downs
* Implemented NetBSD PR#2529, adding ZIP 100. * Added MTIOCTOP support to acd, cd, and sd. * Implemented eject on close for acd, cd, and sd. `mt -f /dev/rcd0d offline' now ejects a mounted {acd|cd|sd} when it is unmounted.
1996-05-06shinaken cd has lun problemTheo de Raadt
1996-05-02no sys/cpu.h, fix bugs in chTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-02-20Sync. with NetBSD:briggs
- scsi prototypes. - Add SCSI scanner support by Kenneth Stailey and Joachim Koenig-Baltes, hacked a but. Needs more work. ss.c: - Truncate to the window size in ssminphys(), not ssread(). - Missed some prototyping foo. - Minor tweak; make sure window size is 0 on close. - Change variable name to avoid GCC warning. - Handle EOF a little differently.
1996-01-12no luns on Tandberg 3600 w/ fake Archive Viper emulation roms; fromTheo de Raadt
raeburn@raeburn.org; netbsd pr#1934
1996-01-10Save inquiry flags in sc_link so low-level drivers can use it.briggs
1996-01-01lun problem on Chinon CDS-525; from k125374@cs.tut.fi; netbsd pr#1686.Theo de Raadt
1995-12-14from netbsd:Theo de Raadt
add a bunch of rogues Trim NULs, in addition to spaces, in scsi_strvis().
1995-10-18initial import of NetBSD treeTheo de Raadt