Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-25 | Introduce safer, more general mode sense capability. Transparently use | Kenneth R Westerback | |
both 10 byte and 6 byte MODE SENSE commands and just return error checked values. Convert sd_scsi.c to use new mechanism for non-optical drives. USB umass devices will now display actual mode sense info if it is available via a 10 byte MODE SENSE. Which may mean 0 heads, etc. is shown until cosmetics are finalized. ok marco@ 'that is pretty cool' deraadt@ | |||
2003-06-24 | try to devise drive's rpm and default to 3600 should we fail miserably. | Michael Shalayeff | |
derived from pr2815 from Marco Peereboom krw@ deraadt@ ok | |||
2002-12-15 | Fix/Cleanup some SCSI #defines. | Kenneth R Westerback | |
1) Correctly define MODE_SENSE_BIG as 0x5a, not 0x54. 2) Delete duplicate #define's of some opcodes in scsi_disk.h. 3) Delete multiple #define's for same opcode in scsi_disk.h. 4) Replace uses of deleted opcodes in umass.c with remaining ones. ok millert@ tdeval@ | |||
2002-09-04 | Add support for RBC (simplified direct) devices. | Thierry Deval | |
ok costa@, krw@ | |||
2001-06-22 | KNF | Theo de Raadt | |
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 | |
1999-08-24 | Added type field to scsi_addr to reflect bus/device type (ATAPI or SCSI). | Constantine Sapuntzakis | |
Updated ioctls to match Minor patches in anticipation of wd->sd translation layer | |||
1999-07-25 | Merge sd stuff from NetBSD-current. Helps with LS-120, ZIP | Constantine Sapuntzakis | |
More SCSI logic from NetBSD-current Some tape fixes. ATAPI tapes do not work yet for most operations. | |||
1997-04-14 | Merge in various pieces of current NetBSD scsi code, including but not limited | Jason 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. | |||
1996-10-31 | $OpenBSD RCSIDs + comment fix in sd.c | Niklas Hallqvist | |
1996-06-16 | NetBSD PR#2535: add mode sense 5 and floppy support in our framework. | Jason Downs | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1995-12-14 | from netbsd; flesh out the mode pages | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |