summaryrefslogtreecommitdiff
path: root/sys/scsi/scsiconf.c
AgeCommit message (Expand)Author
2002-12-30Add new parameter to scsi_test_unit_ready(): retries number.Alexander Yurchenko
2002-09-04Write sentences.Thierry Deval
2002-09-04Add support for RBC (simplified direct) devices.Thierry Deval
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-09Be less parochial and remember that others may need to use quirks!Kenneth R Westerback
2002-02-28Start quirks off with NOWIDE, NOSYNC and NOTAGS and remove theKenneth R Westerback
2002-02-16Disable tagged queueing for HP C3725S and IBM DCAS drives whereTodd C. Miller
2001-11-02In scsi_strvis(), collapse adjacent whitespace/NUL chars to a singleTodd C. Miller
2001-10-08Add a new quirk type, SDEV_NOCDB6, some USB devices like ATAPIDale Rahn
2001-08-26Don't restrict MICROP 4421-07 quirk to a specific firmware revisionTodd C. Miller
2001-08-25Change scsi_[free|get]_xs to use pool(9); art@ krw@ miod@ ok.Federico G. Schwindt
2001-08-18Make siop pay attention to quirks table. This not only eliminates theKenneth R Westerback
2001-06-24cold is in systm nowMichael Shalayeff
2001-06-22KNFTheo de Raadt
2001-05-24Check malloc() return value, from tedu@heorot.stanford.eduAngelos D. Keromytis
2001-01-22ATAPI CD-ROMs BCD-16X and BCD-24X have troubles starting and stopping their d...Constantine Sapuntzakis
2000-11-23fix lun support, not as nice as i would likeTheo de Raadt
2000-11-20limit luns on usbTheo de Raadt
2000-04-18sd and scsibus detachConstantine Sapuntzakis
2000-04-08These days, attach can occur outside the tsleep-restricted world ofConstantine Sapuntzakis
2000-02-21add T_ENCLOSURE name and NOLUN Photon SENA devicesmjacob
1999-12-31Add SDEV_NOLUNS quirk for NEC CD-ROM DRIVE:501Todd C. Miller
1999-12-16Split SDEV_NOSYNCWIDE into SDEV_NOSYNC and SDEV_NOWIDE (as is donemjacob
1999-12-11LS-120's do support mode sense.Constantine Sapuntzakis
1999-11-22In order to support Fibre Channel fabric fatten scsi target id's to 16 bits.mjacob
1999-07-24oops, LS-120 entry mungedTheo de Raadt
1999-07-24SDEV_NOMODESENSE on LS-120 VER5 00Theo de Raadt
1999-07-20Make acd redundant.Constantine Sapuntzakis
1999-02-24Zip250 doesn't do modesense, either.Jason Downs
1998-11-28Add another Sony CD-ROM, wvdputte@reptile.rug.ac.beJason Downs
1998-11-11some scsi devices use 0xff as string terminator in inquiry strings; soren@t.dkTheo de Raadt
1998-07-19Don't bother trying to use luns on any CyberDrv devices.Jason Downs
1998-06-26no luns on the ricoh scannerTheo de Raadt
1998-05-05more lun flakes; rh@vip.at, simonb@telstra.com.auTheo de Raadt
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
1997-04-02most 1.3X versions of MEDIAVIS CDR-H93MV have problems; koji@math.human.nagoy...Theo de Raadt
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
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