summaryrefslogtreecommitdiff
path: root/sys/scsi
AgeCommit message (Expand)Author
2001-01-29Prepend SCSI_ to some of the SCSI opcodes to aid in sharing code w/NetBSDConstantine Sapuntzakis
2001-01-25spellingTodd T. Fries
2001-01-22ATAPI CD-ROMs BCD-16X and BCD-24X have troubles starting and stopping their d...Constantine Sapuntzakis
2001-01-22Reduce # of retries on scsi_test_unit_ready to 5. This means that devicesConstantine Sapuntzakis
2001-01-09Typo: dome -> someKenneth R Westerback
2000-12-13move back to unlimitted openingsMichael Shalayeff
2000-11-23fix lun support, not as nice as i would likeTheo de Raadt
2000-11-20limit luns on usbTheo de Raadt
2000-10-13Matthew Jacob <mjacob@feral.com>:Michael Shalayeff
2000-09-21do not limit openings to defined SDOUTSTANDING value of 4, since many control...Michael Shalayeff
2000-09-20make SDOUTSTANDING redefinable, since some controller can handle more than 4 ...Michael Shalayeff
2000-08-05remove staticsNiklas Hallqvist
2000-07-18Thanks to miod@ for finding bug in cd_scsi_{get,set}modeConstantine Sapuntzakis
2000-07-18Update cd_size to handle failure of READ_CD_CAPACITY by returningConstantine Sapuntzakis
2000-07-06Add in a timeout structure to the scsi_xfer structure so that HBA's canmjacob
2000-06-16take MIN/MAX from param.h, okay theo@Niels Provos
2000-04-18cd detachConstantine Sapuntzakis
2000-04-18sd and scsibus detachConstantine Sapuntzakis
2000-04-09Don't trust the TOC coming from the drive so much.Constantine Sapuntzakis
2000-04-08These days, attach can occur outside the tsleep-restricted world ofConstantine Sapuntzakis
2000-03-09update for new adaptec support.Steve Murphree
2000-03-01Initialize xs->req_sense_length to 0. This is not used by manyTodd C. Miller
2000-02-21add SES/SAF-TE SCSI devicemjacob
2000-02-21add T_ENCLOSURE name and NOLUN Photon SENA devicesmjacob
2000-02-21Add in Enclosure device type (0xd/13). Pad out inquiry data to 50 bytesmjacob
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-12-05correct printout labelsTheo de Raadt
1999-11-22In order to support Fibre Channel fabric fatten scsi target id's to 16 bits.mjacob
1999-11-12Use cdio.h instead of dvdio.hAngelos D. Keromytis
1999-11-11SCSI commands do not send data in both directions in the data phase.Constantine Sapuntzakis
1999-11-09Fix lengths of scsi cmdsAngelos D. Keromytis
1999-11-03bzero the right amount of memory; I think NetBSD has this problem too.Angelos D. Keromytis
1999-11-03Some DVD support, from NetBSD.Angelos D. Keromytis
1999-10-16another fix form csapuntzTheo de Raadt
1999-10-14read disklabels only from CDs that have a data track, spoofed labels fromTheo de Raadt
1999-09-25sorry, but the last two changes completely broke disklabel spoofing, which we...Theo de Raadt
1999-09-21Bug in the disklabel calculations fixed. Offsets were calculated inConstantine Sapuntzakis
1999-09-21For some reason unbeknownst to me, the old acd driver had a more advancedConstantine Sapuntzakis
1999-09-05ATAPI tapes are always fixed blocksizeNiklas Hallqvist
1999-08-24Added type field to scsi_addr to reflect bus/device type (ATAPI or SCSI).Constantine Sapuntzakis
1999-08-10support DIOCRLDINFOTheo de Raadt
1999-07-25gets even worse..Theo de Raadt
1999-07-25another costa bug.. erkTheo de Raadt
1999-07-25fake sd_atapi.c and sd_scsi.c until costa fixes it for realTheo de Raadt
1999-07-25Merge sd stuff from NetBSD-current. Helps with LS-120, ZIPConstantine Sapuntzakis
1999-07-24oops, LS-120 entry mungedTheo de Raadt
1999-07-24SDEV_NOMODESENSE on LS-120 VER5 00Theo de Raadt
1999-07-23use READ_BIG for atapi; LS-120 works nowTheo de Raadt