Age | Commit message (Expand) | Author |
2001-08-25 | Change scsi_[free|get]_xs to use pool(9); art@ krw@ miod@ ok. | Federico G. Schwindt |
2001-08-19 | More old timeouts removal, mainly affected unused/unmaintained code. | Miod Vallat |
2001-08-18 | Make siop pay attention to quirks table. This not only eliminates the | Kenneth R Westerback |
2001-08-06 | Remove legacy __BDEVSW_DUMP_OLD_TYPE code. | Miod Vallat |
2001-06-24 | cold is in systm now | Michael Shalayeff |
2001-06-22 | KNF | Theo de Raadt |
2001-05-24 | Check malloc() return value, from tedu@heorot.stanford.edu | Angelos D. Keromytis |
2001-04-30 | Pass IOCTL to adapter device if not understood by SCSI layer. | Constantine Sapuntzakis |
2001-04-08 | Add one more 1 byte (reserved, as defined in spc-2) field to the | Kenneth R Westerback |
2001-04-02 | Add padding and new field 'flags2' to struct scsi_inquiry_data, | Kenneth R Westerback |
2001-03-25 | Support for several HP scanners; from jmartin@ugrad.cs.ualberta.ca, krw@ ok. | Federico G. Schwindt |
2001-03-15 | Move status reads to chopen- there's no need to hang up the boot | mjacob |
2001-02-18 | In scsi_print_sense, add 0x when printing the opcode to clarify it's | Federico G. Schwindt |
2001-01-29 | Prepend SCSI_ to some of the SCSI opcodes to aid in sharing code w/NetBSD | Constantine Sapuntzakis |
2001-01-25 | spelling | Todd T. Fries |
2001-01-22 | ATAPI CD-ROMs BCD-16X and BCD-24X have troubles starting and stopping their d... | Constantine Sapuntzakis |
2001-01-22 | Reduce # of retries on scsi_test_unit_ready to 5. This means that devices | Constantine Sapuntzakis |
2001-01-09 | Typo: dome -> some | Kenneth R Westerback |
2000-12-13 | move back to unlimitted openings | Michael Shalayeff |
2000-11-23 | fix lun support, not as nice as i would like | Theo de Raadt |
2000-11-20 | limit luns on usb | Theo de Raadt |
2000-10-13 | Matthew Jacob <mjacob@feral.com>: | Michael Shalayeff |
2000-09-21 | do not limit openings to defined SDOUTSTANDING value of 4, since many control... | Michael Shalayeff |
2000-09-20 | make SDOUTSTANDING redefinable, since some controller can handle more than 4 ... | Michael Shalayeff |
2000-08-05 | remove statics | Niklas Hallqvist |
2000-07-18 | Thanks to miod@ for finding bug in cd_scsi_{get,set}mode | Constantine Sapuntzakis |
2000-07-18 | Update cd_size to handle failure of READ_CD_CAPACITY by returning | Constantine Sapuntzakis |
2000-07-06 | Add in a timeout structure to the scsi_xfer structure so that HBA's can | mjacob |
2000-06-16 | take MIN/MAX from param.h, okay theo@ | Niels Provos |
2000-04-18 | cd detach | Constantine Sapuntzakis |
2000-04-18 | sd and scsibus detach | Constantine Sapuntzakis |
2000-04-09 | Don't trust the TOC coming from the drive so much. | Constantine Sapuntzakis |
2000-04-08 | These days, attach can occur outside the tsleep-restricted world of | Constantine Sapuntzakis |
2000-03-09 | update for new adaptec support. | Steve Murphree |
2000-03-01 | Initialize xs->req_sense_length to 0. This is not used by many | Todd C. Miller |
2000-02-21 | add SES/SAF-TE SCSI device | mjacob |
2000-02-21 | add T_ENCLOSURE name and NOLUN Photon SENA devices | mjacob |
2000-02-21 | Add in Enclosure device type (0xd/13). Pad out inquiry data to 50 bytes | mjacob |
1999-12-31 | Add SDEV_NOLUNS quirk for NEC CD-ROM DRIVE:501 | Todd C. Miller |
1999-12-16 | Split SDEV_NOSYNCWIDE into SDEV_NOSYNC and SDEV_NOWIDE (as is done | mjacob |
1999-12-11 | LS-120's do support mode sense. | Constantine Sapuntzakis |
1999-12-05 | correct printout labels | Theo de Raadt |
1999-11-22 | In order to support Fibre Channel fabric fatten scsi target id's to 16 bits. | mjacob |
1999-11-12 | Use cdio.h instead of dvdio.h | Angelos D. Keromytis |
1999-11-11 | SCSI commands do not send data in both directions in the data phase. | Constantine Sapuntzakis |
1999-11-09 | Fix lengths of scsi cmds | Angelos D. Keromytis |
1999-11-03 | bzero the right amount of memory; I think NetBSD has this problem too. | Angelos D. Keromytis |
1999-11-03 | Some DVD support, from NetBSD. | Angelos D. Keromytis |
1999-10-16 | another fix form csapuntz | Theo de Raadt |
1999-10-14 | read disklabels only from CDs that have a data track, spoofed labels from | Theo de Raadt |